Searched refs:remainderf (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/R/
H A Dremainderf.c30 #pragma weak __remainderf = remainderf
35 remainderf(float x, float y) { function
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dremainderf.s29 .file "remainderf.s"
32 LIBM_ANSI_PRAGMA_WEAK(remainderf,function)
34 ENTRY(remainderf) function
45 SET_SIZE(remainderf)
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dremainderf.s29 .file "remainderf.s"
32 LIBM_ANSI_PRAGMA_WEAK(remainderf,function)
34 ENTRY(remainderf) function
53 SET_SIZE(remainderf)
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h309 extern float remainderf __P((float, float));
427 #pragma does_not_read_global_data(fmodf, remainderf, remquof)
439 #pragma does_not_write_global_data(fmodf, remainderf)
502 #pragma no_side_effect(fmodf, remainderf)
/illumos-gate/usr/src/boot/include/
H A Dmath.h394 float remainderf(float, float);
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com375 remainderf.o \
614 ../common/R/remainderf.c \

Completed in 89 milliseconds