Searched hist:131676 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/lib/msun/src/
H A Ds_nearbyint.c131676 Tue Jul 06 04:46:08 MDT 2004 das Add C99's nearbyint{,f}() functions as wrappers around rint().
These trivial implementations are about 25 times slower than
rint{,f}() on x86 due to the FP environment save/restore.
They should eventually be redone in terms of fegetround() and
bit fiddling.
H A Dmath.hdiff 131676 Tue Jul 06 04:46:08 MDT 2004 das Add C99's nearbyint{,f}() functions as wrappers around rint().
These trivial implementations are about 25 times slower than
rint{,f}() on x86 due to the FP environment save/restore.
They should eventually be redone in terms of fegetround() and
bit fiddling.
/freebsd-11.0-release/lib/msun/man/
H A Drint.3diff 131676 Tue Jul 06 04:46:08 MDT 2004 das Add C99's nearbyint{,f}() functions as wrappers around rint().
These trivial implementations are about 25 times slower than
rint{,f}() on x86 due to the FP environment save/restore.
They should eventually be redone in terms of fegetround() and
bit fiddling.
/freebsd-11.0-release/lib/msun/
H A DMakefilediff 131676 Tue Jul 06 04:46:08 MDT 2004 das Add C99's nearbyint{,f}() functions as wrappers around rint().
These trivial implementations are about 25 times slower than
rint{,f}() on x86 due to the FP environment save/restore.
They should eventually be redone in terms of fegetround() and
bit fiddling.

Completed in 94 milliseconds