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

/seL4-refos-master/libs/libmuslc/src/math/i386/
H A Dfmod.s1 .global fmod
2 .type fmod,@function
3 fmod: label
/seL4-refos-master/libs/libmuslc/src/math/i386_sel4/
H A Dfmod.s1 .global fmod
2 .type fmod,@function
3 fmod: label
/seL4-refos-master/libs/libmuslc/src/math/
H A Dfmod.c4 double fmod(double x, double y) function
H A Dfmodl.c6 return fmod(x, y);
/seL4-refos-master/libs/libmuslc/include/
H A Dtgmath.h174 #undef fmod macro
237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
H A Dmath.h215 double fmod(double, double);

Completed in 39 milliseconds