Searched refs:SET_LDOUBLE_MSW64 (Results 1 – 4 of 4) sorted by relevance
/picolibc-latest/newlib/libm/ld/ld128/ |
D | e_hypotl.c | 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() [all …]
|
D | s_copysignl.c | 60 SET_LDOUBLE_MSW64(x, (hx & 0x7fffffffffffffffLL)|(hy & 0x8000000000000000LL)); in copysignl()
|
D | s_remquol.c | 157 SET_LDOUBLE_MSW64(x,hx); in remquol()
|
/picolibc-latest/newlib/libm/ld/ |
D | math_private_openbsd.h | 91 #define SET_LDOUBLE_MSW64(d,v) \ macro 477 #define SET_LDOUBLE_MSW64(d,v) \ macro
|