Searched refs:float_rounding_mode (Results 1 – 2 of 2) 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