/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 jnf() local 175 int32_t i,hx,ix,ib; in ynf() local
|
D | s_finite.c | 26 int32_t hx; in finite() local
|
D | s_roundl.c | 45 uint16_t hx; in roundl() local
|
D | s_ilogbf.c | 26 int32_t hx,ix; in ilogbf() local
|
D | s_round.c | 41 uint32_t hx; in round() local
|
D | s_roundf.c | 39 uint32_t hx; in roundf() 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 acoshf() local
|
D | s_frexpf.c | 28 int32_t hx,ix; in frexpf() local
|
D | e_jn.c | 56 int32_t i,hx,ix,lx, sgn; in jn() local 218 int32_t i,hx,ix,lx; in yn() local
|
D | s_frexp.c | 37 int32_t hx, ix, lx; in frexp() local
|
D | e_acosh.c | 45 int32_t hx; in acosh() local
|
D | s_nexttoward.c | 37 int32_t hx,ix; in nexttoward() local
|
D | s_nexttowardf.c | 28 int32_t hx,ix; in nexttowardf() local
|
D | s_nextafterf.c | 26 int32_t hx,hy,ix,iy; in nextafterf() local
|
D | e_remainderf.c | 28 int32_t hx,hp; in remainderf() local
|
D | e_atanhf.c | 30 int32_t hx,ix; in atanhf() local
|
D | e_atanh.c | 48 int32_t hx,ix; in atanh() local
|
D | s_asinhf.c | 31 int32_t hx,ix; in asinhf() local
|
D | s_asinh.c | 41 int32_t hx,ix; in asinh() local
|
D | s_nextafter.c | 32 int32_t hx,hy,ix,iy; in nextafter() local
|
D | e_remainder.c | 37 int32_t hx,hp; in remainder() local
|