Searched refs:fmod (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dvao_demo.c216 angle = fmod(angle, 360.0); /* prevents eventual overflow */
H A Dtunnel.c416 base = obs[0] - fmod(obs[0], 8.0);
420 base = obs[0] + (8.0 - fmod(obs[0], 8.0));
H A Dgearbox.c335 /* 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 Dtunnel2.c439 base = obs[0] - fmod(obs[0], 8.0);
443 base = obs[0] + (8.0 - fmod(obs[0], 8.0));
H A Dgears.c246 angle = fmod(angle, 360.0); /* prevents eventual overflow */
H A Dfbo_firecube.c900 CubeRot = fmod(CubeRot + 15.0 * dt, 360.0); /* 15 deg/sec */
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_pack.c309 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 Deglgears.c222 angle = fmod(angle, 360.0); /* prevents eventual overflow */
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dgears.c357 angle = fmod(angle, 360.0); /* prevents eventual overflow */
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_utils.h109 #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 Dradeon_crtc.c339 *fb_div_frac = fmod(feedback_divider, 1.0) * 10.0;
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h217 static inline double ImFmod(double x, double y) { return fmod(x, y); }
H A Dimstb_truetype.h455 #define STBTT_fmod(x,y) fmod(x,y)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h217 static inline double ImFmod(double x, double y) { return fmod(x, y); }
H A Dimstb_truetype.h455 #define STBTT_fmod(x,y) fmod(x,y)
/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dsynaptics.c1323 double da = fmod(a2 - a1, 2 * M_PI);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst1371 - zink: implement fmod
3133 - ac/nir: remove unused code for nir_op_{fmod,frem}
H A D20.1.0.rst606 - pan/bit: Add 16-bit fmod tests
2676 - nir/algebraic: coalesce fmod lowering
H A D19.1.0.rst1892 - compiler/nir: add lowering option for 16-bit fmod
H A D20.2.0.rst354 - pan/bit: Add more 16-bit fmod tests
H A D20.3.0.rst3381 - ac/llvm: remove dead code handling for fmod

Completed in 67 milliseconds