Searched refs:float_rounding_mode (Results 1 – 5 of 5) sorted by relevance
69 extern int float_rounding_mode(void); /* in fpu.c */249 return packFloat64(float_rounding_mode() == FPSCR_RM_ZERO, 0, 0); in subFloat64Sigs()367 roundNearestEven = (float_rounding_mode() == FPSCR_RM_NEAREST); in roundAndPackFloat32()418 roundNearestEven = (float_rounding_mode() == FPSCR_RM_NEAREST); in roundAndPackFloat64()479 return packFloat32(float_rounding_mode() == FPSCR_RM_ZERO, 0, 0); in subFloat32Sigs()
394 int float_rounding_mode(void) in float_rounding_mode() function
55 FloatRoundMode float_rounding_mode;
48 tstat.float_rounding_mode = float_round_to_odd;
59 + tstat.float_rounding_mode = float_round_to_odd; \