Searched defs:fmod (Results 1 - 10 of 10) sorted by relevance
| /third_party/musl/src/math/i386/ |
| H A D | fmod.c | 3 double fmod(double x, double y) in fmod() function
|
| /third_party/musl/porting/liteos_m/kernel/src/math/ |
| H A D | fmod.c | 4 double fmod(double x, double y) in fmod() function
|
| /third_party/musl/src/math/ |
| H A D | fmod.c | 4 double fmod(double x, double y) in fmod() function
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| H A D | fmod.c | 4 double fmod(double x, double y) in fmod() function
|
| /third_party/musl/porting/uniproton/kernel/src/math/ |
| H A D | fmod.c | 4 double fmod(double x, double y) in fmod() function
|
| /third_party/jerryscript/jerry-libm/ |
| H A D | fmod.c | 39 fmod (double x, double y) in fmod() function
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_pack.c | 328 unsigned fmod = agx_pack_float_mod(I->src[s]); in agx_pack_alu() local
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| H A D | tgmath.h | 174 #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 D | tgmath.h | 174 #undef fmod macro 237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
|
| /third_party/musl/include/ |
| H A D | tgmath.h | 174 #undef fmod macro 237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
|
Completed in 7 milliseconds