Home
last modified time | relevance | path

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

123

/netbsd/src/lib/libm/src/
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 …]
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 …]
/netbsd/src/games/trek/
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/lgpl3/mpfr/dist/tests/
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/
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/
Df28.pool1 pool ipf/dstlist (name spread; policy round-robin;)
Df29.pool1 pool ipf/dstlist (name spread; policy round-robin;)
Df28.ipf2 pass in on nic0 to dstlist/spread from 4.4.0.0/16 to any
Df29.ipf2 pass in on nic0 to dstlist/spread from 4.4.0.0/16 to any keep state
/netbsd/src/tests/ipf/expected/
Df2824 4 pass in on nic0 to dstlist/spread inet from 4.4.0.0/16 to any
Df2956 4 pass in on nic0 to dstlist/spread inet from 4.4.0.0/16 to any keep state
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ripemd/
Dbuild.info15 # Implementations are now spread across several libraries, so the defines
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-ssa-strength-reduction.cc2537 phi_add_costs_1 (gimple *phi, slsr_cand_t c, int one_add_cost, int *spread) in phi_add_costs_1() argument
2547 (*spread)++; in phi_add_costs_1()
2571 cost += phi_add_costs_1 (arg_def, c, one_add_cost, spread); in phi_add_costs_1()
2573 if (cost >= COST_INFINITE || *spread > MAX_SPREAD) in phi_add_costs_1()
2598 int spread = 0; in phi_add_costs() local
2599 int retval = phi_add_costs_1 (phi, c, one_add_cost, &spread); in phi_add_costs()
3510 all_phi_incrs_profitable_1 (slsr_cand_t c, gphi *phi, int *spread) in all_phi_incrs_profitable_1() argument
3520 (*spread)++; in all_phi_incrs_profitable_1()
3546 if (!all_phi_incrs_profitable_1 (c, as_a <gphi *> (arg_def), spread) in all_phi_incrs_profitable_1()
3547 || *spread > MAX_SPREAD) in all_phi_incrs_profitable_1()
[all …]
DREADME.Portability9 This knowledge until now has been sparsely spread around, so I
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/md5/
Dbuild.info30 # Implementations are now spread across several libraries, so the defines
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/rc4/
Dbuild.info28 # Implementations are now spread across several libraries, so the defines
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/modes/
Dbuild.info57 # Implementations are now spread across several libraries, so the defines
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/
Dbuild.info70 # Implementations are now spread across several libraries, so the defines
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/
Dbuild.info81 # Implementations are now spread across several libraries, so the CPUID define
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/aes/
Dbuild.info73 # Implementations are now spread across several libraries, so the defines
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ldap/
DTODO.proxy4 Each request is spread over the different URIs and results are
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/
Dbuild.info119 # Implementations are now spread across several libraries, so the defines
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/sha/
Dbuild.info81 # Implementations are now spread across several libraries, so the defines
/netbsd/src/external/bsd/openldap/dist/doc/rfc/
Drfc2293.txt178 sparsely spread over the DIT. In other cases where there are many
/netbsd/src/sys/external/bsd/drm2/dist/drm/
DKconfig154 If in doubt, say "N" or spread the word to your closed source

123