Searched refs:FP_EX_DIVZERO (Results 1 – 13 of 13) sorted by relevance
79 #ifndef FP_EX_DIVZERO80 #define FP_EX_DIVZERO 0 macro
499 FP_SET_EXCEPTION(FP_EX_DIVZERO); \
20 FP_SET_EXCEPTION(FP_EX_DIVZERO); in fdivd()
19 FP_SET_EXCEPTION(FP_EX_DIVZERO); in fdivs()
103 #define FP_EX_DIVZERO (1 << 19) macro125 #define FP_EX_DIVZERO (1 << (31 - 5)) macro
66 #define FP_EX_DIVZERO (1<<3) macro
73 #define FP_EX_DIVZERO IEEE_TRAP_ENABLE_DZE macro
84 #define FP_EX_DIVZERO (1 << 1) macro
195 #define FP_EX_DIVZERO (1 << 1) macro
235 else if (eflag & FP_EX_DIVZERO) in record_exception()236 eflag = FP_EX_DIVZERO; in record_exception()
119 else if(eflag & FP_EX_DIVZERO) in record_exception()120 eflag = FP_EX_DIVZERO; in record_exception()
67 #define FP_EX_DIVZERO FPCSR_mskDBZ macro
101 #define FP_EX_MASK (FP_EX_INEXACT | FP_EX_INVALID | FP_EX_DIVZERO | \692 if ((FP_CUR_EXCEPTIONS & FP_EX_DIVZERO) in do_spe_mathemu()