Home
last modified time | relevance | path

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

1234

/bionic/libm/upstream-freebsd/lib/msun/src/
De_fmodl.c43 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE)) argument
46 #define SET_NBIT(hx) (hx) argument
68 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */ in fmodl() local
Ds_remquol.c43 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE)) argument
46 #define SET_NBIT(hx) (hx) argument
71 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */ in remquol() local
Ds_finite.c26 int32_t hx; in finite() local
Ds_ilogbf.c26 int32_t hx,ix; in ilogbf() local
Ds_round.c39 uint32_t hx; in round() local
Ds_roundf.c37 uint32_t hx; in roundf() local
Ds_roundl.c43 uint16_t hx; in roundl() local
Ds_copysign.c28 u_int32_t hx,hy; in copysign() local
Ds_ilogb.c30 int32_t hx,lx,ix; in ilogb() local
De_acoshf.c30 int32_t hx; in __ieee754_acoshf() local
Ds_frexpf.c28 int32_t hx,ix; in frexpf() local
De_acosh.c45 int32_t hx; in __ieee754_acosh() local
Ds_frexp.c37 int32_t hx, ix, lx; in frexp() local
Ds_nextafterf.c26 int32_t hx,hy,ix,iy; in nextafterf() local
Ds_nexttoward.c37 int32_t hx,ix; in nexttoward() local
Ds_nexttowardf.c28 int32_t hx,ix; in nexttowardf() local
De_remainderf.c28 int32_t hx,hp; in __ieee754_remainderf() local
De_atanhf.c30 int32_t hx,ix; in __ieee754_atanhf() local
Ds_cexpf.c43 uint32_t hx, hy; in cexpf() local
De_atanh.c48 int32_t hx,ix; in __ieee754_atanh() local
Ds_asinh.c41 int32_t hx,ix; in asinh() local
Ds_asinhf.c31 int32_t hx,ix; in asinhf() local
Ds_nextafter.c32 int32_t hx,hy,ix,iy; in nextafter() local
Ds_cbrtf.c35 int32_t hx; in cbrtf() local
De_remainder.c37 int32_t hx,hp; in __ieee754_remainder() local

1234