Home
last modified time | relevance | path

Searched refs:npi1 (Results 1 – 11 of 11) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/BODY/
H A Dpair_body_rounded_polyhedron.cpp692 int ni,nei,ifirst,iefirst,npi1,npi2,ibonus; in sphere_against_edge() local
740 discrete[ifirst+npi1][6] = 1; in sphere_against_edge()
1142 xi1[0] = xmi[0] + discrete[ifirst+npi1][0]; in interaction_edge_to_edge()
1143 xi1[1] = xmi[1] + discrete[ifirst+npi1][1]; in interaction_edge_to_edge()
1144 xi1[2] = xmi[2] + discrete[ifirst+npi1][2]; in interaction_edge_to_edge()
1251 int ifirst,iffirst,jfirst,npi1,npi2,npi3; in interaction_face_to_edge() local
1269 xi1[0] = xmi[0] + discrete[ifirst+npi1][0]; in interaction_face_to_edge()
1270 xi1[1] = xmi[1] + discrete[ifirst+npi1][1]; in interaction_face_to_edge()
1271 xi1[2] = xmi[2] + discrete[ifirst+npi1][2]; in interaction_face_to_edge()
1900 int i,n,ifirst,iffirst,npi1,npi2; in inside_polygon() local
[all …]
H A Dfix_wall_body_polyhedron.cpp577 int mode,ifirst,iefirst,npi1,npi2; in compute_distance_to_wall() local
591 npi1 = static_cast<int>(edge[iefirst+edge_index][0]); in compute_distance_to_wall()
594 xpi1[0] = xmi[0] + discrete[ifirst+npi1][0]; in compute_distance_to_wall()
595 xpi1[1] = xmi[1] + discrete[ifirst+npi1][1]; in compute_distance_to_wall()
596 xpi1[2] = xmi[2] + discrete[ifirst+npi1][2]; in compute_distance_to_wall()
623 if (d1 <= rounded_radius_i && static_cast<int>(discrete[ifirst+npi1][6]) == 0) { in compute_distance_to_wall()
637 discrete[ifirst+npi1][6] = 1; in compute_distance_to_wall()
H A Dpair_body_rounded_polygon.cpp1018 int mode,ifirst,iefirst,npi1,npi2; in compute_distance_to_vertex() local
1025 npi1 = static_cast<int>(edge[iefirst+edge_index][0]); in compute_distance_to_vertex()
1030 xi1[0] = xmi[0] + discrete[ifirst+npi1][0]; in compute_distance_to_vertex()
1031 xi1[1] = xmi[1] + discrete[ifirst+npi1][1]; in compute_distance_to_vertex()
1032 xi1[2] = xmi[2] + discrete[ifirst+npi1][2]; in compute_distance_to_vertex()
/dports/net-mgmt/librenms/librenms-21.5.1/tests/snmpsim/
H A Dedgeos.snmprec17 1.3.6.1.2.1.2.2.1.2.11|4|npi1
723 1.3.6.1.2.1.25.3.2.1.3.262155|4|network interface npi1
839 1.3.6.1.2.1.31.1.1.1.1.11|4|npi1
1255 1.3.6.1.2.1.31.1.1.1.18.11|4|npi1
H A Dxirrus_aos.snmprec314 1.3.6.1.2.1.31.1.1.1.1.7|4|npi1
/dports/audio/s3mod/s3mod-v1.09/
H A Dmod.h72 uint16 npi1;
H A Ds3m.c79 s3h.npi1 = little_endian(s3h.npi1); in load_s3m()
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_sim.c1220 static int32 is2_chg_match(int32 nbi2_xvi, int32 npi1, int32 npi2) in is2_chg_match() argument
1231 return(npi1 >= i1 && npi2 <= i1); in is2_chg_match()
3927 extern void __wakeup_delay_ctrls(register struct net_t *np, register int32 npi1, in __wakeup_delay_ctrls() argument
3957 if (npi1 == -1) goto do_event_ctrl; in __wakeup_delay_ctrls()
3965 if (i1 > npi1 || i1 < npi2) break; in __wakeup_delay_ctrls()
3972 if (npi2 > dcep->dci1 || npi1 < dcep->dci2.i) break; in __wakeup_delay_ctrls()
4098 if (npi1 != -1 && (npi1 < dcep->dci2.i || npi2 > dcep->dci1)) break; in __wakeup_delay_ctrls()
4139 if (npi1 != -1 && (npi1 < dcep->dci2.i || npi2 > dcep->dci1)) break; in __wakeup_delay_ctrls()
4153 if (npi1 != -1 && (npi1 < dcep->dci2.i || npi2 > dcep->dci1)) break; in __wakeup_delay_ctrls()
4183 if (npi1 != -1 && (npi1 < dcep->dci2.i || npi2 > dcep->dci1)) break; in __wakeup_delay_ctrls()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/csg/
H A Dedgeflw.cpp1640 int npi1 = geometry.identifications.Get(copyedgeidentification) in CopyEdge() local
1661 seg[0] = npi1; in CopyEdge()
1667 seg[1] = npi1; in CopyEdge()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/csg/
H A Dedgeflw.cpp1610 int npi1 = geometry.identifications.Get(copyedgeidentification) in CopyEdge() local
1631 seg.p1 = npi1; in CopyEdge()
1637 seg.p2 = npi1; in CopyEdge()
/dports/cad/netgen/netgen-6.2.2105/libsrc/csg/
H A Dedgeflw.cpp1720 int npi1 = geometry.identifications.Get(copyedgeidentification) in CopyEdge() local
1741 seg[0] = npi1; in CopyEdge()
1747 seg[1] = npi1; in CopyEdge()