Home
last modified time | relevance | path

Searched refs:SET_LDOUBLE_MSW64 (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libm/ld/ld128/
De_hypotl.c58 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()
[all …]
Ds_copysignl.c60 SET_LDOUBLE_MSW64(x, (hx & 0x7fffffffffffffffLL)|(hy & 0x8000000000000000LL)); in copysignl()
Ds_remquol.c157 SET_LDOUBLE_MSW64(x,hx); in remquol()
/picolibc-latest/newlib/libm/ld/
Dmath_private_openbsd.h91 #define SET_LDOUBLE_MSW64(d,v) \ macro
477 #define SET_LDOUBLE_MSW64(d,v) \ macro