Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/head/
H A Dtgmath.h118 #undef llround
119 #define llround(x) __tgmath_llround(x) macro
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h388 extern long long int llround(double);
468 #pragma does_not_read_global_data(llrint, llround)
470 #pragma does_not_write_global_data(llrint, llround)
518 #pragma no_side_effect(llrint, llround, llrintf, llroundf, llrintl, llroundl)
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm_protos.h138 extern long long int llround __P((double));
/illumos-gate/usr/src/man/man3m/
H A DMakefile95 llround.3m \
462 llroundf.3m := LINKSRC = llround.3m
463 llroundl.3m := LINKSRC = llround.3m
/illumos-gate/usr/src/lib/libm/common/
H A Dmapfile-vers508 llround { FLAGS = NODYNSORT; };
515 llround;
/illumos-gate/usr/src/boot/include/
H A Dmath.h276 long long llround(double);
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc223 file path=usr/share/man/man3m/llround.3m
224 link path=usr/share/man/man3m/llroundf.3m target=llround.3m
225 link path=usr/share/man/man3m/llroundl.3m target=llround.3m
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com86 llround.o \
867 ../common/m9x/llround.c \