Searched defs:SET_HIGH_WORD (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/gen/
H A Dldexp.c72 #define SET_HIGH_WORD(d,v) \ macro
93 SET_HIGH_WORD(x,(hx&0x7fffffff)|(hy&0x80000000));
114 {SET_HIGH_WORD(x,(hx&0x800fffff)|(k<<20)); return x;}
121 SET_HIGH_WORD(x,(hx&0x800fffff)|(k<<20));
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_hypotl.c34 #undef SET_HIGH_WORD macro
35 #define SET_HIGH_WORD(v, i) SET_LDBL_EXPSIGN(v, i) macro
77 SET_HIGH_WORD(a,ha);
78 SET_HIGH_WORD(b,hb);
86 SET_HIGH_WORD(t1,ESW(MAX_EXP-2)); /* t1=2^(MAX_EXP-2) */
94 SET_HIGH_WORD(a,ha);
95 SET_HIGH_WORD(b,hb);
121 SET_HIGH_WORD(t1,high+DESW(k));
H A Dmath_private.h143 #define SET_HIGH_WORD(d,v) \ macro

Completed in 127 milliseconds