Searched defs:remquo (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dremquo.s29 .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 Dremquo.c30 #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 Dtgmath.h140 #undef remquo macro
141 #define remquo(x, y, ip) __tgmath_remquo(x, y, ip) macro

Completed in 254 milliseconds