Searched defs:nearbyint (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dnearbyint.c30 #pragma weak nearbyint = __nearbyint macro
33 * nearbyint(x) returns the nearest fp integer to x in the direction
37 * nearbyint(x) is x unchanged if x is +/-0 or +/-inf. If x is NaN,
38 * nearbyint(x) is also NaN.
/illumos-gate/usr/src/head/
H A Dtgmath.h132 #undef nearbyint macro
133 #define nearbyint(x) __tgmath_nearbyint(x) macro

Completed in 58 milliseconds