Searched refs:ix1 (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dsqrt.c88 uint32_t r,t1,s1,ix1,q1; local
90 EXTRACT_WORDS(ix0, ix1, x);
98 if (((ix0&~sign)|ix1) == 0)
108 ix0 |= (ix1>>11);
109 ix1 <<= 21;
114 ix0 |= ix1>>(32-i);
115 ix1 <<= i;
120 ix0 += ix0 + ((ix1&sign)>>31);
121 ix1 += ix1;
[all...]
/haiku/src/system/libroot/posix/glibc/include/arch/arm/
H A Dmath_ldbl.h42 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \
48 (ix1) = ew_u.parts.lsw; \
53 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \
58 iw_u.parts.lsw = (ix1); \
/haiku/src/system/libroot/posix/glibc/include/arch/x86/
H A Dmath_ldbl.h42 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \
48 (ix1) = ew_u.parts.lsw; \
53 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \
58 iw_u.parts.lsw = (ix1); \
/haiku/src/system/libroot/posix/glibc/include/arch/x86_64/
H A Dmath_ldbl.h23 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \
29 (ix1) = ew_u.parts.lsw; \
34 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \
39 iw_u.parts.lsw = (ix1); \
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dmath_ldbl.h23 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \
29 (ix1) = ew_u.parts.lsw; \
34 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \
39 iw_u.parts.lsw = (ix1); \
/haiku/src/system/libroot/posix/glibc/include/arch/sparc/
H A Dmath_ldbl.h66 #define GET_LDOUBLE_WORDS64(ix0,ix1,d) \
71 (ix1) = qw_u.parts64.lsw; \
76 #define SET_LDOUBLE_WORDS64(d,ix0,ix1) \
80 qw_u.parts64.lsw = (ix1); \
/haiku/src/system/libroot/posix/glibc/include/arch/arm64/
H A Dmath_ldbl.h42 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \
48 (ix1) = ew_u.parts.lsw; \
53 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \
58 iw_u.parts.lsw = (ix1); \
/haiku/src/system/libroot/posix/glibc/math/
H A Dmath_private.h31 ix1 = *((1-n0)+(int*)&x); * low word of x *
72 #define EXTRACT_WORDS(ix0,ix1,d) \
77 (ix1) = ew_u.parts.lsw; \
100 #define INSERT_WORDS(d,ix0,ix1) \
104 iw_u.parts.lsw = (ix1); \
/haiku/src/bin/
H A Dhey.cpp740 int32 ix1, ix2; local
743 ix1 = strtoul(specifier + 2, &end, 10);
746 revspec.AddInt32("index", ix1);
750 ix1 = strtoul(specifier + 1, &end, 10);
753 to_message->AddSpecifier(property, ix1);
759 to_message->AddSpecifier(property, ix1);
769 to_message->AddSpecifier(property, ix1, ix2 - ix1 > 0
770 ? ix2 - ix1 : 1);

Completed in 92 milliseconds