/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_fmodl.c | 43 #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
|
D | s_remquol.c | 43 #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
|
D | e_jnf.c | 37 int32_t i,hx,ix, sgn; in __ieee754_jnf() local 175 int32_t i,hx,ix,ib; in __ieee754_ynf() local
|
D | s_finite.c | 26 int32_t hx; in finite() local
|
D | e_jn.c | 56 int32_t i,hx,ix,lx, sgn; in __ieee754_jn() local 218 int32_t i,hx,ix,lx; in __ieee754_yn() local
|
D | s_roundf.c | 39 uint32_t hx; in roundf() local
|
D | s_ilogbf.c | 26 int32_t hx,ix; in ilogbf() local
|
D | s_roundl.c | 45 uint16_t hx; in roundl() local
|
D | s_round.c | 41 uint32_t hx; in round() local
|
D | s_ilogb.c | 30 int32_t hx,lx,ix; in ilogb() local
|
D | s_copysign.c | 28 u_int32_t hx,hy; in copysign() local
|
D | e_acoshf.c | 30 int32_t hx; in __ieee754_acoshf() local
|
D | s_frexpf.c | 28 int32_t hx,ix; in frexpf() local
|
D | s_frexp.c | 37 int32_t hx, ix, lx; in frexp() local
|
D | e_acosh.c | 45 int32_t hx; in __ieee754_acosh() local
|
D | e_atanhf.c | 30 int32_t hx,ix; in __ieee754_atanhf() local
|
D | s_nextafterf.c | 26 int32_t hx,hy,ix,iy; in nextafterf() local
|
D | s_nexttoward.c | 37 int32_t hx,ix; in nexttoward() local
|
D | e_remainderf.c | 28 int32_t hx,hp; in __ieee754_remainderf() local
|
D | s_nexttowardf.c | 28 int32_t hx,ix; in nexttowardf() local
|
D | s_asinh.c | 41 int32_t hx,ix; in asinh() local
|
D | s_cexpf.c | 45 uint32_t hx, hy; in cexpf() local
|
D | s_asinhf.c | 31 int32_t hx,ix; in asinhf() local
|
D | e_atanh.c | 48 int32_t hx,ix; in __ieee754_atanh() local
|
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | ldexp.c | 90 u_int32_t hx,hy; in _copysign() local 100 int32_t k,hx,lx; in ldexp() local
|