Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
Dsoftfloat.c82 fp_rnd float_rounding_mode = float_round_nearest_even;
216 roundNearestEven = roundingMode == float_round_nearest_even; in roundAndPackFloat32()
426 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat64()
625 if ( roundingMode == float_round_nearest_even ) { in float32_to_int32()
751 case float_round_nearest_even: in float32_round_to_int()
770 if ( roundingMode == float_round_nearest_even ) { in float32_round_to_int()
1449 if ( roundingMode == float_round_nearest_even ) { in float64_to_int32()
1592 if ( roundingMode == float_round_nearest_even ) { in float64_round_to_int()
1618 case float_round_nearest_even: in float64_round_to_int()
1642 if ( roundingMode == float_round_nearest_even ) { in float64_round_to_int()
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
Dsoftfloat.c83 fp_rnd float_rounding_mode = float_round_nearest_even;
217 roundNearestEven = roundingMode == float_round_nearest_even; in roundAndPackFloat32()
427 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat64()
626 if ( roundingMode == float_round_nearest_even ) { in float32_to_int32()
752 case float_round_nearest_even: in float32_round_to_int()
771 if ( roundingMode == float_round_nearest_even ) { in float32_round_to_int()
1450 if ( roundingMode == float_round_nearest_even ) { in float64_to_int32()
1593 if ( roundingMode == float_round_nearest_even ) { in float64_round_to_int()
1619 case float_round_nearest_even: in float64_round_to_int()
1643 if ( roundingMode == float_round_nearest_even ) { in float64_round_to_int()
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat.c77 fp_rnd float_rounding_mode = float_round_nearest_even;
130 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackInt32()
180 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackInt64()
320 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat32()
490 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat64()
667 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloatx80()
998 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat128()
1666 case float_round_nearest_even: in float32_round_to_int()
1685 if ( roundingMode == float_round_nearest_even ) { in float32_round_to_int()
2631 case float_round_nearest_even: in float64_round_to_int()
[all …]
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
Dsoftfloat.h88 #define float_round_nearest_even FP_RN macro
/device/linaro/bootloader/edk2/StdLib/Include/Arm/
Dsoftfloat.h88 #define float_round_nearest_even FP_RN macro
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/
Dsoftfloat.h81 float_round_nearest_even = 0, enumerator
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
Dsoftfloat.h117 #define float_round_nearest_even FP_RN macro
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat.txt138 to one of the values `float_round_nearest_even', `float_round_to_zero',
Dtimesoftfloat.c2081 roundingCode = float_round_nearest_even; in timeFunctionVariety()
2085 roundingCode = float_round_nearest_even; in timeFunctionVariety()