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

/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.c41 # define remainderl(fa, fb) (remainder(fa, fb)) macro
471 return remainderl(a, b);
/vbox/include/iprt/nocrt/
H A Dmath.h491 long double RT_NOCRT(remainderl)(long double, long double);
776 # define remainderl RT_NOCRT(remainderl) macro

Completed in 46 milliseconds