Searched refs:roundingPrecision (Results 1 - 2 of 2) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dsoftfloat.c525 If `roundingPrecision' is 32 or 64, the result is rounded to the same
541 int8 roundingMode, roundingPrecision; local
546 roundingPrecision = roundData->precision;
548 if ( roundingPrecision == 80 ) goto precision80;
549 if ( roundingPrecision == 64 ) {
553 else if ( roundingPrecision == 32 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dsoftfloat.c544 If `roundingPrecision' is 32 or 64, the result is rounded to the same
557 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1
566 if ( roundingPrecision == 80 ) goto precision80;
567 if ( roundingPrecision == 64 ) {
571 else if ( roundingPrecision == 32 ) {
725 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1
739 roundAndPackFloatx80( roundingPrecision, zSign, zExp, zSig0, zSig1 );
556 roundAndPackFloatx80( int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 ) argument
724 normalizeRoundAndPackFloatx80( int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 ) argument

Completed in 205 milliseconds