Home
last modified time | relevance | path

Searched refs:lround (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/libm/i386/src/
H A Dlround.s32 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 Dlround.c30 #pragma weak __lround = lround
45 lround(double x) { in lround() function
H A Dllround.c32 #pragma weak lround = llround macro
/titanic_50/usr/src/head/
H A Dtgmath.h130 #undef lround
131 #define lround(x) __tgmath_lround(x) macro
/titanic_50/usr/src/head/iso/
H A Dmath_c99.h241 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 Dlibm_protos.h132 extern long int lround __P((double));
/titanic_50/usr/src/man/man3m/
H A DMakefile101 lround.3m \
/titanic_50/usr/src/lib/libm/
H A DMakefile.com38 lround.o \
48 lround.o \
828 ../common/m9x/lround.c \
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc97 file path=usr/share/man/man3m/lround.3m
/titanic_50/usr/src/lib/libm/common/
H A Dmapfile-vers522 lround;
/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c137 #define lround(r) (((r)+sizeof (long long)-1)&(~(sizeof (long long)-1))) macro