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

/vbox/include/iprt/nocrt/
H A Dmath.h458 long double RT_NOCRT(fmodl)(long double, long double);
753 # define fmodl RT_NOCRT(fmodl) macro
/vbox/src/libs/libxml2-2.6.31/
H A Dtrio.c263 # define fmodl(x,y) fmod((double)(x),(double)(y)) macro
2953 self->OutStream(self, digits[(int)fmodl(workNumber, dblBase)]);
3000 index = (int)fmodl(workNumber, dblBase);

Completed in 59 milliseconds