Searched refs:lround (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libm/i386/src/ |
H A D | lround.s | 32 LIBM_ANSI_PRAGMA_WEAK(lround,function) 38 ENTRY(lround) 81 / x = n+0.5, recompute lround(x) as x+sign(x)*0.5 95 SET_SIZE(lround)
|
/titanic_50/usr/src/lib/libm/common/m9x/ |
H A D | lround.c | 30 #pragma weak __lround = lround 45 lround(double x) { in lround() function
|
H A D | llround.c | 32 #pragma weak lround = llround macro
|
/titanic_50/usr/src/head/ |
H A D | tgmath.h | 130 #undef lround 131 #define lround(x) __tgmath_lround(x) macro
|
/titanic_50/usr/src/head/iso/ |
H A D | math_c99.h | 241 extern long int lround __P((double)); 405 #pragma does_not_read_global_data(nearbyint, rint, lrint, round, lround, trunc) 413 #pragma does_not_write_global_data(nearbyint, rint, lrint, round, lround, trunc) 488 #pragma no_side_effect(nearbyint, rint, lrint, round, lround, trunc)
|
/titanic_50/usr/src/lib/libm/common/C/ |
H A D | libm_protos.h | 132 extern long int lround __P((double));
|
/titanic_50/usr/src/man/man3m/ |
H A D | Makefile | 101 lround.3m \
|
/titanic_50/usr/src/lib/libm/ |
H A D | Makefile.com | 38 lround.o \ 48 lround.o \ 828 ../common/m9x/lround.c \
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library-math.man3m.inc | 97 file path=usr/share/man/man3m/lround.3m
|
/titanic_50/usr/src/lib/libm/common/ |
H A D | mapfile-vers | 522 lround;
|
/titanic_50/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vnops.c | 137 #define lround(r) (((r)+sizeof (long long)-1)&(~(sizeof (long long)-1))) macro
|