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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 ) {

Completed in 61 milliseconds