19 #if defined(NAMD_KNL) || defined(NAMD_AVXTILES) 32 return table + 2 * (i * table_dim);
36 return table + 2 * (i * table_dim + j);
40 return table + 2 * (i * table_dim + j) + 1;
48 void compute_vdw_params(
int i,
int j,
49 TableEntry *cur, TableEntry *cur_scaled);
53 unsigned int table_dim;
const TableEntry * table_row(unsigned int i) const
const TableEntry * get_table() const
const TableEntry * table_val_scale14(unsigned int i, unsigned int j) const
int get_table_dim() const
const TableEntry * table_val(unsigned int i, unsigned int j) const