Searched defs:lroundl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dlroundl.s29 .file "lroundl.s"
32 LIBM_ANSI_PRAGMA_WEAK(lroundl,function)
38 ENTRY(lroundl) function
81 / x = n+0.5, recompute lroundl(x) as x+sign(x)*0.5
95 SET_SIZE(lroundl)
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dlroundl.c30 #pragma weak __lroundl = lroundl
38 lroundl(long double x) { function
100 lroundl(long double x) { function
H A Dllroundl.c32 #pragma weak lroundl = llroundl macro

Completed in 61 milliseconds