/freebsd/lib/msun/src/ |
H A D | s_scalbn.c | 27 } else if (n < -1022) { in scalbn() 30 y *= 0x1p-1022 * 0x1p53; in scalbn() 31 n += 1022 - 53; in scalbn() 32 if (n < -1022) { in scalbn() 33 y *= 0x1p-1022 * 0x1p53; in scalbn() 34 n += 1022 - 53; in scalbn() 35 if (n < -1022) in scalbn() 36 n = -1022; in scalbn()
|
H A D | e_fmod.c | 53 for (ix = -1022,i=(hx<<11); i>0; i<<=1) ix -=1; in fmod() 62 for (iy = -1022,i=(hy<<11); i>0; i<<=1) iy -=1; in fmod() 67 if(ix >= -1022) in fmod() 70 n = -1022-ix; in fmod() 79 if(iy >= -1022) in fmod() 82 n = -1022-iy; in fmod() 113 if(iy>= -1022) { /* normalize output */ in fmod() 117 n = -1022 - iy; in fmod()
|
H A D | s_remquo.c | 60 for (ix = -1022,i=(hx<<11); i>0; i<<=1) ix -=1; in remquo() 69 for (iy = -1022,i=(hy<<11); i>0; i<<=1) iy -=1; in remquo() 74 if(ix >= -1022) in remquo() 77 n = -1022-ix; in remquo() 86 if(iy >= -1022) in remquo() 89 n = -1022-iy; in remquo() 121 if(iy>= -1022) { /* normalize output */ in remquo() 124 n = -1022 - iy; in remquo()
|
H A D | s_csqrt.c | 36 #define THRESH 0x1.a827999fcef32p+1022 90 if (fabs(a) < 0x1p-1022 && fabs(b) < 0x1p-1022) { in csqrt()
|
H A D | e_hypot.c | 87 SET_HIGH_WORD(t1,0x7fd00000); /* t1=2^1022 */ in hypot() 90 k -= 1022; in hypot()
|
H A D | s_clog.c | 84 return (CMPLX(log(hypot(x * 0x1p-1022, y * 0x1p-1022)) + in clog()
|
H A D | s_ilogb.c | 37 for (ix = -1022,hx<<=11; hx>0; hx<<=1) ix -=1; in ilogb()
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_ldexp.c | 58 { 1.0, 1022, SKIP, "4.4942328371557897693233e+307" }, 61 { 1.0, 1022, 1, "8.9884656743115795386465e+307" }, 62 { 1.0, -1022, 2045, "8.9884656743115795386465e+307" }, 65 { 1.0, -1022, 1, "4.4501477170144027661805e-308" }, 66 { 1.0, -1022, SKIP, "2.2250738585072013830902e-308" }, 70 { 1.0, -1022, 1022, " 1" }, 98 { 1.0, -1022, 2046, " inf" }, 103 { -1.0, -1022, 2046, " -inf" }, 111 { 1.0, -1022, -1, "1.1125369292536006915451e-308" }, 116 { -1.0, -1022, -1, "-1.1125369292536006915451e-308" },
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/ |
H A D | block_cloning_lwb_buffer_overflow.ksh | 34 # sizes 128KB TX_CLONE_RANGE record with 1022 block pointers into 39 # 2. Write maximum sizes TX_CLONE_RANGE record with 1022 block 74 # so it can store 1022 block pointers. When LWB optimization is enabled, 77 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS/file1 bs=32K count=1022 \
|
/freebsd/lib/msun/tests/ |
H A D | next_test.c | 174 testboth(0x0.fffffffffffffp-1022, INFINITY, 0x1p-1022, 0, ); in ATF_TC_BODY() 175 testboth(0x1p-1022, -INFINITY, 0x0.fffffffffffffp-1022, ex_under, ); in ATF_TC_BODY() 187 testboth(0x0.fffffffffffffp-1022L, INFINITY, 0x1p-1022L, 0, l); in ATF_TC_BODY() 188 testboth(0x1p-1022L, -INFINITY, 0x0.fffffffffffffp-1022L, ex_under, l); in ATF_TC_BODY()
|
/freebsd/lib/libc/gen/ |
H A D | frexp.c | 46 u.bits.exp = 1022; in frexp() 52 *ex = u.bits.exp - 1022; in frexp() 53 u.bits.exp = 1022; in frexp()
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | exp10.c | 35 sbits += 1022ull << 52; in special_case() 53 force_eval_double (opt_barrier_double (0x1p-1022) * 0x1p-1022); in special_case() 55 y = 0x1p-1022 * y; in special_case()
|
H A D | exp2.c | 44 sbits += 1022ull << 52; in specialcase() 62 force_eval_double (opt_barrier_double (0x1p-1022) * 0x1p-1022); in specialcase() 64 y = 0x1p-1022 * y; in specialcase()
|
H A D | exp.c | 46 sbits += 1022ull << 52; in specialcase() 64 force_eval_double (opt_barrier_double (0x1p-1022) * 0x1p-1022); in specialcase() 66 y = 0x1p-1022 * y; in specialcase()
|
H A D | pow.c | 141 sbits += 1022ull << 52; in specialcase() 162 force_eval_double (opt_barrier_double (0x1p-1022) * 0x1p-1022); in specialcase() 164 y = 0x1p-1022 * y; in specialcase()
|
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | exp.c | 46 sbits += 1022ull << 52; in specialcase() 64 force_eval_double (opt_barrier_double (0x1p-1022) * 0x1p-1022); in specialcase() 66 y = 0x1p-1022 * y; in specialcase()
|
H A D | erfc_1u8.c | 134 if (unlikely (y < 0x1p-1022)) in erfc() 135 force_eval_double (opt_barrier_double (0x1p-1022) * 0x1p-1022); in erfc()
|
H A D | sv_cbrt_2u.c | 30 .exp_bias = 1022, 55 _ZGVsMxv_cbrt (0x0.3fffb8d4413f3p-1022) got 0x1.965f53b0e5d97p-342
|
H A D | finite_pow.h | 114 sbits += 1022ull << 52; in special_case() 136 force_eval_double (opt_barrier_double (0x1p-1022) * 0x1p-1022); in special_case() 139 y = 0x1p-1022 * y; in special_case()
|
H A D | atan_data.c | 12 [2**-1022, 1.0]. See atan.sollya for details of how these were
|
/freebsd/contrib/arm-optimized-routines/pl/math/test/ |
H A D | runulp.sh | 47 check atan2 0x1p-1022 0x1p-1000 x 0 0x1p-1022 40000
|
/freebsd/contrib/arm-optimized-routines/pl/math/tools/ |
H A D | v_erf.sollya | 12 if (itv == 0) then { a = 0x1p-1022; }
|
H A D | atan.sollya | 16 a = 0x1.0p-1022;
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/dktp/ |
H A D | fdisk.h | 48 * The MAX_CYL value of 1022 is the maximum usable value 55 #define MAX_CYL (1022)
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | runulp.sh | 88 t erf 0x1p-1022 0x1p-26 40000 89 t erf -0x1p-1022 -0x1p-26 40000
|