Home
last modified time | relevance | path

Searched refs:SET_LDOUBLE_EXP (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libm/src/ld80/
H A De_hypotl.c60 SET_LDOUBLE_EXP(a,ea); /* a <- |a| */ in hypotl()
61 SET_LDOUBLE_EXP(b,eb); /* b <- |b| */ in hypotl()
76 SET_LDOUBLE_EXP(a,ea); in hypotl()
77 SET_LDOUBLE_EXP(b,eb); in hypotl()
92 SET_LDOUBLE_EXP(a,ea); in hypotl()
93 SET_LDOUBLE_EXP(b,eb); in hypotl()
119 SET_LDOUBLE_EXP(t1,es+k); in hypotl()
H A Ds_remquol.c71 SET_LDOUBLE_EXP(x,esx); in remquol()
72 SET_LDOUBLE_EXP(y,esy); in remquol()
161 SET_LDOUBLE_EXP(x,esx); in remquol()
H A Ds_cbrtl.c62 SET_LDOUBLE_EXP(x,BIAS); in cbrtl()
77 SET_LDOUBLE_EXP(v, (expsign & 0x8000) | (BIAS + k / 3)); in cbrtl()
H A De_atanhl.c53 SET_LDOUBLE_EXP(x,ix); in atanhl()
/openbsd/lib/libm/src/
H A Dmath_private.h213 #define SET_LDOUBLE_EXP(d,se) \ macro