Home
last modified time | relevance | path

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

123

/openbsd-src/lib/libm/src/
H A Ds_fmal.c55 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 Ds_fma.c60 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 Dphaser.c81 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 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()
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
H A DBase.pm529 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 Dmodule.modulemap92 // Files for diagnostic groups are spread all over the include/clang/ tree, but
/openbsd-src/usr.sbin/unbound/doc/
H A DTODO19 o make timeout backoffs randomized (a couple percent random) to spread traffic.
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dfilebuf_virtuals-1.tst147 plankton and wags its tail in gentle, adulating waves that spread and
H A Dfilebuf_virtuals-1.txt147 plankton and wags its tail in gentle, adulating waves that spread and
H A Dostream_inserter_other-1.tst147 plankton and wags its tail in gentle, adulating waves that spread and
H A Dostream_inserter_other-2.tst147 plankton and wags its tail in gentle, adulating waves that spread and
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlcommunity.pod170 also spread to Israel and France. More information can be found at:
H A Dperlform.pod163 multiple list elements. The expressions may be spread out to more than
H A Dperlinterp.pod151 The actual functions called are known as PP code, and they're spread
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2804 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 DCrossCompilation.rst63 * be in a single directory, or spread out across your system
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DREADME.Portability9 This knowledge until know has been sparsely spread around, so I
/openbsd-src/share/snmp/
H A DIANAifType-MIB.txt477 ieee80211(71), -- radio spread spectrum
/openbsd-src/gnu/llvm/clang/docs/CommandGuide/
H A Dclang.rst452 debug type information can be spread out over multiple compilation units.
/openbsd-src/games/fortune/datfiles/
H A Dzippy225 Has everybody got HALVAH spread all over their ANKLES??
227 Has everybody got HALVAH spread all over their ANKLES?? ... Now, it's
H A Dstartrek681 Without followers, evil cannot spread.
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DHACKERS555 of the apidoc entries spread over the Perl source code) and
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def1133 __OMP_PROC_BIND_KIND(spread, 4)
H A DOMP.td117 def OMP_PROC_BIND_spread : ClauseVal<"spread",4,1> {}
/openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/
H A DTPJ13.pod326 complexity could be spread around differently: while the act of

123