Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat.c598 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in roundAndPackFloatx80() argument
607 if ( roundingPrecision == 80 ) goto precision80; in roundAndPackFloatx80()
608 if ( roundingPrecision == 64 ) { in roundAndPackFloatx80()
612 else if ( roundingPrecision == 32 ) { in roundAndPackFloatx80()
767 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in normalizeRoundAndPackFloatx80() argument
781 roundAndPackFloatx80( roundingPrecision, zSign, zExp, zSig0, zSig1 STATUS_VAR); in normalizeRoundAndPackFloatx80()