Searched refs:FP_EX_UNDERFLOW (Results 1 – 12 of 12) sorted by relevance
76 #ifndef FP_EX_UNDERFLOW77 #define FP_EX_UNDERFLOW macro
165 (FP_TRAPPING_EXCEPTIONS & FP_EX_UNDERFLOW)) \166 FP_SET_EXCEPTION(FP_EX_UNDERFLOW); \178 FP_SET_EXCEPTION(FP_EX_UNDERFLOW); \
80 #define FP_EX_UNDERFLOW (1<<1) macro
83 #define FP_EX_UNDERFLOW (1 << 2) macro
194 #define FP_EX_UNDERFLOW (1 << 2) macro
72 #define FP_EX_UNDERFLOW IEEE_TRAP_ENABLE_UNF macro
272 if ((_fex & FP_EX_UNDERFLOW) && (swcr & IEEE_MAP_UMZ)) in alpha_fp_emul()279 if ((_fex & FP_EX_UNDERFLOW) && (swcr & IEEE_MAP_UMZ)) in alpha_fp_emul()
104 #define FP_EX_UNDERFLOW (1 << 18) macro124 #define FP_EX_UNDERFLOW (1 << (31 - 4)) macro
136 #define FP_EX_UNDERFLOW 0x100000 macro
232 else if (eflag & FP_EX_UNDERFLOW) in record_exception()233 eflag = FP_EX_UNDERFLOW; in record_exception()
116 else if(eflag & FP_EX_UNDERFLOW) in record_exception()117 eflag = FP_EX_UNDERFLOW; in record_exception()
106 FP_EX_UNDERFLOW | FP_EX_OVERFLOW)680 &= ~(FP_EX_INVALID | FP_EX_UNDERFLOW) | current->thread.spefscr_last; in do_spe_mathemu()702 if ((FP_CUR_EXCEPTIONS & FP_EX_UNDERFLOW) in do_spe_mathemu()