| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ConstantRange.h | 292 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator 298 PreferredRangeType Type = Smallest) const; 306 PreferredRangeType Type = Smallest) const; 367 PreferredRangeType RangeType = Smallest) const; 379 PreferredRangeType RangeType = Smallest) const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTDC.cpp | 139 APFloat Smallest = APFloat::getSmallestNormalized(Sem); in convertFCmp() local 140 APFloat NegSmallest = Smallest; in convertFCmp() 150 } else if (Const->isExactlyValue(Smallest)) { in convertFCmp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 1090 const SCEV *Smallest = nullptr, *Greatest = nullptr, *GreatestSeen = nullptr; in calculateSubRanges() local 1094 Smallest = Start; in calculateSubRanges() 1114 Smallest = SE.getAddExpr(End, One); in calculateSubRanges() 1119 auto Clamp = [this, Smallest, Greatest, IsSignedPredicate](const SCEV *S) { in calculateSubRanges() 1121 ? SE.getSMaxExpr(Smallest, SE.getSMinExpr(Greatest, S)) in calculateSubRanges() 1122 : SE.getUMaxExpr(Smallest, SE.getUMinExpr(Greatest, S)); in calculateSubRanges() 1132 SE.isKnownPredicate(PredLE, Range.getBegin(), Smallest); in calculateSubRanges()
|
| /netbsd-src/external/bsd/unbound/dist/doc/ |
| H A D | requirements.txt | 72 o Smallest as possible component that does the job.
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | funstack.ok | 2081 -- for Finding the $i$th Smallest of $n$ 3605 Smallest of $n$ Elements [M1]'' . . . . 301--304
|
| H A D | funstack.in | 15697 …title = "{ACM} Algorithm 489: The Algorithm {SELECT} -- for Finding the $i$th Smallest of $… 26772 …ark on {``Algorithm 489: The Algorithm SELECT --- for Finding the $i$th Smallest of $n$ Elements […
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 3145 APFloat Smallest = APFloat::getSmallestNormalized( in EmitBuiltinExpr() local 3148 Builder.CreateFCmpUGE(Abs, ConstantFP::get(V->getContext(), Smallest), in EmitBuiltinExpr() 3210 APFloat Smallest = APFloat::getSmallestNormalized( in EmitBuiltinExpr() local 3213 Builder.CreateFCmpUGE(VAbs, ConstantFP::get(V->getContext(), Smallest), in EmitBuiltinExpr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | intrinsic.texi | 299 * @code{SPACING}: SPACING, Smallest distance between two numbers of a given type 315 * @code{TINY}: TINY, Smallest positive number of a real kind 13575 @section @code{SPACING} --- Smallest distance between two numbers of a given type 14447 @section @code{TINY} --- Smallest positive number of a real kind
|
| H A D | gfortran.info | 7281 * 'SPACING': SPACING, Smallest distance between two numbers of a given type 7297 * 'TINY': TINY, Smallest positive number of a real kind 18375 9.256 'SPACING' -- Smallest distance between two numbers of a given type 19099 9.272 'TINY' -- Smallest positive number of a real kind
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | intrinsic.texi | 298 * @code{SPACING}: SPACING, Smallest distance between two numbers of a given type 314 * @code{TINY}: TINY, Smallest positive number of a real kind 13529 @section @code{SPACING} --- Smallest distance between two numbers of a given type 14401 @section @code{TINY} --- Smallest positive number of a real kind
|
| H A D | gfortran.info | 6974 * 'SPACING': SPACING, Smallest distance between two numbers of a given type 6990 * 'TINY': TINY, Smallest positive number of a real kind 17950 8.255 'SPACING' -- Smallest distance between two numbers of a given type 18669 8.271 'TINY' -- Smallest positive number of a real kind
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 6140 return SR.intersectWith(UR, ConstantRange::Smallest); in getRangeForAffineAR()
|
| /netbsd-src/external/gpl2/gawk/dist/ |
| H A D | awk.texi | 10243 printf "Smallest divisor of %d is %d\n", num, div 10266 printf "Smallest divisor of %d is %d\n", num, div
|