Searched defs:llround (Results 1 - 2 of 2) 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
37 * llround(x) rounds its argument to the nearest integer, rounding
48 llround(double x) { function
/illumos-gate/usr/src/head/
H A Dtgmath.h118 #undef llround macro
119 #define llround(x) __tgmath_llround(x) macro

Completed in 75 milliseconds