![]() |
Imt.Base C++ API V4.1.1.0
|
#include <Imt.Base.Core.Math/lib/openlibm/src/math_private_openbsd.h>
Public Attributes | ||
long double | value | |
struct { | ||
u_int32_t mswhi | ||
u_int32_t mswlo | ||
u_int32_t lswhi | ||
u_int32_t lswlo | ||
} | parts32 | |
struct { | ||
u_int64_t msw | ||
u_int64_t lsw | ||
} | parts64 | |
struct { | ||
u_int32_t lswlo | ||
u_int32_t lswhi | ||
u_int32_t mswlo | ||
u_int32_t mswhi | ||
} | parts32 | |
struct { | ||
u_int64_t lsw | ||
u_int64_t msw | ||
} | parts64 | |
Definition at line 22 of file math_private_openbsd.h.
u_int64_t ieee_quad_shape_type::lsw |
Definition at line 33 of file math_private_openbsd.h.
u_int32_t ieee_quad_shape_type::lswhi |
Definition at line 28 of file math_private_openbsd.h.
u_int32_t ieee_quad_shape_type::lswlo |
Definition at line 29 of file math_private_openbsd.h.
u_int64_t ieee_quad_shape_type::msw |
Definition at line 32 of file math_private_openbsd.h.
u_int32_t ieee_quad_shape_type::mswhi |
Definition at line 26 of file math_private_openbsd.h.
u_int32_t ieee_quad_shape_type::mswlo |
Definition at line 27 of file math_private_openbsd.h.
struct { ... } ieee_quad_shape_type::parts32 |
struct { ... } ieee_quad_shape_type::parts32 |
struct { ... } ieee_quad_shape_type::parts64 |
struct { ... } ieee_quad_shape_type::parts64 |
long double ieee_quad_shape_type::value |
Definition at line 24 of file math_private_openbsd.h.