/dflybsd-src/contrib/openbsd_libm/src/ld80/ |
H A D | s_remquol.c | 31 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE)) argument 35 #define SET_NBIT(hx) (hx) argument 59 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */ in remquol() local
|
H A D | e_fmodl.c | 31 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE)) argument 35 #define SET_NBIT(hx) (hx) argument 60 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */ in fmodl() local
|
H A D | s_asinhl.c | 37 int32_t hx,ix; in asinhl() local
|
H A D | s_nexttowardf.c | 21 int32_t hx,ix,iy; in nexttowardf() local
|
/dflybsd-src/contrib/openbsd_libm/src/ |
H A D | e_jnf.c | 28 int32_t i,hx,ix, sgn; in jnf() local 161 int32_t i,hx,ix,ib; in ynf() local
|
H A D | e_jn.c | 52 int32_t i,hx,ix,lx, sgn; in jn() local 208 int32_t i,hx,ix,lx; in yn() 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_ilogbf.c | 22 int32_t hx,ix; in ilogbf() local
|
H A D | s_roundl.c | 36 uint16_t hx; in roundl() local
|
H A D | s_copysign.c | 27 u_int32_t hx,hy; in copysign() local
|
H A D | s_ilogb.c | 27 int32_t hx,lx,ix; in ilogb() local
|
H A D | e_acoshf.c | 27 int32_t hx; in acoshf() local
|
H A D | s_frexpf.c | 25 int32_t hx,ix; in frexpf() local
|
H A D | e_acosh.c | 40 int32_t hx; in acosh() local
|
H A D | s_nextafterf.c | 22 int32_t hx,hy,ix,iy; in nextafterf() local
|
H A D | e_remainderf.c | 24 int32_t hx,hp; in remainderf() local
|
H A D | e_atanhf.c | 26 int32_t hx,ix; in atanhf() local
|
H A D | s_asinh.c | 38 int32_t hx,ix; in asinh() local
|
H A D | s_asinhf.c | 28 int32_t hx,ix; in asinhf() local
|
H A D | s_nextafter.c | 28 int32_t hx,hy,ix,iy; in nextafter() local
|
H A D | e_atanh.c | 43 int32_t hx,ix; in atanh() local
|
H A D | e_remainder.c | 33 int32_t hx,hp; in remainder() local
|
H A D | s_nexttowardf.c | 30 int32_t hx,hy,ix,iy; in nexttowardf() local
|
/dflybsd-src/lib/libc/gen/ |
H A D | ldexp.c | 88 u_int32_t hx,hy; in _copysign() local 98 int32_t k,hx,lx; in ldexp() local
|