/netbsd-src/external/mit/isl/dist/test_inputs/codegen/cloog/ |
H A D | pouchet.c | 1 for (int c0 = 1; c0 <= floord(Ny, 2) + 2; c0 += 1) 2 for (int c1 = max(c0 - 1, c0 / 2 + 1); c1 <= min(c0, (Ny + 2 * c0) / 4); c1 += 1) { 3 if (Ny + 2 * c0 >= 4 * c1 + 1) { 10 S2((-Ny + 2 * c0) / 4, (Ny + 2 * c0) / 4, (-Ny / 2) + c0, Ny - 1, c2);
|
H A D | pouchet.st | 1 …Ny] -> { S1[i0, i1, 2i0, -2i0 + 2i1, i4] : i0 >= 0 and i0 <= 1 and i1 >= 1 + i0 and 2i1 <= -1 + Ny… 3 context: "[Ny] -> { [] }" 5 …schedule: "[Ny] -> [{ S1[i0, i1, i2, i3, i4] -> [(i0 + i1)]; S2[i0, i1, i2, i3, i4] -> [(i0 + i1)]… 6 options: "[Ny] -> { separate[x] : x >= 2 }"
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | asinh.c | 34 mpfr_prec_t Ny, Nt; in mpfr_asinh() local 71 Ny = MPFR_PREC (y); /* Precision of output variable */ in mpfr_asinh() 80 Nt = Ny + 4 + MPFR_INT_CEIL_LOG2 (Ny); in mpfr_asinh() 103 || MPFR_CAN_ROUND (t, err, Ny, rnd_mode))) in mpfr_asinh()
|
H A D | log1p.c | 178 mpfr_prec_t Ny = MPFR_PREC(y); /* target precision */ in mpfr_log1p() local 185 Nt = Ny + MPFR_INT_CEIL_LOG2 (Ny) + 6; in mpfr_log1p() 203 k = 1 + __gmpfr_int_ceil_log2 (Ny); /* the +1 avoids a division by 0 in mpfr_log1p() 205 if (MPFR_GET_EXP (x) + 1 <= - (mpfr_exp_t) (Ny / k)) in mpfr_log1p() 227 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, err, Ny, rnd_mode))) in mpfr_log1p()
|
H A D | atanh.c | 107 mpfr_prec_t Nx, Ny, Nt; in mpfr_atanh() local 159 Ny = MPFR_PREC (y); in mpfr_atanh() 160 Nt = MAX (Nx, Ny); in mpfr_atanh() 175 k = 1 + __gmpfr_int_ceil_log2 (Ny); /* the +1 avoids a division by 0 in mpfr_atanh() 177 if (MPFR_GET_EXP (x) <= - 1 - (mpfr_exp_t) (Ny / k)) in mpfr_atanh() 198 || MPFR_CAN_ROUND (t, err, Ny, rnd_mode))) in mpfr_atanh()
|
H A D | factorial.c | 40 mpfr_prec_t Ny; /* Precision of output variable */ in mpfr_fac_ui() local 55 Ny = MPFR_PREC (y); in mpfr_fac_ui() 58 Nt = Ny + 2 * MPFR_INT_CEIL_LOG2 (x) + 7; in mpfr_fac_ui() 79 round = !inexact || MPFR_CAN_ROUND (t, err, Ny, rnd_mode); in mpfr_fac_ui()
|
H A D | cosh.c | 75 mpfr_prec_t Ny = MPFR_PREC(y); /* Precision of output variable */ in mpfr_cosh() local 83 Nt = Ny + 3 + MPFR_INT_CEIL_LOG2 (Ny); in mpfr_cosh() 111 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, err, Ny, rnd_mode))) in mpfr_cosh()
|
H A D | log2.c | 100 mpfr_prec_t Ny = MPFR_PREC(r); /* target precision */ in mpfr_log2() local 107 Nt = Ny + 3 + MPFR_INT_CEIL_LOG2 (Ny); in mpfr_log2() 124 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, err, Ny, rnd_mode))) in mpfr_log2()
|
H A D | log10.c | 99 mpfr_prec_t Ny = MPFR_PREC(r); /* Precision of output variable */ in mpfr_log10() local 105 Nt = Ny + 4 + MPFR_INT_CEIL_LOG2 (Ny); in mpfr_log10() 123 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, err, Ny, rnd_mode))) in mpfr_log10()
|
H A D | pow_si.c | 152 mpfr_prec_t Ny; /* target precision */ in POW_S() local 165 Ny = MPFR_PREC (y); in POW_S() 166 Nt = Ny + size_n + 3 + MPFR_INT_CEIL_LOG2 (Ny); in POW_S() 262 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, Nt - size_n - 2, Ny, rnd))) in POW_S()
|
H A D | expm1.c | 110 mpfr_prec_t Ny = MPFR_PREC(y); /* target precision */ in mpfr_expm1() local 117 Nt = Ny + MPFR_INT_CEIL_LOG2 (Ny) + 6; in mpfr_expm1() 155 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, err, Ny, rnd_mode))) in mpfr_expm1()
|
H A D | acosh.c | 76 mpfr_prec_t Ny = MPFR_PREC(y); /* Precision of output variable */ in mpfr_acosh() local 83 Nt = Ny + 4 + MPFR_INT_CEIL_LOG2 (Ny); in mpfr_acosh() 142 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, Nt - err, Ny, rnd_mode))) in mpfr_acosh()
|
H A D | tanh.c | 76 mpfr_prec_t Ny = MPFR_PREC(y); /* target precision */ in mpfr_tanh() local 96 Nt = Ny + MPFR_INT_CEIL_LOG2 (Ny) + 4; in mpfr_tanh() 143 MPFR_CAN_ROUND (t, err, Ny, rnd_mode))) in mpfr_tanh()
|
H A D | exp2.c | 125 mpfr_prec_t Ny = MPFR_PREC(y); /* target precision */ in mpfr_exp2() local 132 Nt = Ny + 5 + MPFR_INT_CEIL_LOG2 (Ny); in mpfr_exp2() 147 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, err, Ny, rnd_mode))) in mpfr_exp2()
|
H A D | exp2m1.c | 70 mpfr_prec_t Ny = MPFR_PREC(y); /* target precision */ in mpfr_exp2m1() local 108 Nt = Ny + MPFR_INT_CEIL_LOG2 (Ny) + 6; in mpfr_exp2m1() 153 MPFR_LIKELY (MPFR_CAN_ROUND (t, Nt - err, Ny, rnd_mode))) in mpfr_exp2m1()
|
H A D | exp10m1.c | 65 mpfr_prec_t Ny = MPFR_PREC(y); /* target precision */ in mpfr_exp10m1() local 103 Nt = Ny + MPFR_INT_CEIL_LOG2 (Ny) + 6; in mpfr_exp10m1() 147 MPFR_LIKELY (MPFR_CAN_ROUND (t, Nt - err, Ny, rnd_mode))) in mpfr_exp10m1()
|
H A D | log2p1.c | 87 mpfr_prec_t Ny = MPFR_PREC(y), prec; in mpfr_log2p1() local 117 prec = Ny + MPFR_INT_CEIL_LOG2 (Ny) + 6; in mpfr_log2p1() 133 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, prec - 2, Ny, rnd_mode))) in mpfr_log2p1()
|
H A D | log10p1.c | 127 mpfr_prec_t Ny = MPFR_PREC(y), prec; in mpfr_log10p1() local 157 prec = Ny + MPFR_INT_CEIL_LOG2 (Ny) + 6; in mpfr_log10p1() 170 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, prec - 2, Ny, rnd_mode))) in mpfr_log10p1()
|
H A D | root.c | 394 mpfr_prec_t Ny; /* target precision */ in mpfr_rootn_si() local 398 Ny = MPFR_PREC (y); in mpfr_rootn_si() 399 Nt = Ny + 10; in mpfr_rootn_si() 423 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, Nt - 3, Ny, rnd_mode) || in mpfr_rootn_si()
|
/netbsd-src/distrib/amiga/stand/ |
H A D | device-streams.README.md | 47 write from partition "DH0" to file "DH1:dump.dd"? [Ny]:y
|
/netbsd-src/external/public-domain/tz/dist/ |
H A D | europe |
|
H A D | NEWS |
|
/netbsd-src/lib/libc/time/ |
H A D | NEWS |
|