Home
last modified time | relevance | path

Searched refs:type_i (Results 1 – 25 of 134) sorted by relevance

123456

/dports/cad/alliance/alliance/src/rds/src/
H A Drutpoly.c127 type_i tab[]; in ajoute()
129 type_i val;
167 type_i tab[]; in ote_doublons()
176 tab[i] = (type_i) - 1;
177 tab[i+1] = (type_i) - 1;
206 type_i gauche;
207 type_i pos_tab[];
213 register type_i bas, haut;
251 type_i bas;
252 type_i pos_tab[];
[all …]
/dports/science/openkim-models/openkim-models-2021-01-28/model-drivers/Tersoff_LAMMPS__MD_077075034781_004/
H A Dpair_tersoff_zbl.cpp87 string type_i, type_j, type_k; in read_params() local
92 while (buffer >> type_i in read_params()
130 it = type_map.find(type_i); in read_params()
134 throw runtime_error("Unknown species: " + type_i); in read_params()
147 throw runtime_error("Interaction " + type_i + in read_params()
184 const string type_i = to_spec.at(i); in prepare_params() local
190 + type_i + in prepare_params()
195 + type_i + in prepare_params()
200 + type_i + in prepare_params()
205 + type_i + in prepare_params()
[all …]
H A Dpair_tersoff.cpp495 string type_i, type_j, type_k; in read_params() local
499 while (buffer >> type_i in read_params()
531 it = type_map.find(type_i); in read_params()
580 const string type_i = to_spec.at(i); in prepare_params() local
586 + type_i + in prepare_params()
591 + type_i + in prepare_params()
596 + type_i + in prepare_params()
601 + type_i + in prepare_params()
606 + type_i + in prepare_params()
611 + type_i + in prepare_params()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/REAXFF/
H A Dreaxff_multi_body.cpp40 int i, j, pj, type_i, type_j; in Atom_Energy() local
70 type_i = system->my_atoms[i].type; in Atom_Energy()
71 if (type_i < 0) continue; in Atom_Energy()
72 sbp_i = &(system->reax_param.sbp[type_i]); in Atom_Energy()
101 if (p_lp3 > 0.001 && !strcmp(system->reax_param.sbp[type_i].name, "C")) in Atom_Energy()
108 twbp = &(system->reax_param.tbp[type_i][type_j]); in Atom_Energy()
132 type_i = system->my_atoms[i].type; in Atom_Energy()
133 if (type_i < 0) continue; in Atom_Energy()
134 sbp_i = &(system->reax_param.sbp[type_i]); in Atom_Energy()
148 twbp = &(system->reax_param.tbp[type_i][type_j]); in Atom_Energy()
H A Dreaxff_hydrogen_bonds.cpp38 int type_i, type_j, type_k; in Hydrogen_Bonds() local
76 type_i = system->my_atoms[i].type; in Hydrogen_Bonds()
77 if (type_i < 0) continue; in Hydrogen_Bonds()
80 if (system->reax_param.sbp[type_i].p_hbond == 2 && in Hydrogen_Bonds()
101 type_i = system->my_atoms[i].type; in Hydrogen_Bonds()
102 if (type_i < 0) continue; in Hydrogen_Bonds()
103 hbp = &(system->reax_param.hbp[type_i][type_j][type_k]); in Hydrogen_Bonds()
H A Dreaxff_forces.cpp132 int type_i, type_j; in Init_Forces_noQEq() local
159 type_i = atom_i->type; in Init_Forces_noQEq()
160 if (type_i < 0) continue; in Init_Forces_noQEq()
164 sbp_i = &(system->reax_param.sbp[type_i]); in Init_Forces_noQEq()
197 twbp = &(system->reax_param.tbp[type_i][type_j]); in Init_Forces_noQEq()
257 int type_i, type_j; in Estimate_Storages() local
282 type_i = atom_i->type; in Estimate_Storages()
283 if (type_i < 0) continue; in Estimate_Storages()
286 sbp_i = &(system->reax_param.sbp[type_i]); in Estimate_Storages()
309 twbp = &(system->reax_param.tbp[type_i][type_j]); in Estimate_Storages()
H A Dreaxff_nonbonded.cpp37 int i, type_i; in Compute_Polarization_Energy() local
42 type_i = system->my_atoms[i].type; in Compute_Polarization_Energy()
43 if (type_i < 0) continue; in Compute_Polarization_Energy()
46 en_tmp = KCALpMOL_to_EV * (system->reax_param.sbp[type_i].chi * q + in Compute_Polarization_Energy()
47 (system->reax_param.sbp[type_i].eta / 2.) * SQR(q)); in Compute_Polarization_Energy()
218 int type_i, type_j, tmin, tmax; in Tabulated_vdW_Coulomb_Energy() local
237 type_i = system->my_atoms[i].type; in Tabulated_vdW_Coulomb_Energy()
238 if (type_i < 0) continue; in Tabulated_vdW_Coulomb_Energy()
267 tmin = MIN(type_i, type_j); in Tabulated_vdW_Coulomb_Energy()
268 tmax = MAX(type_i, type_j); in Tabulated_vdW_Coulomb_Energy()
H A Dreaxff_bonds.cpp39 int type_i, type_j; in Bonds() local
76 type_i = system->my_atoms[i].type; in Bonds()
78 sbp_i = &(system->reax_param.sbp[type_i]); in Bonds()
80 twbp = &(system->reax_param.tbp[type_i][type_j]); in Bonds()
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dreaxff_multi_body_omp.cpp66 int i, j, pj, type_i, type_j; in Atom_EnergyOMP() local
95 type_i = system->my_atoms[i].type; in Atom_EnergyOMP()
96 if (type_i < 0) continue; in Atom_EnergyOMP()
97 sbp_i = &(system->reax_param.sbp[type_i]); in Atom_EnergyOMP()
126 if (p_lp3 > 0.001 && !strcmp(system->reax_param.sbp[type_i].name, "C")) in Atom_EnergyOMP()
133 twbp = &(system->reax_param.tbp[type_i][type_j]); in Atom_EnergyOMP()
160 type_i = system->my_atoms[i].type; in Atom_EnergyOMP()
161 if (type_i < 0) continue; in Atom_EnergyOMP()
162 sbp_i = &(system->reax_param.sbp[type_i]); in Atom_EnergyOMP()
176 twbp = &(system->reax_param.tbp[type_i][type_j]); in Atom_EnergyOMP()
H A Dreaxff_hydrogen_bonds_omp.cpp56 int type_i, type_j, type_k; in Hydrogen_BondsOMP() local
116 type_i = system->my_atoms[i].type; in Hydrogen_BondsOMP()
117 if (type_i < 0) continue; in Hydrogen_BondsOMP()
120 if (system->reax_param.sbp[type_i].p_hbond == 2 && in Hydrogen_BondsOMP()
141 type_i = system->my_atoms[i].type; in Hydrogen_BondsOMP()
142 if (type_i < 0) continue; in Hydrogen_BondsOMP()
143 hbp = &(system->reax_param.hbp[type_i][type_j][type_k]); in Hydrogen_BondsOMP()
H A Dreaxff_bond_orders_omp.cpp249 int i, j, pj, type_i, type_j; in BOOMP() local
267 type_i = system->my_atoms[i].type; in BOOMP()
268 if (type_i < 0) continue; in BOOMP()
269 sbp_i = &(system->reax_param.sbp[type_i]); in BOOMP()
287 type_i = system->my_atoms[i].type; in BOOMP()
288 if (type_i < 0) continue; in BOOMP()
289 sbp_i = &(system->reax_param.sbp[type_i]); in BOOMP()
303 twbp = &(system->reax_param.tbp[type_i][type_j]); in BOOMP()
440 type_i = system->my_atoms[i].type; in BOOMP()
441 if (type_i < 0) continue; in BOOMP()
H A Dreaxff_bonds_omp.cpp59 int type_i, type_j; in BondsOMP() local
101 type_i = system->my_atoms[i].type; in BondsOMP()
103 sbp_i = &(system->reax_param.sbp[type_i]); in BondsOMP()
105 twbp = &(system->reax_param.tbp[type_i][type_j]); in BondsOMP()
H A Dreaxff_forces_omp.cpp226 int type_i, type_j; in Init_Forces_noQEq_OMP() local
253 private(atom_i, type_i, start_i, end_i, sbp_i, btop_i, ihb, ihb_top, \ in Init_Forces_noQEq_OMP()
268 type_i = atom_i->type; in Init_Forces_noQEq_OMP()
269 sbp_i = &(system->reax_param.sbp[type_i]); in Init_Forces_noQEq_OMP()
281 twbp = &(system->reax_param.tbp[type_i][type_j]); in Init_Forces_noQEq_OMP()
379 type_i = atom_i->type; in Init_Forces_noQEq_OMP()
380 sbp_i = &(system->reax_param.sbp[type_i]); in Init_Forces_noQEq_OMP()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/reorder/
H A Dsimple_reorder.hpp47 template <impl::data_type_t type_i, impl::data_type_t type_o>
48 using _qz_a1b0 = qz_a1b0<data_t<type_i>, data_t<type_o>>;
50 template <impl::data_type_t type_i, impl::data_type_t type_o>
51 using _qz = qz<data_t<type_i>, data_t<type_o>>;
67 impl::data_type_t type_i, impl::format_tag_t tag_i, \
70 #define SIMPLE_REORDER_TEMPL_CALL type_i, tag_i, type_o, tag_o, order_keep
73 auto input = CTX_IN_MEM(const data_t<type_i> *, DNNL_ARG_FROM); \
320 auto ker = [&](const data_t<type_i> *inp, data_t<type_o> *out, in execute()
351 out[index] = qz_b0<data_t<type_i>, data_t<type_o>>()( in execute()
489 out[g] = qz_b0<data_t<type_i>, data_t<type_o>>()( in execute()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/rnn/
H A Drnn_reorders.hpp60 template <data_type_t type_i>
85 template <data_type_t type_i>
186 template <data_type_t type_i, data_type_t type_o>
204 PD_CHECK_ARG(id.data_type() == type_i); in create()
255 assert(type_i == data_type::f32); in execute_dense()
284 assert(type_i == data_type::f32); in execute_generic()
312 template <data_type_t type_i>
465 if (type_i == data_type::f32) { in execute()
525 template <data_type_t type_i, data_type_t type_o>
896 if (type_i == data_type::f32) { in execute()
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/cpu/rnn/
H A Drnn_reorders.hpp60 template <data_type_t type_i>
85 template <data_type_t type_i>
187 template <data_type_t type_i, data_type_t type_o>
205 PD_CHECK_ARG(id.data_type() == type_i); in create()
256 assert(type_i == data_type::f32); in execute_dense()
285 assert(type_i == data_type::f32); in execute_generic()
313 template <data_type_t type_i>
468 if (type_i == data_type::f32) { in execute()
529 template <data_type_t type_i, data_type_t type_o>
901 if (type_i == data_type::f32) { in execute()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/reorder/
H A Dsimple_reorder.hpp47 template <impl::data_type_t type_i, impl::data_type_t type_o>
48 using _qz_a1b0 = qz_a1b0<data_t<type_i>, data_t<type_o>>;
50 template <impl::data_type_t type_i, impl::data_type_t type_o>
51 using _qz = qz<data_t<type_i>, data_t<type_o>>;
67 impl::data_type_t type_i, impl::format_tag_t tag_i, \
1091 && type_i == data_type::f32
1147 auto ker = [&](const data_t<type_i> *inp, data_t<type_i> *out, in execute()
1196 && type_i == data_type::f32
1233 auto ker = [&](const data_t<type_i> *i, data_t<type_i> *o, in execute()
1448 out = _qz_a1b0<type_i, type_o>()(inp); in execute()
[all …]
/dports/games/duel/duel/src/
H A DGalaxyLoader.cpp109 int type_i; in Load() local
113 type_i = ReadType(); in Load()
114 switch(type_i) in Load()
126 ct->type_i = AGRIC; in Load()
128 ct->type_i = RAWMAT; in Load()
130 ct->type_i = LUXURY; in Load()
132 ct->type_i = FUEL; in Load()
134 ct->type_i = REFINED; in Load()
136 ct->type_i = TECH; in Load()
H A DShipLoader.cpp108 int type_i; in Load() local
111 type_i = ReadType(); in Load()
112 switch(type_i) in Load()
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dgeneral_field.c61 int type_i = general_field_type(general_field, i); in general_field_next() local
62 if ((type_i != type && !type2) || (type_i != type && type_i != type2)) { in general_field_next()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/Noise/
H A DCImgNoise.cpp245 int type_i; member
270 _type->getValueAtTime(time, params.type_i); in getValuesAtTime()
299 if (params.type_i == eTypePoisson) { in render()
310 noise(cimg, params.sigma * std::sqrt(args.renderScale.x), params.type_i, seed, x1, y1); in render()
312 cimg.noise(params.sigma * std::sqrt(args.renderScale.x), params.type_i); in render()
314 if (params.type_i == eTypePoisson) { in render()
/dports/science/libefp/libefp-1.5.0/src/
H A Dint.c298 size_t type_i = get_shell_idx(sh_i->type); in efp_st_int() local
299 size_t start_i = get_shell_start(type_i); in efp_st_int()
300 size_t end_i = get_shell_end(type_i); in efp_st_int()
301 size_t sl_i = get_shell_sl(type_i); in efp_st_int()
322 const size_t *shift_x = shift_table_x[type_i*5+type_j]; in efp_st_int()
323 const size_t *shift_y = shift_table_y[type_i*5+type_j]; in efp_st_int()
324 const size_t *shift_z = shift_table_z[type_i*5+type_j]; in efp_st_int()
457 size_t type_i = get_shell_idx(sh_i->type); in efp_st_int_deriv() local
458 size_t start_i = get_shell_start(type_i); in efp_st_int_deriv()
459 size_t end_i = get_shell_end(type_i); in efp_st_int_deriv()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/riscv/riscv/
H A Ddb_machdep.c122 || (OPCODE_P(insn, JALR) && ri.type_i.i_rd == 1); in inst_call()
137 return OPCODE_P(insn, JALR) && ri.type_i.i_rs1 == 1; in inst_return()
165 return i.type_i.i_imm11to0 + get_reg_value(tf, i.type_i.i_rs1); in branch_taken()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/OIIO/
H A DOIIOResize.cpp208 int type_i; in OIIOResizePlugin() local
209 _type->getValue(type_i); in OIIOResizePlugin()
210 ResizeTypeEnum type = (ResizeTypeEnum)type_i; in OIIOResizePlugin()
532 int type_i; in isIdentity() local
533 _type->getValue(type_i); in isIdentity()
534 ResizeTypeEnum type = (ResizeTypeEnum)type_i; in isIdentity()
603 int type_i; in changedParam() local
604 _type->getValue(type_i); in changedParam()
667 int type_i; in getRegionOfDefinition() local
669 _type->getValue(type_i); in getRegionOfDefinition()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_template_multisphere.cpp291 int type_i; in init() local
298 type_i = ftms_i->type(); in init()
300 if(type_i < type_min) type_min = type_i; in init()
301 if(type_i > type_max) type_max = type_i; in init()
307 if(!lmp->wb && ftms_j != ftms_i && type_i == ftms_j->type()) in init()

123456