Home
last modified time | relevance | path

Searched refs:GET_LDBL_EXPSIGN (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_clogl.c79 GET_LDBL_EXPSIGN(hax, ax); in clogl()
81 GET_LDBL_EXPSIGN(hay, ay); in clogl()
H A Ds_roundl.c44 GET_LDBL_EXPSIGN(hx, x); in roundl()
H A De_atanhl.c57 GET_LDBL_EXPSIGN(hx, x); in atanhl()
H A De_acoshl.c68 GET_LDBL_EXPSIGN(hx, x); in acoshl()
H A Ds_asinhl.c71 GET_LDBL_EXPSIGN(hx, x); in asinhl()
H A De_coshl.c91 GET_LDBL_EXPSIGN(ix,x); in coshl()
H A De_sinhl.c91 GET_LDBL_EXPSIGN(jx,x); in sinhl()
H A Dcatrigl.c339 GET_LDBL_EXPSIGN(hx, x); in real_part_reciprocal()
341 GET_LDBL_EXPSIGN(hy, y); in real_part_reciprocal()
H A Ds_tanhl.c117 GET_LDBL_EXPSIGN(jx,x); in tanhl()
H A De_hypotl.c29 #define GET_HIGH_WORD(i, v) GET_LDBL_EXPSIGN(i, v)
H A Dmath_private.h259 #define GET_LDBL_EXPSIGN(i,d) \ macro