Lines Matching refs:SET_LDOUBLE_MSW64
58 SET_LDOUBLE_MSW64(a,ha); /* a <- |a| */ in hypotl()
59 SET_LDOUBLE_MSW64(b,hb); /* b <- |b| */ in hypotl()
77 SET_LDOUBLE_MSW64(a,ha); in hypotl()
78 SET_LDOUBLE_MSW64(b,hb); in hypotl()
86 SET_LDOUBLE_MSW64(t1,0x7ffd000000000000LL); /* t1=2^16382 */ in hypotl()
94 SET_LDOUBLE_MSW64(a,ha); in hypotl()
95 SET_LDOUBLE_MSW64(b,hb); in hypotl()
102 SET_LDOUBLE_MSW64(t1,ha); in hypotl()
108 SET_LDOUBLE_MSW64(yy1,hb); in hypotl()
111 SET_LDOUBLE_MSW64(t1,ha+0x0001000000000000LL); in hypotl()
119 SET_LDOUBLE_MSW64(t1,high+(k<<48)); in hypotl()