Searched refs:FP_EX_INVALID (Results 1 – 16 of 16) sorted by relevance
53 #define FP_EX_INVALID 0x01 macro60 (FP_EX_INVALID | FP_EX_DENORM | FP_EX_DIVZERO | FP_EX_OVERFLOW \
28 if (exceptions & FP_EX_INVALID) in __Qp_handle_exceptions()
87 #define FP_EX_INVALID (1 << 4) macro
30 if (exceptions & FP_EX_INVALID) in ___Q_simulate_exceptions()
179 #define FP_EX_INVALID (1 << 4) macro
45 if (s > 0 && (_fex &= FP_EX_INVALID)) in _OtsNintXQ()
37 FP_SET_EXCEPTION(FP_EX_INVALID); in internal_equality()
68 #define FP_EX_INVALID FE_INVALID macro
74 # define FP_EX_INVALID ISA_BIT(34) macro79 # define FP_EX_ALL (FP_EX_INVALID | FP_EX_OVERFLOW \
59 # define FP_EX_INVALID SPEFSCR_FINVS macro92 # define FP_EX_INVALID (1 << (31 - 2))
57 #define FP_EX_INVALID FE_INVALID macro78 if (_fex & FP_EX_INVALID) \
187 #define FP_EX_INVALID 0x01 macro194 (FP_EX_INVALID | FP_EX_DENORM | FP_EX_DIVZERO | FP_EX_OVERFLOW \
51 #define FP_EX_INVALID (1 << 6) macro
74 #define FP_EX_INVALID (1 << 4) macro
90 #define FP_EX_INVALID FE_INVALID macro
105 #define FP_EX_INVALID FE_INVALID macro
Completed in 14 milliseconds