Home
last modified time | relevance | path

Searched refs:msw (Results 1 – 7 of 7) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/arch/sparc/
H A Dmath_ldbl.h35 uint64_t msw; member
54 uint64_t msw; member
70 (ix0) = qw_u.parts64.msw; \
79 qw_u.parts64.msw = (ix0); \
90 (v) = sh_u.parts64.msw; \
99 sh_u.parts64.msw = (v); \
/haiku/src/system/libroot/posix/glibc/include/arch/arm64/
H A Dmath_ldbl.h17 u_int32_t msw; member
32 u_int32_t msw; member
47 (ix0) = ew_u.parts.msw; \
57 iw_u.parts.msw = (ix0); \
68 (v) = sh_u.parts.msw; \
77 sh_u.parts.msw = (v); \
/haiku/src/system/libroot/posix/glibc/include/arch/x86/
H A Dmath_ldbl.h17 u_int32_t msw; member
32 u_int32_t msw; member
47 (ix0) = ew_u.parts.msw; \
57 iw_u.parts.msw = (ix0); \
68 (v) = sh_u.parts.msw; \
77 sh_u.parts.msw = (v); \
/haiku/src/system/libroot/posix/glibc/include/arch/arm/
H A Dmath_ldbl.h17 u_int32_t msw; member
32 u_int32_t msw; member
47 (ix0) = ew_u.parts.msw; \
57 iw_u.parts.msw = (ix0); \
68 (v) = sh_u.parts.msw; \
77 sh_u.parts.msw = (v); \
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dmath_ldbl.h14 u_int32_t msw; member
28 (ix0) = ew_u.parts.msw; \
38 iw_u.parts.msw = (ix0); \
49 (v) = sh_u.parts.msw; \
58 sh_u.parts.msw = (v); \
/haiku/src/system/libroot/posix/glibc/include/arch/x86_64/
H A Dmath_ldbl.h14 u_int32_t msw; member
28 (ix0) = ew_u.parts.msw; \
38 iw_u.parts.msw = (ix0); \
49 (v) = sh_u.parts.msw; \
58 sh_u.parts.msw = (v); \
/haiku/src/system/libroot/posix/glibc/math/
H A Dmath_private.h49 u_int32_t msw; member
64 u_int32_t msw; member
76 (ix0) = ew_u.parts.msw; \
86 (i) = gh_u.parts.msw; \
103 iw_u.parts.msw = (ix0); \
114 sh_u.parts.msw = (v); \