Home
last modified time | relevance | path

Searched defs:fmod (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/src/math/i386/
H A Dfmod.c3 double fmod(double x, double y) in fmod() function
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dfmod.c4 double fmod(double x, double y) in fmod() function
/third_party/musl/src/math/
H A Dfmod.c4 double fmod(double x, double y) in fmod() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfmod.c4 double fmod(double x, double y) in fmod() function
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dfmod.c4 double fmod(double x, double y) in fmod() function
/third_party/jerryscript/jerry-libm/
H A Dfmod.c39 fmod (double x, double y) in fmod() function
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_pack.c328 unsigned fmod = agx_pack_float_mod(I->src[s]); in agx_pack_alu() local
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h174 #undef fmod macro
237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h174 #undef fmod macro
237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
/third_party/musl/include/
H A Dtgmath.h174 #undef fmod macro
237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro

Completed in 7 milliseconds