Home
last modified time | relevance | path

Searched refs:llround (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/libm/common/m9x/
H A Dllround.c30 #pragma weak __llround = llround
32 #pragma weak lround = llround
33 #pragma weak __lround = llround
48 llround(double x) { in llround() function
/titanic_50/usr/src/head/
H A Dtgmath.h118 #undef llround
119 #define llround(x) __tgmath_llround(x) macro
/titanic_50/usr/src/head/iso/
H A Dmath_c99.h391 extern long long int llround __P((double));
471 #pragma does_not_read_global_data(llrint, llround)
473 #pragma does_not_write_global_data(llrint, llround)
521 #pragma no_side_effect(llrint, llround, llrintf, llroundf, llrintl, llroundl)
/titanic_50/usr/src/lib/libm/common/C/
H A Dlibm_protos.h138 extern long long int llround __P((double));
/titanic_50/usr/src/man/man3m/
H A DMakefile94 llround.3m \
/titanic_50/usr/src/lib/libm/common/
H A Dmapfile-vers497 llround { FLAGS = NODYNSORT };
504 llround;
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc90 file path=usr/share/man/man3m/llround.3m
/titanic_50/usr/src/lib/libm/
H A DMakefile.com86 llround.o \
878 ../common/m9x/llround.c \