Home
last modified time | relevance | path

Searched refs:onborder (Results 1 – 7 of 7) sorted by relevance

/dports/games/alienarena/alienarena-7.66/source/unix/odesrc/
H A Dsphere.cpp146 int onborder = 0; in dCollideSphereBox() local
162 if (t[0] < -l[0]) { t[0] = -l[0]; onborder = 1; } in dCollideSphereBox()
163 if (t[0] > l[0]) { t[0] = l[0]; onborder = 1; } in dCollideSphereBox()
167 if (t[1] < -l[1]) { t[1] = -l[1]; onborder = 1; } in dCollideSphereBox()
168 if (t[1] > l[1]) { t[1] = l[1]; onborder = 1; } in dCollideSphereBox()
172 if (t[2] < -l[2]) { t[2] = -l[2]; onborder = 1; } in dCollideSphereBox()
173 if (t[2] > l[2]) { t[2] = l[2]; onborder = 1; } in dCollideSphereBox()
175 if (!onborder) { in dCollideSphereBox()
/dports/games/alienarena-data/alienarena-7.66/source/unix/odesrc/
H A Dsphere.cpp146 int onborder = 0; in dCollideSphereBox() local
162 if (t[0] < -l[0]) { t[0] = -l[0]; onborder = 1; } in dCollideSphereBox()
163 if (t[0] > l[0]) { t[0] = l[0]; onborder = 1; } in dCollideSphereBox()
167 if (t[1] < -l[1]) { t[1] = -l[1]; onborder = 1; } in dCollideSphereBox()
168 if (t[1] > l[1]) { t[1] = l[1]; onborder = 1; } in dCollideSphereBox()
172 if (t[2] < -l[2]) { t[2] = -l[2]; onborder = 1; } in dCollideSphereBox()
173 if (t[2] > l[2]) { t[2] = l[2]; onborder = 1; } in dCollideSphereBox()
175 if (!onborder) { in dCollideSphereBox()
/dports/devel/ode/ode-0.13/ode/src/
H A Dsphere.cpp147 int onborder = 0; in dCollideSphereBox() local
163 if (t[0] < -l[0]) { t[0] = -l[0]; onborder = 1; } in dCollideSphereBox()
164 if (t[0] > l[0]) { t[0] = l[0]; onborder = 1; } in dCollideSphereBox()
168 if (t[1] < -l[1]) { t[1] = -l[1]; onborder = 1; } in dCollideSphereBox()
169 if (t[1] > l[1]) { t[1] = l[1]; onborder = 1; } in dCollideSphereBox()
173 if (t[2] < -l[2]) { t[2] = -l[2]; onborder = 1; } in dCollideSphereBox()
174 if (t[2] > l[2]) { t[2] = l[2]; onborder = 1; } in dCollideSphereBox()
176 if (!onborder) { in dCollideSphereBox()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/fmt/
H A Dproto.h20 COMMON(Any) getCellFromPositionTable(Table tab, Any pos, BoolObj onborder);
H A Dtable.c874 getCellFromPositionTable(Table tab, Any pos, BoolObj onborder) in getCellFromPositionTable() argument
891 if ( onborder == ON ) in getCellFromPositionTable()
/dports/math/freefem++/FreeFem-sources-4.6/src/fflib/
H A Dproblem.cpp6340 bool onborder= &Kv.T == &KKv.T; in Element_rhsVF() local
6341 const FElement *pKKv= !onborder ? & KKv : 0; in Element_rhsVF()
6381 double cmean = onborder ? 1. : 0.5; in Element_rhsVF()
6397 if(onborder) in Element_rhsVF()
/dports/math/freefem++/FreeFem-sources-4.6/plugin/seq/
H A Dmsh3.cpp2599 bool onborder = (kke == ke) || (kke < 0); in operator ( )() local
2606 bool rmf = rm_i_faces && !onborder; in operator ( )()
2619 if (!rmf && rm_faces) rmf = !onborder && (l1 == rmlabfaces); in operator ( )()