Searched refs:roundingMode (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.c72 int8 roundingMode; local
77 roundingMode = roundData->mode;
78 roundNearestEven = ( roundingMode == float_round_nearest_even );
81 if ( roundingMode == float_round_to_zero ) {
87 if ( roundingMode == float_round_up ) roundIncrement = 0;
90 if ( roundingMode == float_round_down ) roundIncrement = 0;
199 int8 roundingMode; local
204 roundingMode = roundData->mode;
205 roundNearestEven = ( roundingMode == float_round_nearest_even );
208 if ( roundingMode
362 int8 roundingMode; local
541 int8 roundingMode, roundingPrecision; local
945 int8 roundingMode; local
1840 int8 roundingMode; local
2647 int8 roundingMode; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dsoftfloat.c80 int8 roundingMode; local
85 roundingMode = float_rounding_mode;
86 roundNearestEven = ( roundingMode == float_round_nearest_even );
89 if ( roundingMode == float_round_to_zero ) {
95 if ( roundingMode == float_round_up ) roundIncrement = 0;
98 if ( roundingMode == float_round_down ) roundIncrement = 0;
213 int8 roundingMode; local
218 roundingMode = float_rounding_mode;
219 roundNearestEven = ( roundingMode == float_round_nearest_even );
222 if ( roundingMode
382 int8 roundingMode; local
560 int8 roundingMode; local
963 int8 roundingMode; local
1856 int8 roundingMode; local
2667 int8 roundingMode; local
[all...]

Completed in 109 milliseconds