Searched refs:float_rounding_mode (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c69 extern int float_rounding_mode(void); /* in fpu.c */
249 return packFloat64(float_rounding_mode() == FPSCR_RM_ZERO, 0, 0); subFloat64Sigs()
367 roundNearestEven = (float_rounding_mode() == FPSCR_RM_NEAREST); roundAndPackFloat32()
418 roundNearestEven = (float_rounding_mode() == FPSCR_RM_NEAREST); roundAndPackFloat64()
479 return packFloat32(float_rounding_mode() == FPSCR_RM_ZERO, 0, 0); subFloat32Sigs()
H A Dfpu.c398 int float_rounding_mode(void) float_rounding_mode() function
/linux-4.4.14/arch/arm/nwfpe/
H A Dsoftfloat.h82 //extern int8 float_rounding_mode;

Completed in 122 milliseconds