Home
last modified time | relevance | path

Searched refs:math_errhandling (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/libc/utils/UnitTest/
H A DFPMatcher.h105 if (math_errhandling & MATH_ERRNO) { \
114 if (math_errhandling & MATH_ERRNO) { \
123 if (math_errhandling & MATH_ERREXCEPT) { \
130 if (math_errhandling & MATH_ERREXCEPT) { \
/llvm-project-15.0.7/libc/config/linux/
H A Dapi.td71 def MathErrHandlingMacro : MacroDef<"math_errhandling"> {
73 #ifndef math_errhandling
75 #define math_errhandling 0
77 #define math_errhandling (MATH_ERREXCEPT)
79 #define math_errhandling (MATH_ERRNO | MATH_ERREXCEPT)
81 #endif // math_errhandling not defined
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h246 if (math_errhandling & MATH_ERRNO) in rounded_float_to_signed_integer()
248 if (math_errhandling & MATH_ERREXCEPT) in rounded_float_to_signed_integer()
/llvm-project-15.0.7/libc/src/math/generic/
H A Dmath_utils.h58 if (math_errhandling & MATH_ERRNO)
/llvm-project-15.0.7/libc/AOR_v20.02/math/test/
H A Dmathtest.c21 #ifndef math_errhandling
22 # define math_errhandling 0 macro
843 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()
/llvm-project-15.0.7/libc/test/src/math/
H A DRoundToIntegerTest.h76 if (math_errhandling & MATH_ERREXCEPT) { in SetUp()
/llvm-project-15.0.7/libc/spec/
H A Dstdc.td332 Macro<"math_errhandling">,
/llvm-project-15.0.7/libcxx/include/
H A Dcmath35 math_errhandling // C99
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc620 SYMBOL(math_errhandling, None, <math.h>)