Searched refs:FP_EX_DIVZERO (Results 1 – 10 of 10) sorted by relevance
79 #ifndef FP_EX_DIVZERO80 #define FP_EX_DIVZERO 0 macro
499 FP_SET_EXCEPTION(FP_EX_DIVZERO); \
103 #define FP_EX_DIVZERO (1 << 19) macro125 #define FP_EX_DIVZERO (1 << (31 - 5)) macro
84 #define FP_EX_DIVZERO (1 << 1) macro
195 #define FP_EX_DIVZERO (1 << 1) macro
73 #define FP_EX_DIVZERO IEEE_TRAP_ENABLE_DZE macro
74 #define FP_EX_DIVZERO (1<<3) 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()
102 #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()