#include <sys/types.h>
Go to the source code of this file.
Classes | |
union | edm::math_private::ieee_double_shape_type |
union | edm::math_private::ieee_float_shape_type |
union | edm::math_private::ieee_long_double_shape_type |
Namespaces | |
edm | |
HLT enums. | |
edm::math_private | |
Macros | |
#define | EXTRACT_WORDS(ix0, ix1, d) |
#define | GET_FLOAT_WORD(i, d) |
#define | GET_LDOUBLE_WORDS(exp, ix0, ix1, d) |
#define EXTRACT_WORDS | ( | ix0, | |
ix1, | |||
d | |||
) |
Definition at line 66 of file math_private.h.
Referenced by edm::detail::isnan().
#define GET_FLOAT_WORD | ( | i, | |
d | |||
) |
Definition at line 58 of file math_private.h.
Referenced by edm::detail::isnan().
#define GET_LDOUBLE_WORDS | ( | exp, | |
ix0, | |||
ix1, | |||
d | |||
) |
Definition at line 75 of file math_private.h.
Referenced by edm::detail::isnan().