| /netbsd/src/lib/libm/src/ |
| 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 …]
|
| 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 …]
|
| /netbsd/src/games/trek/ |
| 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/lgpl3/mpfr/dist/tests/ |
| 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/ |
| 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/ |
| D | f28.pool | 1 pool ipf/dstlist (name spread; policy round-robin;)
|
| D | f29.pool | 1 pool ipf/dstlist (name spread; policy round-robin;)
|
| D | f28.ipf | 2 pass in on nic0 to dstlist/spread from 4.4.0.0/16 to any
|
| D | f29.ipf | 2 pass in on nic0 to dstlist/spread from 4.4.0.0/16 to any keep state
|
| /netbsd/src/tests/ipf/expected/ |
| D | f28 | 24 4 pass in on nic0 to dstlist/spread inet from 4.4.0.0/16 to any
|
| D | f29 | 56 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/ |
| D | build.info | 15 # Implementations are now spread across several libraries, so the defines
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimple-ssa-strength-reduction.cc | 2537 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 …]
|
| D | README.Portability | 9 This knowledge until now has been sparsely spread around, so I
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/md5/ |
| D | build.info | 30 # Implementations are now spread across several libraries, so the defines
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/rc4/ |
| D | build.info | 28 # Implementations are now spread across several libraries, so the defines
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/modes/ |
| D | build.info | 57 # Implementations are now spread across several libraries, so the defines
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| D | build.info | 70 # Implementations are now spread across several libraries, so the defines
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ |
| D | build.info | 81 # Implementations are now spread across several libraries, so the CPUID define
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/aes/ |
| D | build.info | 73 # Implementations are now spread across several libraries, so the defines
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| D | TODO.proxy | 4 Each request is spread over the different URIs and results are
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| D | build.info | 119 # Implementations are now spread across several libraries, so the defines
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/sha/ |
| D | build.info | 81 # Implementations are now spread across several libraries, so the defines
|
| /netbsd/src/external/bsd/openldap/dist/doc/rfc/ |
| D | rfc2293.txt | 178 sparsely spread over the DIT. In other cases where there are many
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/ |
| D | Kconfig | 154 If in doubt, say "N" or spread the word to your closed source
|