Searched defs:remainderf (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.c34 #define remainderf(fa, fb) ((float)remainder(fa, fb)) macro
224 return remainderf(a, b);
/vbox/include/iprt/nocrt/
H A Dmath.h384 float RT_NOCRT(remainderf)(float, float);
707 # define remainderf RT_NOCRT(remainderf) macro

Completed in 47 milliseconds