Searched refs:roundNearestEven (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/lib/libc/softfloat/bits64/
H A Dsoftfloat.c117 flag roundNearestEven; local
122 roundNearestEven = ( roundingMode == float_round_nearest_even );
124 if ( ! roundNearestEven ) {
140 absZ &= ~ ( ( ( roundBits ^ 0x40 ) == 0 ) & roundNearestEven );
168 flag roundNearestEven, increment; local
172 roundNearestEven = ( roundingMode == float_round_nearest_even );
174 if ( ! roundNearestEven ) {
190 absZ0 &= ~ ( ( (bits64) ( absZ1<<1 ) == 0 ) & roundNearestEven );
307 flag roundNearestEven; local
312 roundNearestEven
477 flag roundNearestEven; local
655 flag roundNearestEven, increment, isTiny; local
987 flag roundNearestEven, increment, isTiny; local
[all...]
/freebsd-10.0-release/lib/libc/softfloat/bits32/
H A Dsoftfloat.c204 flag roundNearestEven; local
209 roundNearestEven = roundingMode == float_round_nearest_even;
211 if ( ! roundNearestEven ) {
247 zSig &= ~ ( ( ( roundBits ^ 0x40 ) == 0 ) & roundNearestEven );
416 flag roundNearestEven, increment, isTiny; local
419 roundNearestEven = ( roundingMode == float_round_nearest_even );
421 if ( ! roundNearestEven ) {
460 if ( roundNearestEven ) {
476 zSig1 &= ~ ( ( zSig2 + zSig2 == 0 ) & roundNearestEven );

Completed in 136 milliseconds