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

/illumos-gate/usr/src/lib/libm/i386/src/
H A Drintf.s29 .file "rintf.s"
32 LIBM_ANSI_PRAGMA_WEAK(rintf,function)
34 ENTRY(rintf) function
45 SET_SIZE(rintf)
/illumos-gate/usr/src/lib/libm/common/R/
H A Drintf.c30 #pragma weak __rintf = rintf
38 * rintf(x) return x rounded to integral according to the rounding direction
40 * NOTE: rintf(x), aintf(x) and anintf(x) return results with the same sign as
142 rintf(float x) { function

Completed in 62 milliseconds