Harlinn.Windows 0.1
|
Classes | |
union | Harlinn::Common::Core::Math::Internal::OpenLibM::ieee_quad_shape_type |
union | Harlinn::Common::Core::Math::Internal::OpenLibM::ieee_extended_shape_type |
Namespaces | |
namespace | Harlinn |
namespace | Harlinn::Common |
namespace | Harlinn::Common::Core |
namespace | Harlinn::Common::Core::Math |
namespace | Harlinn::Common::Core::Math::Internal |
namespace | Harlinn::Common::Core::Math::Internal::OpenLibM |
Macros | |
#define | GET_LDOUBLE_WORDS64(ix0, ix1, d) |
#define | SET_LDOUBLE_WORDS64(d, ix0, ix1) |
#define | GET_LDOUBLE_MSW64(v, d) |
#define | SET_LDOUBLE_MSW64(d, v) |
#define | GET_LDOUBLE_LSW64(v, d) |
#define | GET_LDOUBLE_WORDS(se, ix0, ix1, d) |
#define | SET_LDOUBLE_WORDS(d, se, ix0, ix1) |
#define | GET_LDOUBLE_MSW(v, d) |
#define | SET_LDOUBLE_MSW(d, v) |
#define | GET_LDOUBLE_EXP(se, d) |
#define | SET_LDOUBLE_EXP(d, se) |
Functions | |
void | Harlinn::Common::Core::Math::Internal::OpenLibM::__scan_nan (uint32_t *__words, int __num_words, const char *__s) |
double | Harlinn::Common::Core::Math::Internal::OpenLibM::__exp__D (double, double) |
struct Double | Harlinn::Common::Core::Math::Internal::OpenLibM::__log__D (double) |
long double | Harlinn::Common::Core::Math::Internal::OpenLibM::__p1evll (long double, void *, int) |
long double | Harlinn::Common::Core::Math::Internal::OpenLibM::__polevll (long double, void *, int) |
#define GET_LDOUBLE_EXP | ( | se, | |
d ) |
#define GET_LDOUBLE_LSW64 | ( | v, | |
d ) |
#define GET_LDOUBLE_MSW | ( | v, | |
d ) |
#define GET_LDOUBLE_MSW64 | ( | v, | |
d ) |
#define GET_LDOUBLE_WORDS | ( | se, | |
ix0, | |||
ix1, | |||
d ) |
#define GET_LDOUBLE_WORDS64 | ( | ix0, | |
ix1, | |||
d ) |
#define SET_LDOUBLE_EXP | ( | d, | |
se ) |
#define SET_LDOUBLE_MSW | ( | d, | |
v ) |
#define SET_LDOUBLE_MSW64 | ( | d, | |
v ) |
#define SET_LDOUBLE_WORDS | ( | d, | |
se, | |||
ix0, | |||
ix1 ) |
#define SET_LDOUBLE_WORDS64 | ( | d, | |
ix0, | |||
ix1 ) |