| /netbsd-src/lib/libm/src/ |
| H A D | s_fmal.c | 182 int spread; in fmal() local 202 spread = ex + ey - ez; in fmal() 209 if (spread < -LDBL_MANT_DIG) { in fmal() 233 if (spread <= LDBL_MANT_DIG * 2) in fmal() 234 zs = ldexpl(zs, -spread); in fmal() 251 spread = ex + ey; in fmal() 261 return (xy.hi + vzs + ldexpl(xy.lo, spread)); in fmal() 272 return (ldexpl(r.hi + adj, spread)); in fmal() 276 if (spread + ilogbl(r.hi) > -16383) in fmal() 277 return (ldexpl(r.hi + adj, spread)); in fmal() [all …]
|
| H A D | s_fma.c | 197 int spread; in fma() local 217 spread = ex + ey - ez; in fma() 224 if (spread < -DBL_MANT_DIG) { in fma() 248 if (spread <= DBL_MANT_DIG * 2) in fma() 249 zs = ldexp(zs, -spread); in fma() 266 spread = ex + ey; in fma() 276 return (xy.hi + vzs + ldexp(xy.lo, spread)); in fma() 287 return (ldexp(r.hi + adj, spread)); in fma() 291 if (spread + ilogb(r.hi) > -1023) in fma() 292 return (ldexp(r.hi + adj, spread)); in fma() [all …]
|
| /netbsd-src/games/trek/ |
| H A D | phaser.c | 88 double spread; member 184 b->spread = getfltpar("spread"); in phaser() 185 if (b->spread < 0 || b->spread > 1) in phaser() 229 b->spread = 0.0; in phaser() 273 printf(" a%.2f s%.2f\n", b->angle, b->spread); in phaser() 323 distfactor *= ALPHA + b->spread; in phaser() 331 anglefactor = cos((anglefactor * b->spread) + GAMMA); in phaser()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/ |
| H A D | spread.m4 | 62 runtime_error ("return rank too large in spread()"); 65 runtime_error ("dim outside of rank in spread()"); 117 runtime_error ("rank mismatch in spread()"); 238 runtime_error ("incorrect destination rank in spread()"); 241 runtime_error ("dim outside of rank in spread()"); 253 runtime_error ("dim too large in spread()");
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/ |
| H A D | spread.m4 | 62 runtime_error ("return rank too large in spread()"); 65 runtime_error ("dim outside of rank in spread()"); 117 runtime_error ("rank mismatch in spread()"); 238 runtime_error ("incorrect destination rank in spread()"); 241 runtime_error ("dim outside of rank in spread()"); 253 runtime_error ("dim too large in spread()");
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | GCNILPSched.cpp | 169 int spread = (int)left->getDepth() - (int)right->getDepth(); in pickBest() local 170 if (std::abs(spread) > MaxReorderWindow) { in pickBest() 180 int spread = (int)left->getHeight() - (int)right->getHeight(); in pickBest() local 181 if (std::abs(spread) > MaxReorderWindow) in pickBest()
|
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | tbeta.c | 141 test_beta_2exp (mpfr_prec_t prec, int trials, int spread) in test_beta_2exp() argument 150 for (i = -(spread*trials)/2; spread*i < trials / 2; i += spread) in test_beta_2exp()
|
| /netbsd-src/usr.bin/error/ |
| H A D | touch.c | 280 int spread; in touchfiles() local 284 spread = (int)(my_files[fi+1] - my_files[fi]); in touchfiles() 289 , name ,spread ,plural(spread)); in touchfiles()
|
| /netbsd-src/tests/ipf/regress/ |
| H A D | f28.pool | 1 pool ipf/dstlist (name spread; policy round-robin;)
|
| H A D | f29.pool | 1 pool ipf/dstlist (name spread; policy round-robin;)
|
| H A D | f28.ipf | 2 pass in on nic0 to dstlist/spread from 4.4.0.0/16 to any
|
| H A D | f29.ipf | 2 pass in on nic0 to dstlist/spread from 4.4.0.0/16 to any keep state
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | tegra30-asus-nexus7-grouper-ti-pmic.dtsi | 57 regulator-coupled-max-spread = <300000>; 134 regulator-coupled-max-spread = <300000>;
|
| H A D | tegra30-asus-nexus7-grouper-maxim-pmic.dtsi | 70 regulator-coupled-max-spread = <300000>; 83 regulator-coupled-max-spread = <300000>;
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | xgettext-c-2 | 13 Sometimes keywords can be spread apart
|
| H A D | xgettext-2 | 14 Sometimes keywords can be spread apart
|
| H A D | xgettext-3 | 14 Sometimes keywords can be spread apart
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| H A D | spread_generic.c | 265 extern void spread (gfc_array_char *, const gfc_array_char *, 267 export_proto(spread); 270 spread (gfc_array_char *ret, const gfc_array_char *source, in spread() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| H A D | spread_generic.c | 265 extern void spread (gfc_array_char *, const gfc_array_char *, 267 export_proto(spread); 270 spread (gfc_array_char *ret, const gfc_array_char *source, in spread() function
|
| /netbsd-src/tests/ipf/expected/ |
| H A D | f28 | 24 4 pass in on nic0 to dstlist/spread inet from 4.4.0.0/16 to any
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/ |
| H A D | outbuffer.h | 70 void spread(d_size_t offset, d_size_t nbytes);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| H A D | outbuffer.h | 68 void spread(size_t offset, size_t nbytes);
|
| H A D | outbuffer.c | 383 void OutBuffer::spread(size_t offset, size_t nbytes) in spread() function 397 spread(offset, nbytes); in insert()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ripemd/ |
| H A D | build.info | 15 # Implementations are now spread across several libraries, so the defines
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple-ssa-strength-reduction.c | 2538 phi_add_costs_1 (gimple *phi, slsr_cand_t c, int one_add_cost, int *spread) in phi_add_costs_1() argument 2548 (*spread)++; in phi_add_costs_1() 2572 cost += phi_add_costs_1 (arg_def, c, one_add_cost, spread); in phi_add_costs_1() 2574 if (cost >= COST_INFINITE || *spread > MAX_SPREAD) in phi_add_costs_1() 2599 int spread = 0; in phi_add_costs() local 2600 int retval = phi_add_costs_1 (phi, c, one_add_cost, &spread); in phi_add_costs() 3511 all_phi_incrs_profitable_1 (slsr_cand_t c, gphi *phi, int *spread) in all_phi_incrs_profitable_1() argument 3521 (*spread)++; in all_phi_incrs_profitable_1() 3547 if (!all_phi_incrs_profitable_1 (c, as_a <gphi *> (arg_def), spread) in all_phi_incrs_profitable_1() 3548 || *spread > MAX_SPREAD) in all_phi_incrs_profitable_1() [all …]
|