Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dmath.h1044 # define math_errhandling 0 macro
1046 # define math_errhandling (MATH_ERREXCEPT) macro
1048 # define math_errhandling (MATH_ERRNO | MATH_ERREXCEPT) macro
/glibc-2.36/conform/data/
Dmath.h-data63 macro math_errhandling {int}
/glibc-2.36/ChangeLog.old/
DChangeLog.172521 * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
2522 * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
DChangeLog.1924103 * math/math.h (math_errhandling): Set to 0 with __FAST_MATH__.
DChangeLog.1883380 [C99-based standards] (math_errhandling): Specify type.