Home
last modified time | relevance | path

Searched defs:hx (Results 1 – 25 of 94) 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
De_jnf.c37 int32_t i,hx,ix, sgn; in __ieee754_jnf() local
175 int32_t i,hx,ix,ib; in __ieee754_ynf() local
Ds_finite.c26 int32_t hx; in finite() local
De_jn.c56 int32_t i,hx,ix,lx, sgn; in __ieee754_jn() local
218 int32_t i,hx,ix,lx; in __ieee754_yn() local
Ds_roundf.c39 uint32_t hx; in roundf() local
Ds_ilogbf.c26 int32_t hx,ix; in ilogbf() local
Ds_roundl.c45 uint16_t hx; in roundl() local
Ds_round.c41 uint32_t hx; in round() local
Ds_ilogb.c30 int32_t hx,lx,ix; in ilogb() local
Ds_copysign.c28 u_int32_t hx,hy; in copysign() local
De_acoshf.c30 int32_t hx; in __ieee754_acoshf() local
Ds_frexpf.c28 int32_t hx,ix; in frexpf() local
Ds_frexp.c37 int32_t hx, ix, lx; in frexp() local
De_acosh.c45 int32_t hx; in __ieee754_acosh() local
De_atanhf.c30 int32_t hx,ix; in __ieee754_atanhf() local
Ds_nextafterf.c26 int32_t hx,hy,ix,iy; in nextafterf() local
Ds_nexttoward.c37 int32_t hx,ix; in nexttoward() local
De_remainderf.c28 int32_t hx,hp; in __ieee754_remainderf() local
Ds_nexttowardf.c28 int32_t hx,ix; in nexttowardf() local
Ds_asinh.c41 int32_t hx,ix; in asinh() local
Ds_cexpf.c45 uint32_t hx, hy; in cexpf() local
Ds_asinhf.c31 int32_t hx,ix; in asinhf() local
De_atanh.c48 int32_t hx,ix; in __ieee754_atanh() local
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dldexp.c90 u_int32_t hx,hy; in _copysign() local
100 int32_t k,hx,lx; in ldexp() local

1234