Searched refs:fmod (Results 1 - 21 of 21) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | vao_demo.c | 216 angle = fmod(angle, 360.0); /* prevents eventual overflow */
|
| H A D | tunnel.c | 416 base = obs[0] - fmod(obs[0], 8.0); 420 base = obs[0] + (8.0 - fmod(obs[0], 8.0));
|
| H A D | gearbox.c | 335 /* fmod to prevent overflow */ 336 GearRot = fmod(GearRot + 70.0 * dt, 360.0); /* 70 deg/sec */ 337 CubeRot = fmod(CubeRot + 15.0 * dt, 360.0); /* 15 deg/sec */
|
| H A D | tunnel2.c | 439 base = obs[0] - fmod(obs[0], 8.0); 443 base = obs[0] + (8.0 - fmod(obs[0], 8.0));
|
| H A D | gears.c | 246 angle = fmod(angle, 360.0); /* prevents eventual overflow */
|
| H A D | fbo_firecube.c | 900 CubeRot = fmod(CubeRot + 15.0 * dt, 360.0); /* 15 deg/sec */
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | agx_pack.c | 309 unsigned fmod = agx_pack_float_mod(I->src[s]); local in function:agx_pack_alu 311 src_short |= (fmod << fmod_offset);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | eglgears.c | 222 angle = fmod(angle, 360.0); /* prevents eventual overflow */
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | gears.c | 357 angle = fmod(angle, 360.0); /* prevents eventual overflow */
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_utils.h | 109 #define fmod(x, w) (x - w * floor((float)x/w)) macro 111 #define fmodulus(x, w, c) do {c = fmod(x, w); \
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_crtc.c | 339 *fb_div_frac = fmod(feedback_divider, 1.0) * 10.0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 217 static inline double ImFmod(double x, double y) { return fmod(x, y); }
|
| H A D | imstb_truetype.h | 455 #define STBTT_fmod(x,y) fmod(x,y)
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 217 static inline double ImFmod(double x, double y) { return fmod(x, y); }
|
| H A D | imstb_truetype.h | 455 #define STBTT_fmod(x,y) fmod(x,y)
|
| /xsrc/external/mit/xf86-input-synaptics/dist/src/ |
| H A D | synaptics.c | 1323 double da = fmod(a2 - a1, 2 * M_PI);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.3.0.rst | 1371 - zink: implement fmod 3133 - ac/nir: remove unused code for nir_op_{fmod,frem}
|
| H A D | 20.1.0.rst | 606 - pan/bit: Add 16-bit fmod tests 2676 - nir/algebraic: coalesce fmod lowering
|
| H A D | 19.1.0.rst | 1892 - compiler/nir: add lowering option for 16-bit fmod
|
| H A D | 20.2.0.rst | 354 - pan/bit: Add more 16-bit fmod tests
|
| H A D | 20.3.0.rst | 3381 - ac/llvm: remove dead code handling for fmod
|
Completed in 67 milliseconds