Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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); 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()
H A Dfpu.c394 int float_rounding_mode(void) in float_rounding_mode() function
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0001-softfloat-Extend-float_exception_flags-to-16-bits.patch55 FloatRoundMode float_rounding_mode;
H A D0014-target-ppc-move-xscvqpdp-to-decodetree.patch48 tstat.float_rounding_mode = float_round_to_odd;
H A D0021-target-ppc-implement-xs-n-maddqp-o-xs-n-msubqp-o.patch59 + tstat.float_rounding_mode = float_round_to_odd; \