Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat.c140 increment = ( (sbits64) absZ1 < 0 ); in roundAndPackInt64()
165 zSign ? (sbits64) LIT64( 0x8000000000000000 ) in roundAndPackInt64()
457 && ( (sbits64) ( zSig + roundIncrement ) < 0 ) ) in roundAndPackFloat64()
653 if ( (sbits64) zSig0 < 0 ) zExp = 1; in roundAndPackFloatx80()
676 increment = ( (sbits64) zSig1 < 0 ); in roundAndPackFloatx80()
719 increment = ( (sbits64) zSig1 < 0 ); in roundAndPackFloatx80()
733 if ( (sbits64) zSig0 < 0 ) zExp = 1; in roundAndPackFloatx80()
931 increment = ( (sbits64) zSig2 < 0 ); in roundAndPackFloat128()
989 increment = ( (sbits64) zSig2 < 0 ); in roundAndPackFloat128()
1207 if ( a == (sbits64) LIT64( 0x8000000000000000 ) ) { in int64_to_float64()
[all …]
Dsoftfloat.h75 typedef int64_t sbits64; typedef
Dsoftfloat-macros.h557 while ( ( (sbits64) rem0 ) < 0 ) { in estimateDiv128To64()