Searched refs:math_errhandling (Results 1 – 9 of 9) sorted by relevance
105 if (math_errhandling & MATH_ERRNO) { \114 if (math_errhandling & MATH_ERRNO) { \123 if (math_errhandling & MATH_ERREXCEPT) { \130 if (math_errhandling & MATH_ERREXCEPT) { \
71 def MathErrHandlingMacro : MacroDef<"math_errhandling"> {73 #ifndef math_errhandling75 #define math_errhandling 077 #define math_errhandling (MATH_ERREXCEPT)79 #define math_errhandling (MATH_ERRNO | MATH_ERREXCEPT)81 #endif // math_errhandling not defined
246 if (math_errhandling & MATH_ERRNO) in rounded_float_to_signed_integer()248 if (math_errhandling & MATH_ERREXCEPT) in rounded_float_to_signed_integer()
58 if (math_errhandling & MATH_ERRNO)
21 #ifndef math_errhandling22 # define math_errhandling 0 macro843 if(math_errhandling&MATH_ERREXCEPT) { in parsetest()874 if(math_errhandling&MATH_ERREXCEPT) { in parsetest()882 if(math_errhandling&MATH_ERRNO) { in parsetest()892 if(!(math_errhandling&MATH_ERRNO)) { in parsetest()
76 if (math_errhandling & MATH_ERREXCEPT) { in SetUp()
332 Macro<"math_errhandling">,
35 math_errhandling // C99
620 SYMBOL(math_errhandling, None, <math.h>)