| /openbsd-src/lib/libm/src/ |
| H A D | s_fmal.c | 55 int spread; in fmal() local 75 spread = ex + ey - ez; in fmal() 82 if (spread > LDBL_MANT_DIG * 2) { in fmal() 117 if (spread < -LDBL_MANT_DIG) { in fmal() 164 zs = ldexpl(zs, -spread); in fmal() 169 spread = ex + ey; in fmal() 170 if (spread + ilogbl(r) > -16383) { in fmal() 178 p = ldexpl(copysignl(0x1p-16382L, r), -spread); in fmal() 185 return (ldexpl(r, spread)); in fmal()
|
| H A D | s_fma.c | 60 int spread; in fma() local 80 spread = ex + ey - ez; in fma() 87 if (spread > DBL_MANT_DIG * 2) { in fma() 122 if (spread < -DBL_MANT_DIG) { in fma() 169 zs = ldexp(zs, -spread); in fma() 174 spread = ex + ey; in fma() 175 if (spread + ilogb(r) > -1023) { in fma() 183 p = ldexp(copysign(0x1p-1022, r), -spread); in fma() 190 return (ldexp(r, spread)); in fma()
|
| /openbsd-src/games/trek/ |
| H A D | phaser.c | 81 double spread; member 188 b->spread = getfltpar("spread"); in phaser() 189 if (b->spread < 0 || b->spread > 1) in phaser() 237 b->spread = 0.0; in phaser() 288 printf(" a%.2f s%.2f\n", b->angle, b->spread); in phaser() 341 distfactor *= ALPHA + b->spread; in phaser() 349 anglefactor = cos((anglefactor * b->spread) + GAMMA); in phaser()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ |
| H A D | Base.pm | 529 my %spread; 533 tie %spread, 'ExtUtils::Constant::Aaargh56Hash'; 541 push @{$spread{$char}}, $_; 559 $ss += @$_ * @$_ foreach values %spread; 560 my $rms = sqrt ($ss / keys %spread); 562 @best = ($rms, $max - $min, $i, \%spread);
|
| /openbsd-src/gnu/llvm/clang/include/clang/ |
| H A D | module.modulemap | 92 // Files for diagnostic groups are spread all over the include/clang/ tree, but
|
| /openbsd-src/usr.sbin/unbound/doc/ |
| H A D | TODO | 19 o make timeout backoffs randomized (a couple percent random) to spread traffic.
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| H A D | filebuf_virtuals-1.tst | 147 plankton and wags its tail in gentle, adulating waves that spread and
|
| H A D | filebuf_virtuals-1.txt | 147 plankton and wags its tail in gentle, adulating waves that spread and
|
| H A D | ostream_inserter_other-1.tst | 147 plankton and wags its tail in gentle, adulating waves that spread and
|
| H A D | ostream_inserter_other-2.tst | 147 plankton and wags its tail in gentle, adulating waves that spread and
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlcommunity.pod | 170 also spread to Israel and France. More information can be found at:
|
| H A D | perlform.pod | 163 multiple list elements. The expressions may be spread out to more than
|
| H A D | perlinterp.pod | 151 The actual functions called are known as PP code, and they're spread
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGRRList.cpp | 2804 int spread = (int)left->getDepth() - (int)right->getDepth(); in operator ()() local 2805 if (std::abs(spread) > MaxReorderWindow) { in operator ()() 2814 int spread = (int)left->getHeight() - (int)right->getHeight(); in operator ()() local 2815 if (std::abs(spread) > MaxReorderWindow) in operator ()()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | CrossCompilation.rst | 63 * be in a single directory, or spread out across your system
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | README.Portability | 9 This knowledge until know has been sparsely spread around, so I
|
| /openbsd-src/share/snmp/ |
| H A D | IANAifType-MIB.txt | 477 ieee80211(71), -- radio spread spectrum
|
| /openbsd-src/gnu/llvm/clang/docs/CommandGuide/ |
| H A D | clang.rst | 452 debug type information can be spread out over multiple compilation units.
|
| /openbsd-src/games/fortune/datfiles/ |
| H A D | zippy | 225 Has everybody got HALVAH spread all over their ANKLES?? 227 Has everybody got HALVAH spread all over their ANKLES?? ... Now, it's
|
| H A D | startrek | 681 Without followers, evil cannot spread.
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| H A D | HACKERS | 555 of the apidoc entries spread over the Perl source code) and
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 1133 __OMP_PROC_BIND_KIND(spread, 4)
|
| H A D | OMP.td | 117 def OMP_PROC_BIND_spread : ClauseVal<"spread",4,1> {}
|
| /openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/ |
| H A D | TPJ13.pod | 326 complexity could be spread around differently: while the act of
|