Searched refs:roundingMode (Results 1 - 2 of 2) 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.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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dfpu.c390 int roundingMode = FPSCR_ROUNDING_MODE(tsk->thread.xstate->hardfpu.fpscr); local
391 return roundingMode;

Completed in 98 milliseconds