Searched refs:float_rounding_mode (Results 1 – 15 of 15) sorted by relevance
53 old = float_rounding_mode; in __weak_alias()54 float_rounding_mode = rnd_dir; in __weak_alias()
52 return float_rounding_mode; in __weak_alias()
10 #define float_rounding_mode __softfloat_float_rounding_mode macro
138 by the global variable `float_rounding_mode'. This variable may be set233 mode as specified by `float_rounding_mode'. Because C (and perhaps other242 These variant functions ignore `float_rounding_mode' and always round toward
2098 float_rounding_mode = roundingCode; in timeFunctionVariety()
80 int float_rounding_mode = float_round_nearest_even; variable208 roundingMode = float_rounding_mode; in roundAndPackFloat32()418 roundingMode = float_rounding_mode; in roundAndPackFloat64()617 roundingMode = float_rounding_mode; in float32_to_int32()743 switch ( float_rounding_mode ) { in float32_round_to_int()762 roundingMode = float_rounding_mode; in float32_round_to_int()886 return packFloat32( float_rounding_mode == float_round_down, 0, 0 ); in subFloat32Sigs()1441 roundingMode = float_rounding_mode; in float64_to_int32()1584 roundingMode = float_rounding_mode; in float64_round_to_int()1610 switch ( float_rounding_mode ) { in float64_round_to_int()[all …]
74 int float_rounding_mode = float_round_nearest_even; variable121 roundingMode = float_rounding_mode; in roundAndPackInt32()171 roundingMode = float_rounding_mode; in roundAndPackInt64()311 roundingMode = float_rounding_mode; in roundAndPackFloat32()481 roundingMode = float_rounding_mode; in roundAndPackFloat64()658 roundingMode = float_rounding_mode; in roundAndPackFloatx80()989 roundingMode = float_rounding_mode; in roundAndPackFloat128()1661 switch ( float_rounding_mode ) { in float32_round_to_int()1680 roundingMode = float_rounding_mode; in float32_round_to_int()1804 return packFloat32( float_rounding_mode == float_round_down, 0, 0 ); in subFloat32Sigs()[all …]
78 extern fp_rnd_t float_rounding_mode;
87 extern fp_rnd_t float_rounding_mode;
87 extern int float_rounding_mode;
80 extern !!!int8 float_rounding_mode;
617 float_rounding_mode = roundingCode; in testFunctionVariety()
376 float_rounding_mode = roundingCode; in testFunctionVariety()