Searched refs:roundIncrement (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dsoftfloat.c74 int8 roundIncrement, roundBits; local
79 roundIncrement = 0x40;
82 roundIncrement = 0;
85 roundIncrement = 0x7F;
87 if ( roundingMode == float_round_up ) roundIncrement = 0;
90 if ( roundingMode == float_round_down ) roundIncrement = 0;
95 absZ = ( absZ + roundIncrement )>>7;
201 int8 roundIncrement, roundBits; local
206 roundIncrement = 0x40;
209 roundIncrement
364 int16 roundIncrement, roundBits; local
543 int64 roundIncrement, roundMask, roundBits; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dsoftfloat.c82 int8 roundIncrement, roundBits; local
87 roundIncrement = 0x40;
90 roundIncrement = 0;
93 roundIncrement = 0x7F;
95 if ( roundingMode == float_round_up ) roundIncrement = 0;
98 if ( roundingMode == float_round_down ) roundIncrement = 0;
103 absZ = ( absZ + roundIncrement )>>7;
215 int8 roundIncrement, roundBits; local
220 roundIncrement = 0x40;
223 roundIncrement
384 int16 roundIncrement, roundBits; local
562 int64 roundIncrement, roundMask, roundBits; local
[all...]

Completed in 64 milliseconds