Home
last modified time | relevance | path

Searched refs:float_rounding_mode (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/sh/kernel/cpu/sh4/
Dsoftfloat.c69 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()
Dfpu.c394 int float_rounding_mode(void) in float_rounding_mode() function