OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLargest
(Results
1 - 10
of
10
) sorted by null
/external/llvm/include/llvm/Support/
ScaledNumber.h
476
/// saturate to 0.0 or
getLargest
() rather than under or overflowing. It has
478
/// Any other division by 0.0 is defined to be
getLargest
().
523
static ScaledNumber
getLargest
() {
544
bool isLargest() const { return *this ==
getLargest
(); }
614
*this =
getLargest
();
823
return *this =
getLargest
();
857
*this =
getLargest
();
/external/llvm/unittests/ADT/
APFloatTest.cpp
63
// 3.
getLargest
()
64
// 4. -
getLargest
()
80
// nextDown(+inf) = -nextUp(-inf) = -(-
getLargest
()) =
getLargest
()
82
expected = APFloat::
getLargest
(APFloat::IEEEquad, false);
87
// nextUp(-inf) = -
getLargest
()
89
expected = APFloat::
getLargest
(APFloat::IEEEquad, true);
101
// nextUp(
getLargest
()) = +inf
102
test = APFloat::
getLargest
(APFloat::IEEEquad, false);
108
// nextDown(
getLargest
()) = -nextUp(-getLargest()
[
all
...]
/external/llvm/include/llvm/ADT/
APFloat.h
261
static APFloat
getLargest
(const fltSemantics &Sem, bool Negative = false);
/external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp
502
auto Min = Scaled64::
getLargest
();
/external/clang/lib/CodeGen/
CGExprScalar.cpp
614
APFloat::
getLargest
(CGF.getContext().getFloatTypeSemantics(DstType));
706
APFloat MinBad = APFloat::
getLargest
(DstSema, false);
[
all
...]
/external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp
[
all
...]
/external/llvm/lib/Support/
APFloat.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
[
all
...]
/external/clang/lib/Sema/
SemaOpenMP.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
Completed in 705 milliseconds