Home
last modified time | relevance | path

Searched refs:SET_LDOUBLE_WORDS (Results 1 – 9 of 9) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/
Ds_modfl.c36 SET_LDOUBLE_WORDS(*iptr,se&0x8000,0,0); /* *iptr = +-0 */ in modfl()
42 SET_LDOUBLE_WORDS(x,se&0x8000,0,0); /* return +-0 */ in modfl()
45 SET_LDOUBLE_WORDS(*iptr,se,i0&(~i),0); in modfl()
54 SET_LDOUBLE_WORDS(x,se&0x8000,0,0); /* return +-0 */ in modfl()
60 SET_LDOUBLE_WORDS(x,se&0x8000,0,0); /* return +-0 */ in modfl()
63 SET_LDOUBLE_WORDS(*iptr,se,i0,i1&(~i)); in modfl()
De_hypotl.c86 SET_LDOUBLE_WORDS(t1, 0x7ffd, 0, 0); /* t1=2^16382 */ in hypotl()
103 SET_LDOUBLE_WORDS(t1,ea,high,0); in hypotl()
110 SET_LDOUBLE_WORDS(yy1,eb,high,0); in hypotl()
113 SET_LDOUBLE_WORDS(t1,ea+1,high,0); in hypotl()
Ds_nextafterl.c39 SET_LDOUBLE_WORDS(x,esy & 0x8000,hx,1); in nextafterl()
77 SET_LDOUBLE_WORDS(x,esx,hx,lx); in nextafterl()
Ds_truncl.c65 SET_LDOUBLE_WORDS(x,es,ix0,ix1); in truncl()
Ds_remquol.c134 SET_LDOUBLE_WORDS(x,esx,hx,lx); in remquol()
140 SET_LDOUBLE_WORDS(x,esx,hx,lx); in remquol()
Ds_floorl.c76 SET_LDOUBLE_WORDS(x,se,i0,i1); in floorl()
Ds_ceill.c74 SET_LDOUBLE_WORDS(x,se,i0,i1); in ceill()
Ds_erfl.c317 SET_LDOUBLE_WORDS (z, i, i0, i1); in erfl()
413 SET_LDOUBLE_WORDS (z, hx, i0, i1); in erfcl()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/
Dmath_private_openbsd.h251 #define SET_LDOUBLE_WORDS(d,se,ix0,ix1) \ macro