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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/nwfpe/
H A Dfpa11.c53 return float_round_nearest_even;
H A Dsoftfloat.h84 float_round_nearest_even = 0, enumerator in enum:__anon8066
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...]

Completed in 71 milliseconds