Go to the source code of this file.
Defines | |
| #define | DOMAIN 1 |
| #define | SING 2 |
| #define | OVERFLOW 3 |
| #define | UNDERFLOW 4 |
| #define | TLOSS 5 |
| #define | PLOSS 6 |
| #define DOMAIN 1 |
Definition at line 46 of file svr4_math.h.
Referenced by __acos(), __acosf(), __asin(), __asinf(), __atan(), __atan2(), __atan2f(), __atanf(), __cos(), __cosf(), __cosh(), __coshf(), __drem(), __erf(), __erfc(), __exp(), __expf(), __expm1(), __expm1f(), __fmod(), __fmodf(), __hypot(), __hypotf(), __j0(), __j1(), __jn(), __lgamma(), __libm_rcis(), __log(), __log10(), __log10f(), __log1p(), __log1pf(), __logf(), __pow(), __powf(), __sin(), __sincosf(), __sinf(), __sinh(), __sinhf(), __tan(), __tanf(), __tanh(), __tanhf(), __y0(), __y1(), __yn(), and main().
| #define OVERFLOW 3 |
Definition at line 48 of file svr4_math.h.
Referenced by __cosh(), __coshf(), __exp(), __expf(), __expm1(), __expm1f(), __hypot(), __hypotf(), __log(), __log10(), __log10f(), __log1p(), __log1pf(), __logf(), __pow(), __powf(), __sinh(), __sinhf(), __y0(), __y1(), __yn(), and asym().
| #define PLOSS 6 |
Definition at line 51 of file svr4_math.h.
| #define SING 2 |
| #define TLOSS 5 |
| #define UNDERFLOW 4 |
1.5.6