Home
last modified time | relevance | path

Searched refs:sbits64 (Results 1 – 3 of 3) sorted by relevance

/external/qemu/fpu/
Dsoftfloat.c138 increment = ( (sbits64) absZ1 < 0 ); in roundAndPackInt64()
163 zSign ? (sbits64) LIT64( 0x8000000000000000 ) in roundAndPackInt64()
454 && ( (sbits64) ( zSig + roundIncrement ) < 0 ) ) in roundAndPackFloat64()
648 if ( (sbits64) zSig0 < 0 ) zExp = 1; in roundAndPackFloatx80()
671 increment = ( (sbits64) zSig1 < 0 ); in roundAndPackFloatx80()
714 increment = ( (sbits64) zSig1 < 0 ); in roundAndPackFloatx80()
728 if ( (sbits64) zSig0 < 0 ) zExp = 1; in roundAndPackFloatx80()
926 increment = ( (sbits64) zSig2 < 0 ); in roundAndPackFloat128()
983 increment = ( (sbits64) zSig2 < 0 ); in roundAndPackFloat128()
1201 if ( a == (sbits64) LIT64( 0x8000000000000000 ) ) { in int64_to_float64()
[all …]
Dsoftfloat.h73 typedef int64_t sbits64; typedef
Dsoftfloat-macros.h557 while ( ( (sbits64) rem0 ) < 0 ) { in estimateDiv128To64()