Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dcmath35 math_errhandling // C99
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd.h288 #ifdef math_errhandling
292 template <int = math_errhandling>
295 { return math_errhandling & MATH_ERREXCEPT; } in __handle_fpexcept_impl()
/netbsd-src/external/lgpl3/mpfr/dist/
H A DTODO102 two ways of handling error conditions, depending on math_errhandling:
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d218 enum int math_errhandling = MATH_ERRNO | MATH_ERREXCEPT; variable
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog4802 not rely on math_errhandling to expand to a constant expression.
4999 not rely on the presence of the math_errhandling macro.