Home
last modified time | relevance | path

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

123456

/netbsd-src/lib/libm/src/
H A De_fmodl.c50 #define SET_NBIT(hx) ((hx) | (1ULL << EXT_FRACHBITS)) argument
54 #define SET_NBIT(hx) (hx) argument
77 int64_t hx,hz; /* We need a carry bit even if EXT_FRACHBITS is 32. */ in __ieee754_fmodl() local
[all...]
H A Ds_remquol.c53 #define SET_NBIT(hx) ((hx) | (1ULL << EXT_FRACHBITS)) argument
56 #define SET_NBIT(hx) (hx) argument
81 int64_t hx,hz; /* We need a carry bit even if EXT_FRACHBITS is 32. */ in remquol() local
[all...]
H A De_jnf.c36 int32_t i,hx,ix, sgn; in __ieee754_jnf() local
174 int32_t i,hx,ix,ib; in __ieee754_ynf() local
H A De_jn.c58 int32_t i,hx,ix,lx, sgn; in __ieee754_jn() local
220 int32_t i,hx,ix,lx; in __ieee754_yn() local
H A Ds_finite.c32 int32_t hx; in __weak_alias() local
H A Ds_isinf.c22 int32_t hx,lx; in isinf() local
H A Ds_isnan.c29 int32_t hx,lx; in isnan() local
H A Ds_copysign.c35 u_int32_t hx,hy; in __strong_alias() local
H A Ds_frexpf.c30 int32_t hx,ix; in frexpf() local
H A De_acoshf.c32 int32_t hx; in __ieee754_acoshf() local
H A Ds_frexp.c41 int32_t hx, ix, lx; in frexp() local
H A Ds_ilogbf.c32 int32_t hx, ix; in ilogbf() local
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Dfabsq.c28 uint64_t hx; in fabsq() local
H A Dfiniteq.c29 int64_t hx; in finiteq() local
H A Disinfq.c21 int64_t hx,lx; in isinfq() local
H A Disnanq.c29 int64_t hx,lx; in isnanq() local
H A Dlogbq.c31 int64_t lx, hx, ex; in logbq() local
H A Dcopysignq.c32 uint64_t hx,hy; in copysignq() local
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dfabsq.c28 uint64_t hx; in fabsq() local
H A Dfiniteq.c29 int64_t hx; in finiteq() local
H A Disinfq.c21 int64_t hx,lx; in isinfq() local
H A Disnanq.c29 int64_t hx,lx; in isnanq() local
H A Dlogbq.c31 int64_t lx, hx, ex; in logbq() local
H A Dacoshq.c41 int64_t hx; in acoshq() local
H A Dcopysignq.c32 uint64_t hx,hy; in copysignq() local

123456