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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dfpa11.c53 return float_round_nearest_even;
H A Dsoftfloat.h84 float_round_nearest_even = 0, enumerator in enum:__anon3437
H A Dsoftfloat.c78 roundNearestEven = ( roundingMode == float_round_nearest_even );
205 roundNearestEven = ( roundingMode == float_round_nearest_even );
368 roundNearestEven = ( roundingMode == float_round_nearest_even );
547 roundNearestEven = ( roundingMode == float_round_nearest_even );
961 case float_round_nearest_even:
977 if ( roundingMode == float_round_nearest_even ) {
1855 case float_round_nearest_even:
1873 if ( roundingMode == float_round_nearest_even ) {
2665 case float_round_nearest_even:
2689 if ( roundingMode == float_round_nearest_even ) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dfpa11.c67 float_rounding_mode = float_round_nearest_even;
H A Dsoftfloat.h75 float_round_nearest_even = 0, enumerator in enum:__anon3453
H A Dsoftfloat.c41 int8 float_rounding_mode = float_round_nearest_even;
86 roundNearestEven = ( roundingMode == float_round_nearest_even );
219 roundNearestEven = ( roundingMode == float_round_nearest_even );
388 roundNearestEven = ( roundingMode == float_round_nearest_even );
565 roundNearestEven = ( roundingMode == float_round_nearest_even );
978 case float_round_nearest_even:
995 if ( roundingMode == float_round_nearest_even ) {
1871 case float_round_nearest_even:
1889 if ( roundingMode == float_round_nearest_even ) {
2685 case float_round_nearest_even
[all...]

Completed in 71 milliseconds