/freebsd/lib/msun/src/ |
H A D | e_fmodl.c | 39 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE)) argument 42 #define SET_NBIT(hx) (hx) argument 64 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */ in fmodl() local
|
H A D | s_remquol.c | 39 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE)) argument 42 #define SET_NBIT(hx) (hx) argument 67 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */ in remquol() local
|
H A D | e_jnf.c | 34 int32_t i,hx,ix, sgn; in jnf() local 172 int32_t i,hx,ix,ib; in ynf() local
|
H A D | s_finite.c | 22 int32_t hx; in finite() local
|
H A D | s_round.c | 38 uint32_t hx; in round() local
|
H A D | s_roundf.c | 36 uint32_t hx; in roundf() local
|
H A D | s_roundl.c | 42 uint16_t hx; in roundl() local
|
H A D | s_ilogbf.c | 23 int32_t hx,ix; in ilogbf() local
|
H A D | s_copysign.c | 24 u_int32_t hx,hy; in copysign() local
|
H A D | s_ilogb.c | 26 int32_t hx,lx,ix; in ilogb() local
|
H A D | s_frexpf.c | 25 int32_t hx,ix; in frexpf() local
|
H A D | e_acoshf.c | 27 int32_t hx; in acoshf() local
|
H A D | e_jn.c | 52 int32_t i,hx,ix,lx, sgn; in jn() local 214 int32_t i,hx,ix,lx; in yn() local
|
H A D | s_frexp.c | 33 int32_t hx, ix, lx; in frexp() local
|
H A D | e_acosh.c | 41 int32_t hx; in acosh() local
|
H A D | s_nextafterf.c | 23 int32_t hx,hy,ix,iy; in nextafterf() local
|
H A D | s_nexttoward.c | 33 int32_t hx,ix; in nexttoward() local
|
H A D | s_nexttowardf.c | 25 int32_t hx,ix; in nexttowardf() local
|
H A D | e_atanhf.c | 27 int32_t hx,ix; in atanhf() local
|
H A D | e_remainderf.c | 25 int32_t hx,hp; in remainderf() local
|
H A D | s_asinh.c | 37 int32_t hx,ix; in asinh() local
|
H A D | s_asinhf.c | 28 int32_t hx,ix; in asinhf() local
|
H A D | e_atanh.c | 44 int32_t hx,ix; in atanh() local
|
H A D | s_cbrtf.c | 32 int32_t hx; in cbrtf() local
|
H A D | s_nextafter.c | 28 int32_t hx,hy,ix,iy; in nextafter() local
|