Searched refs:roundl (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | roundl.S | 32 LIBM_ANSI_PRAGMA_WEAK(roundl,function) 38 ENTRY(roundl) 77 / x = n+0.5, recompute roundl(x) as x+sign(x)*0.5 93 SET_SIZE(roundl)
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | roundl.c | 30 #pragma weak __roundl = roundl 36 roundl(long double x) { in roundl() function 123 roundl(long double x) { in roundl() function
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_c99.h | 366 extern long double roundl(long double); 449 #pragma does_not_read_global_data(rintl, lrintl, roundl, lroundl, truncl) 461 #pragma does_not_write_global_data(rintl, lrintl, roundl, lroundl, truncl) 511 #pragma no_side_effect(rintl, lrintl, roundl, lroundl, truncl)
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | libm_protos.h | 125 extern long double roundl __P((long double));
|
/illumos-gate/usr/src/boot/include/ |
H A D | math.h | 489 long double roundl(long double);
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 106 roundl.o \ 805 ../common/m9x/roundl.c \ 831 ../common/m9x/roundl.c \
|
/illumos-gate/usr/src/man/man3m/ |
H A D | Makefile | 295 roundl.3m \ 498 roundl.3m := LINKSRC = round.3m
|
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/ |
H A D | math | 155 "\001round", (Math_f)(uintptr_t)roundl,
|
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/ |
H A D | math | 155 "\001round", (Math_f)(uintptr_t)roundl,
|
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/ |
H A D | math | 155 "\001round", (Math_f)(uintptr_t)roundl,
|
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/ |
H A D | math | 155 "\001round", (Math_f)(uintptr_t)roundl,
|
/illumos-gate/usr/src/lib/libm/common/ |
H A D | mapfile-vers | 561 roundl;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library-math.man3m.inc | 277 link path=usr/share/man/man3m/roundl.3m target=round.3m
|