Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DFEnvImpl.h77 if (math_errhandling & MATH_ERREXCEPT) in clear_except_if_required()
85 if (math_errhandling & MATH_ERREXCEPT) in set_except_if_required()
93 if (math_errhandling & MATH_ERREXCEPT) in raise_except_if_required()
106 if (math_errhandling & MATH_ERRNO) in set_errno_if_required()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dmath-macros.h46 #define math_errhandling 0 macro
48 #define math_errhandling (MATH_ERREXCEPT) macro
50 #define math_errhandling (MATH_ERRNO | MATH_ERREXCEPT) macro
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c22 #ifndef math_errhandling
23 # define math_errhandling 0 macro
847 if(math_errhandling&MATH_ERREXCEPT) { in parsetest()
878 if(math_errhandling&MATH_ERREXCEPT) { in parsetest()
886 if(math_errhandling&MATH_ERRNO) { in parsetest()
896 if(!(math_errhandling&MATH_ERRNO)) { in parsetest()
/freebsd/contrib/arm-optimized-routines/
H A Dconfig.mk.dist103 # set to 1 if math.h has (math_errhandling & MATH_ERRNO) != 0.
/freebsd/lib/msun/src/
H A Dmath.h62 #define math_errhandling MATH_ERREXCEPT macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcmath35 math_errhandling // C99
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath35 math_errhandling // C99
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc620 SYMBOL(math_errhandling, None, <math.h>)
H A DStdSymbolMap.inc526 SYMBOL(math_errhandling, None, <cmath>)
527 SYMBOL(math_errhandling, None, <math.h>)