Searched refs:FP_EX_DIVZERO (Results 1 – 9 of 9) sorted by relevance
86 #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
103 #define FP_EX_DIVZERO (1 << 19) macro125 #define FP_EX_DIVZERO (1 << (31 - 5)) macro
134 #define FP_EX_DIVZERO 0x400000 macro
234 else if (eflag & FP_EX_DIVZERO) in record_exception()235 eflag = FP_EX_DIVZERO; in record_exception()
118 else if(eflag & FP_EX_DIVZERO) in record_exception()119 eflag = FP_EX_DIVZERO; in record_exception()
105 #define FP_EX_MASK (FP_EX_INEXACT | FP_EX_INVALID | FP_EX_DIVZERO | \696 if ((FP_CUR_EXCEPTIONS & FP_EX_DIVZERO) in do_spe_mathemu()