Searched refs:normalizeRoundAndPackFloat64 (Results 1 – 1 of 1) sorted by relevance
/external/qemu/fpu/ |
D | softfloat.c | 558 normalizeRoundAndPackFloat64( flag zSign, int16 zExp, uint64_t zSig STATUS_PARAM) in normalizeRoundAndPackFloat64() function 1283 return normalizeRoundAndPackFloat64( zSign, 0x43C, zSign ? - a : a STATUS_VAR ); in int64_to_float64() 1290 return normalizeRoundAndPackFloat64( 0, 0x43C, a STATUS_VAR ); in uint64_to_float64() 3235 return normalizeRoundAndPackFloat64( zSign, zExp, zSig STATUS_VAR ); in subFloat64Sigs() 3500 return normalizeRoundAndPackFloat64( aSign ^ zSign, bExp, aSig STATUS_VAR ); in float64_rem() 3600 return normalizeRoundAndPackFloat64( zSign, 0x408, zSig STATUS_VAR ); in float64_log2() 6423 return normalizeRoundAndPackFloat64( aSign, aExp, aSig STATUS_VAR ); in float64_scalbn()
|