Home
last modified time | relevance | path

Searched refs:LARGE_EPSILON (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/graphics/
H A Dmath-defs.h33 #define LARGE_EPSILON 1e-2f macro
H A Dmath-extra.c118 if (adjust_dist <= (orig_dist - LARGE_EPSILON)) { in calc_torque()
/dports/multimedia/obs-studio/obs-studio-27.1.3/docs/sphinx/
H A Dreference-libobs-graphics-math.rst18 **LARGE_EPSILON** 1e-2f
/dports/games/egl/egl-0.3.1_9/renderer/
H A Drf_decal.c225 if (d > LARGE_EPSILON) { in R_Q2BSP_ClipPoly()
229 else if (d < -LARGE_EPSILON) { in R_Q2BSP_ClipPoly()
419 if (d > LARGE_EPSILON) { in R_Q3BSP_WindingClipFragment()
423 else if (d < -LARGE_EPSILON) { in R_Q3BSP_WindingClipFragment()
H A Drf_sky.c136 if (d > LARGE_EPSILON) { in ClipSkyPolygon()
140 else if (d < -LARGE_EPSILON) { in ClipSkyPolygon()
/dports/games/egl/egl-0.3.1_9/cgame/
H A Dcg_partthink.c72 if ((out[i] > -LARGE_EPSILON) && (out[i] < LARGE_EPSILON)) in pClipVelocity()
H A Dpmove.c81 if ((out[i] > -LARGE_EPSILON) && (out[i] < LARGE_EPSILON)) in PM_ClipVelocity()
/dports/games/egl/egl-0.3.1_9/server/
H A Dsv_pmove.c81 if ((out[i] > -LARGE_EPSILON) && (out[i] < LARGE_EPSILON)) in SV_PM_ClipVelocity()
/dports/games/egl/egl-0.3.1_9/shared/
H A Dshared.h433 #define LARGE_EPSILON 0.1 macro