Searched refs:fmodl (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dfmodl.s29 .file "fmodl.s"
32 LIBM_ANSI_PRAGMA_WEAK(fmodl,function)
34 ENTRY(fmodl) function
45 SET_SIZE(fmodl)
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dfmodl.s29 .file "fmodl.s"
32 LIBM_ANSI_PRAGMA_WEAK(fmodl,function)
34 ENTRY(fmodl) function
45 SET_SIZE(fmodl)
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dremainderl.c41 * Based on fmodl() return x-[x/p]chopped*p exactly.
64 x = fmodl(x, p + p);
H A Dlongdouble.h82 extern long double fmodl(long double, long double);
H A Dfmodl.c30 #pragma weak __fmodl = fmodl
56 fmodl(long double x, long double y) { function
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dlongdouble.h81 extern long double fmodl(long double, long double);
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h373 extern long double fmodl __P((long double, long double));
453 #pragma does_not_read_global_data(fmodl, remainderl, remquol)
465 #pragma does_not_write_global_data(fmodl, remainderl)
515 #pragma no_side_effect(fmodl, remainderl)
/illumos-gate/usr/src/boot/include/
H A Dmath.h463 long double fmodl(long double, long double);
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com276 fmodl.o \
689 ../common/Q/fmodl.c \

Completed in 106 milliseconds