Searched defs:remquo (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | remquo.s | 29 .file "remquo.s" 32 LIBM_ANSI_PRAGMA_WEAK(remquo,function) 35 ENTRY(remquo) function 69 SET_SIZE(remquo)
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | remquo.c | 30 #pragma weak __remquo = remquo 34 * double remquo(double x, double y, int *quo) return remainder(x,y) and an 38 * remquo call internal fmodquo 212 remquo(double x, double y, int *quo) { function
|
/illumos-gate/usr/src/head/ |
H A D | tgmath.h | 140 #undef remquo macro 141 #define remquo(x, y, ip) __tgmath_remquo(x, y, ip) macro
|
Completed in 78 milliseconds