/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 | s_finite.c | 26 int32_t hx; in finite() local
|
D | s_ilogbf.c | 26 int32_t hx,ix; in ilogbf() 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 | e_acosh.c | 45 int32_t hx; in __ieee754_acosh() local
|
D | s_frexp.c | 37 int32_t hx, ix, lx; in frexp() local
|
D | e_remainderf.c | 28 int32_t hx,hp; in __ieee754_remainderf() local
|
D | s_nextafterf.c | 26 int32_t hx,hy,ix,iy; in nextafterf() local
|
D | s_nexttowardf.c | 28 int32_t hx,ix; in nexttowardf() local
|
D | e_atanhf.c | 30 int32_t hx,ix; in __ieee754_atanhf() local
|
D | s_nexttoward.c | 37 int32_t hx,ix; in nexttoward() local
|
D | e_atanh.c | 48 int32_t hx,ix; in __ieee754_atanh() local
|
D | s_asinh.c | 41 int32_t hx,ix; in asinh() local
|
D | s_cexpf.c | 43 uint32_t hx, hy; in cexpf() local
|
D | s_asinhf.c | 31 int32_t hx,ix; in asinhf() local
|
D | e_jnf.c | 31 int32_t i,hx,ix, sgn; in __ieee754_jnf() local 169 int32_t i,hx,ix,ib; in __ieee754_ynf() local
|
D | s_cbrtf.c | 35 int32_t hx; in cbrtf() 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 __ieee754_remainder() local
|
D | s_scalbn.c | 39 int32_t k,hx,lx; in scalbn() local
|
D | s_cexp.c | 43 uint32_t hx, hy, lx, ly; in cexp() local
|