Home
last modified time | relevance | path

Searched defs:hx (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd/lib/msun/src/
H A De_fmodl.c39 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE)) argument
42 #define SET_NBIT(hx) (hx) argument
64 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */ in fmodl() local
H A Ds_remquol.c39 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE)) argument
42 #define SET_NBIT(hx) (hx) argument
67 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */ in remquol() local
H A De_jnf.c34 int32_t i,hx,ix, sgn; in jnf() local
172 int32_t i,hx,ix,ib; in ynf() local
H A Ds_finite.c22 int32_t hx; in finite() local
H A Ds_round.c38 uint32_t hx; in round() local
H A Ds_roundf.c36 uint32_t hx; in roundf() local
H A Ds_roundl.c42 uint16_t hx; in roundl() local
H A Ds_ilogbf.c23 int32_t hx,ix; in ilogbf() local
H A Ds_copysign.c24 u_int32_t hx,hy; in copysign() local
H A Ds_ilogb.c26 int32_t hx,lx,ix; in ilogb() local
H A Ds_frexpf.c25 int32_t hx,ix; in frexpf() local
H A De_acoshf.c27 int32_t hx; in acoshf() local
H A De_jn.c52 int32_t i,hx,ix,lx, sgn; in jn() local
214 int32_t i,hx,ix,lx; in yn() local
H A Ds_frexp.c33 int32_t hx, ix, lx; in frexp() local
H A De_acosh.c41 int32_t hx; in acosh() local
H A Ds_nextafterf.c23 int32_t hx,hy,ix,iy; in nextafterf() local
H A Ds_nexttoward.c33 int32_t hx,ix; in nexttoward() local
H A Ds_nexttowardf.c25 int32_t hx,ix; in nexttowardf() local
H A De_atanhf.c27 int32_t hx,ix; in atanhf() local
H A De_remainderf.c25 int32_t hx,hp; in remainderf() local
H A Ds_asinh.c37 int32_t hx,ix; in asinh() local
H A Ds_asinhf.c28 int32_t hx,ix; in asinhf() local
H A De_atanh.c44 int32_t hx,ix; in atanh() local
H A Ds_cbrtf.c32 int32_t hx; in cbrtf() local
H A Ds_nextafter.c28 int32_t hx,hy,ix,iy; in nextafter() local

12345