Home
last modified time | relevance | path

Searched refs:spread (Results 1 – 25 of 172) sorted by relevance

1234567

/netbsd-src/lib/libm/src/
H A Ds_fmal.c182 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 Ds_fma.c197 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 Dphaser.c88 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 Dspread.m462 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 Dspread.m462 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 DGCNILPSched.cpp169 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 Dtbeta.c141 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 Dtouch.c280 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 Df28.pool1 pool ipf/dstlist (name spread; policy round-robin;)
H A Df29.pool1 pool ipf/dstlist (name spread; policy round-robin;)
H A Df28.ipf2 pass in on nic0 to dstlist/spread from 4.4.0.0/16 to any
H A Df29.ipf2 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 Dtegra30-asus-nexus7-grouper-ti-pmic.dtsi57 regulator-coupled-max-spread = <300000>;
134 regulator-coupled-max-spread = <300000>;
H A Dtegra30-asus-nexus7-grouper-maxim-pmic.dtsi70 regulator-coupled-max-spread = <300000>;
83 regulator-coupled-max-spread = <300000>;
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-c-213 Sometimes keywords can be spread apart
H A Dxgettext-214 Sometimes keywords can be spread apart
H A Dxgettext-314 Sometimes keywords can be spread apart
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dspread_generic.c265 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 Dspread_generic.c265 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 Df2824 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 Doutbuffer.h70 void spread(d_size_t offset, d_size_t nbytes);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Doutbuffer.h68 void spread(size_t offset, size_t nbytes);
H A Doutbuffer.c383 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 Dbuild.info15 # Implementations are now spread across several libraries, so the defines
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-strength-reduction.c2538 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 …]

1234567