Searched refs:float_rounding_mode (Results 1 – 13 of 13) sorted by relevance
52 old = float_rounding_mode; in __weak_alias()53 float_rounding_mode = rnd_dir; in __weak_alias()
51 return float_rounding_mode; in __weak_alias()
9 #define float_rounding_mode __softfloat_float_rounding_mode macro
137 by the global variable `float_rounding_mode'. This variable may be set232 mode as specified by `float_rounding_mode'. Because C (and perhaps other241 These variant functions ignore `float_rounding_mode' and always round toward
2095 float_rounding_mode = roundingCode; in timeFunctionVariety()
77 int float_rounding_mode = float_round_nearest_even; variable205 roundingMode = float_rounding_mode; in roundAndPackFloat32()415 roundingMode = float_rounding_mode; in roundAndPackFloat64()614 roundingMode = float_rounding_mode; in float32_to_int32()740 switch ( float_rounding_mode ) { in float32_round_to_int()759 roundingMode = float_rounding_mode; in float32_round_to_int()883 return packFloat32( float_rounding_mode == float_round_down, 0, 0 ); in subFloat32Sigs()1438 roundingMode = float_rounding_mode; in float64_to_int32()1581 roundingMode = float_rounding_mode; in float64_round_to_int()1607 switch ( float_rounding_mode ) { in float64_round_to_int()[all …]
71 int float_rounding_mode = float_round_nearest_even; variable118 roundingMode = float_rounding_mode; in roundAndPackInt32()168 roundingMode = float_rounding_mode; in roundAndPackInt64()308 roundingMode = float_rounding_mode; in roundAndPackFloat32()478 roundingMode = float_rounding_mode; in roundAndPackFloat64()655 roundingMode = float_rounding_mode; in roundAndPackFloatx80()986 roundingMode = float_rounding_mode; in roundAndPackFloat128()1658 switch ( float_rounding_mode ) { in float32_round_to_int()1677 roundingMode = float_rounding_mode; in float32_round_to_int()1801 return packFloat32( float_rounding_mode == float_round_down, 0, 0 ); in subFloat32Sigs()[all …]
86 extern fp_rnd_t float_rounding_mode;
86 extern int float_rounding_mode;
79 extern !!!int8 float_rounding_mode;