Home
last modified time | relevance | path

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

/linux/arch/arm/nwfpe/
A Dfpa11.c40 return float_round_nearest_even; in SetRoundingMode()
A Dsoftfloat.c78 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackInt32()
225 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat32()
396 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat64()
575 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloatx80()
989 case float_round_nearest_even: in float32_round_to_int()
1005 if ( roundingMode == float_round_nearest_even ) { in float32_round_to_int()
1883 case float_round_nearest_even: in float64_round_to_int()
1901 if ( roundingMode == float_round_nearest_even ) { in float64_round_to_int()
2693 case float_round_nearest_even: in floatx80_round_to_int()
2717 if ( roundingMode == float_round_nearest_even ) { in floatx80_round_to_int()
A Dsoftfloat.h84 float_round_nearest_even = 0, enumerator

Completed in 10 milliseconds