Searched refs:ix0 (Results 1 - 3 of 3) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_sqrt.c99 int32_t ix0,s0,q,m,t,i; local
102 EXTRACT_WORDS(ix0,ix1,x);
105 if((ix0&0x7ff00000)==0x7ff00000) {
110 if(ix0<=0) {
111 if(((ix0&(~sign))|ix1)==0) return x;/* sqrt(+-0) = +-0 */
112 else if(ix0<0)
116 m = (ix0>>20);
118 while(ix0==0) {
120 ix0 |= (ix1>>11); ix1 <<= 21;
122 for(i=0;(ix0
[all...]
H A Dmath_private.h26 * ix0 = *(n0+(int*)&x); * high word of x *
89 #define EXTRACT_WORDS(ix0,ix1,d) \
93 (ix0) = ew_u.parts.msw; \
125 #define INSERT_WORDS(d,ix0,ix1) \
128 iw_u.parts.msw = (ix0); \
196 #define EXTRACT_LDBL80_WORDS(ix0,ix1,d) \
200 (ix0) = ew_u.xbits.expsign; \
209 #define EXTRACT_LDBL128_WORDS(ix0,ix1,ix2,d) \
213 (ix0) = ew_u.xbits.expsign; \
232 #define INSERT_LDBL80_WORDS(d,ix0,ix
[all...]
/bionic/libc/upstream-freebsd/lib/libc/gen/
H A Dldexp.c53 #define EXTRACT_WORDS(ix0,ix1,d) \
57 (ix0) = ew_u.parts.msw; \

Completed in 87 milliseconds