OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInf
(Results
1 - 6
of
6
) sorted by null
/external/llvm/unittests/ADT/
APFloatTest.cpp
72
test = APFloat::
getInf
(APFloat::IEEEquad, false);
73
expected = APFloat::
getInf
(APFloat::IEEEquad, false);
80
test = APFloat::
getInf
(APFloat::IEEEquad, false);
87
test = APFloat::
getInf
(APFloat::IEEEquad, true);
94
test = APFloat::
getInf
(APFloat::IEEEquad, true);
95
expected = APFloat::
getInf
(APFloat::IEEEquad, true);
102
expected = APFloat::
getInf
(APFloat::IEEEquad, false);
126
expected = APFloat::
getInf
(APFloat::IEEEquad, true);
[
all
...]
/external/llvm/include/llvm/ADT/
APFloat.h
221
static APFloat
getInf
(const fltSemantics &Sem, bool Negative = false) {
/external/clang/lib/CodeGen/
CGExprScalar.cpp
605
MinSrc = APFloat::
getInf
(SrcSema, true);
617
MaxSrc = APFloat::
getInf
(SrcSema, false);
663
APFloat MaxBad = APFloat::
getInf
(DstSema, false);
[
all
...]
/external/llvm/lib/IR/
Constants.cpp
641
APFloat::
getInf
(Semantics, Negative));
[
all
...]
/external/llvm/lib/MC/MCParser/
AsmParser.cpp
[
all
...]
/external/clang/lib/AST/
ExprConstant.cpp
[
all
...]
Completed in 95 milliseconds