Home
last modified time | relevance | path

Searched refs:emaxs (Results 76 – 100 of 116) sorted by relevance

12345

/dports/games/qudos/QuDos-0.40.1-src/src/mods/3zb2/
H A Dq_shared.h168 int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *plane);
172 #define BOX_ON_PLANE_SIDE(emins, emaxs, p) \ argument
179 ((p)->dist >= (emaxs)[(p)->type])?\
186 BoxOnPlaneSide( (emins), (emaxs), (p)))
/dports/games/qudos/QuDos-0.40.1-src/src/mods/rogue/
H A Dq_shared.h166 int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *plane);
170 #define BOX_ON_PLANE_SIDE(emins, emaxs, p) \ argument
177 ((p)->dist >= (emaxs)[(p)->type])?\
184 BoxOnPlaneSide( (emins), (emaxs), (p)))
/dports/games/qudos/QuDos-0.40.1-src/src/mods/ctf/
H A Dq_shared.h185 int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *plane);
189 #define BOX_ON_PLANE_SIDE(emins, emaxs, p) \ argument
196 ((p)->dist >= (emaxs)[(p)->type])?\
203 BoxOnPlaneSide( (emins), (emaxs), (p)))
/dports/games/q2p/Q2P-0.2-2006-12-31/ctf/
H A Dq_shared.h188 int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *plane);
192 #define BOX_ON_PLANE_SIDE(emins, emaxs, p) \ argument
199 ((p)->dist >= (emaxs)[(p)->type])?\
206 BoxOnPlaneSide( (emins), (emaxs), (p)))
/dports/games/alienarena/alienarena-7.66/source/game/
H A Dq_shared.h219 int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *plane);
223 #define BOX_ON_PLANE_SIDE(emins, emaxs, p) \ argument
230 ((p)->dist >= (emaxs)[(p)->type])?\
237 BoxOnPlaneSide( (emins), (emaxs), (p)))
/dports/games/alienarena-data/alienarena-7.66/source/game/
H A Dq_shared.h219 int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *plane);
223 #define BOX_ON_PLANE_SIDE(emins, emaxs, p) \ argument
230 ((p)->dist >= (emaxs)[(p)->type])?\
237 BoxOnPlaneSide( (emins), (emaxs), (p)))
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dgl_rmain.c119 qboolean R_CullBox (vec3_t emins, vec3_t emaxs) in R_CullBox() argument
129 vec[0] = ((signbits % 2)<1) ? emaxs[0] : emins[0]; in R_CullBox()
130 vec[1] = ((signbits % 4)<2) ? emaxs[1] : emins[1]; in R_CullBox()
131 vec[2] = ((signbits % 8)<4) ? emaxs[2] : emins[2]; in R_CullBox()
H A Dglquake.h438 qboolean R_CullBox (vec3_t emins, vec3_t emaxs);
/dports/games/quake2-xatrix/quake2-xatrix-3.20/
H A Dq_shared.h166 int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *plane);
170 #define BOX_ON_PLANE_SIDE(emins, emaxs, p) \ argument
177 ((p)->dist >= (emaxs)[(p)->type])?\
184 BoxOnPlaneSide( (emins), (emaxs), (p)))
/dports/games/quake2max/Quake2maX_0.45-src_unix/game/
H A Dq_shared.h190 int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *plane);
194 #define BOX_ON_PLANE_SIDE(emins, emaxs, p) \ argument
201 ((p)->dist >= (emaxs)[(p)->type])?\
208 BoxOnPlaneSide( (emins), (emaxs), (p)))
/dports/games/r1q2/r1q2-8012_5/game/
H A Dq_shared.h415 int EXPORT BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *plane);
419 #define BOX_ON_PLANE_SIDE(emins, emaxs, p) \ argument
426 ((p)->dist >= (emaxs)[(p)->type])?\
433 BoxOnPlaneSide( (emins), (emaxs), (p)))
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dq_math.c663 int BoxOnPlaneSide(vec3_t emins, vec3_t emaxs, struct cplane_s *p) in BoxOnPlaneSide() argument
673 if (p->dist >= emaxs[p->type]) in BoxOnPlaneSide()
685 dist[ b] += p->normal[i]*emaxs[i]; in BoxOnPlaneSide()
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dq_math.c649 int BoxOnPlaneSide(vec3_t emins, vec3_t emaxs, struct cplane_s *p) in BoxOnPlaneSide() argument
659 if ( p->dist >= emaxs[p->type] ) { in BoxOnPlaneSide()
672 dist[ b] += p->normal[i]*emaxs[i]; in BoxOnPlaneSide()
/dports/games/xonotic/Xonotic/source/qcsrc/server/
H A Dportals.qc227 float Portal_WillHitPlane(vector eorg, vector emins, vector emaxs, vector evel, vector porg, vector…
233 dist += min(emins.x * pnorm.x, emaxs.x * pnorm.x);
234 dist += min(emins.y * pnorm.y, emaxs.y * pnorm.y);
235 dist += min(emins.z * pnorm.z, emaxs.z * pnorm.z);
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_math.c653 int BoxOnPlaneSide(vec3_t emins, vec3_t emaxs, struct cplane_s *p) in BoxOnPlaneSide() argument
663 if (p->dist >= emaxs[p->type]) in BoxOnPlaneSide()
675 dist[ b] += p->normal[i]*emaxs[i]; in BoxOnPlaneSide()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_math.c653 int BoxOnPlaneSide(vec3_t emins, vec3_t emaxs, struct cplane_s *p) in BoxOnPlaneSide() argument
663 if (p->dist >= emaxs[p->type]) in BoxOnPlaneSide()
675 dist[ b] += p->normal[i]*emaxs[i]; in BoxOnPlaneSide()
/dports/games/openjk/OpenJK-07675e2/shared/qcommon/
H A Dq_math.c948 int BoxOnPlaneSide(vec3_t emins, vec3_t emaxs, cplane_t *p) in BoxOnPlaneSide() argument
958 if (p->dist >= emaxs[p->type]) in BoxOnPlaneSide()
970 dist[ b] += p->normal[i]*emaxs[i]; in BoxOnPlaneSide()
H A Dq_math.h188 int BoxOnPlaneSide(vec3_t emins, vec3_t emaxs, cplane_t *p);
/dports/games/quakeforge/quakeforge-0.7.2/nq/source/
H A Dsv_pr_cmds.c699 vec_t *emins, *emaxs, *org; in PF_findradius() local
716 emaxs = SVvector (ent, absmax); in PF_findradius()
718 eorg[j] = org[j] - 0.5 * (emins[j] + emaxs[j]); in PF_findradius()
/dports/games/qudos/QuDos-0.40.1-src/src/game/
H A Dq_shared.h191 int BoxOnPlaneSide(vec3_t emins, vec3_t emaxs, struct cplane_s *plane);
192 int BoxOnPlaneSide2(vec3_t emins, vec3_t emaxs, struct cplane_s *p);
/dports/games/q2pro/q2pro/include/
H A Dq_shared.h368 int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *plane);
731 int BoxOnPlaneSide( vec3_t emins, vec3_t emaxs, cplane_t *p );
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dsv_pr_cmds.c652 vec_t *emins, *emaxs, *org; in PF_findradius() local
670 emaxs = SVvector (ent, absmax); in PF_findradius()
672 eorg[j] = org[j] - 0.5 * (emins[j] + emaxs[j]); in PF_findradius()
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/electronic_structure/
H A Dboltztrap.py217 emaxs = [max([e_k[0] for e_k in self._bs.bands[Spin.up]])]
222 emaxs.append(max([e_k[0] for e_k in self._bs.bands[Spin.down]]))
225 max_eigenval = Energy(max(emaxs) - self._bs.efermi, "eV").to("Ry")
/dports/games/q2p/Q2P-0.2-2006-12-31/game/
H A Dq_shared.h212 int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *plane);
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dq_shared.h580 int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *plane);

12345