Home
last modified time | relevance | path

Searched refs:Smallest (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h292 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 DSystemZTDC.cpp139 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 DInductiveRangeCheckElimination.cpp1090 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 Drequirements.txt72 o Smallest as possible component that does the job.
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.ok2081 -- for Finding the $i$th Smallest of $n$
3605 Smallest of $n$ Elements [M1]'' . . . . 301--304
H A Dfunstack.in15697 …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 DCGBuiltin.cpp3145 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 Dintrinsic.texi299 * @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 Dgfortran.info7281 * '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 Dintrinsic.texi298 * @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 Dgfortran.info6974 * '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 DScalarEvolution.cpp6140 return SR.intersectWith(UR, ConstantRange::Smallest); in getRangeForAffineAR()
/netbsd-src/external/gpl2/gawk/dist/
H A Dawk.texi10243 printf "Smallest divisor of %d is %d\n", num, div
10266 printf "Smallest divisor of %d is %d\n", num, div