Searched refs:FPSCR_IOC (Results 1 – 4 of 4) sorted by relevance
287 ret = FPSCR_IOC; in vfp_double_fsqrt()370 ret |= FPSCR_IOC; in vfp_compare()380 ret |= FPSCR_IOC; in vfp_compare()454 exceptions = FPSCR_IOC; in vfp_double_fcvts()527 exceptions = FPSCR_IOC; in vfp_double_ftoui()557 exceptions |= FPSCR_IOC; in vfp_double_ftoui()604 exceptions |= FPSCR_IOC; in vfp_double_ftosi()609 exceptions |= FPSCR_IOC; in vfp_double_ftosi()701 exceptions = FPSCR_IOC; in vfp_double_fadd_nonnumber()818 return FPSCR_IOC; in vfp_double_multiply()[all …]
335 ret = FPSCR_IOC; in vfp_single_fsqrt()415 ret |= FPSCR_IOC; in vfp_compare()424 ret |= FPSCR_IOC; in vfp_compare()497 exceptions = FPSCR_IOC; in vfp_single_fcvtd()569 exceptions = FPSCR_IOC; in vfp_single_ftoui()599 exceptions |= FPSCR_IOC; in vfp_single_ftoui()646 exceptions |= FPSCR_IOC; in vfp_single_ftosi()654 exceptions |= FPSCR_IOC; in vfp_single_ftosi()747 exceptions = FPSCR_IOC; in vfp_single_fadd_nonnumber()862 return FPSCR_IOC; in vfp_single_multiply()[all …]
278 RAISE(FPSCR_IOC, FPSCR_IOE, FPE_FLTINV); in vfp_raise_exceptions()
75 #define FPSCR_IOC (1<<0) macro
Completed in 9 milliseconds