Home
last modified time | relevance | path

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

1234

/aosp12/frameworks/rs/driver/runtime/
H A Drs_f16_math.c22 short hx, hy; in copysign() local
32 short hx, ix; in frexp() local
62 short hx, ix; in ilogb() local
118 short hx, hy, ix, iy; in nextafter() local
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A 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
H A 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
H A Ds_finite.c26 int32_t hx; in finite() local
H A Ds_ilogbf.c26 int32_t hx,ix; in ilogbf() local
H A Ds_round.c41 uint32_t hx; in round() local
H A Ds_roundf.c39 uint32_t hx; in roundf() local
H A Ds_roundl.c45 uint16_t hx; in roundl() local
H A Ds_copysign.c28 u_int32_t hx,hy; in copysign() local
H A Ds_ilogb.c30 int32_t hx,lx,ix; in ilogb() local
H A De_acoshf.c30 int32_t hx; in __ieee754_acoshf() local
H A Ds_frexpf.c28 int32_t hx,ix; in frexpf() local
H A De_jnf.c37 int32_t i,hx,ix, sgn; in __ieee754_jnf() local
175 int32_t i,hx,ix,ib; in __ieee754_ynf() local
H A De_acosh.c45 int32_t hx; in __ieee754_acosh() local
H A Ds_frexp.c37 int32_t hx, ix, lx; in frexp() local
H A De_atanhf.c30 int32_t hx,ix; in __ieee754_atanhf() local
H A De_remainderf.c28 int32_t hx,hp; in __ieee754_remainderf() local
H A Ds_nextafterf.c26 int32_t hx,hy,ix,iy; in nextafterf() local
H A Ds_nexttoward.c37 int32_t hx,ix; in nexttoward() local
H A Ds_nexttowardf.c28 int32_t hx,ix; in nexttowardf() local
H A De_atanh.c48 int32_t hx,ix; in __ieee754_atanh() local
H A Ds_asinh.c41 int32_t hx,ix; in asinh() local
H A Ds_asinhf.c31 int32_t hx,ix; in asinhf() local
H A Ds_cexpf.c45 uint32_t hx, hy; in cexpf() local
/aosp12/bionic/libc/upstream-freebsd/lib/libc/gen/
H A Dldexp.c90 u_int32_t hx,hy; in _copysign() local
100 int32_t k,hx,lx; in ldexp() local

1234