Home
last modified time | relevance | path

Searched refs:getSmallest (Results 1 – 7 of 7) sorted by relevance

/external/llvm/unittests/ADT/
DAPFloatTest.cpp185 expected = APFloat::getSmallest(APFloat::IEEEquad, false); in TEST()
191 expected = APFloat::getSmallest(APFloat::IEEEquad, true); in TEST()
197 expected = APFloat::getSmallest(APFloat::IEEEquad, false); in TEST()
203 expected = APFloat::getSmallest(APFloat::IEEEquad, true); in TEST()
1337 TEST(APFloatTest, getSmallest) { in TEST() argument
1338 APFloat test = APFloat::getSmallest(APFloat::IEEEsingle, false); in TEST()
1345 test = APFloat::getSmallest(APFloat::IEEEsingle, true); in TEST()
1352 test = APFloat::getSmallest(APFloat::IEEEquad, false); in TEST()
1359 test = APFloat::getSmallest(APFloat::IEEEquad, true); in TEST()
1638 APFloat PSmallestValue = APFloat::getSmallest(APFloat::IEEEsingle, false); in TEST()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h241 static APFloat getSmallest(const fltSemantics &Sem, bool Negative = false);
/external/llvm/include/llvm/ADT/
DAPFloat.h269 static APFloat getSmallest(const fltSemantics &Sem, bool Negative = false);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h900 static APFloat getSmallest(const fltSemantics &Sem, bool Negative = false) {
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp3253 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest() function in APFloat
/external/llvm/lib/Support/
DAPFloat.cpp3448 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest() function in APFloat
/external/clang/lib/Sema/
DSemaExpr.cpp3203 APFloat::getSmallest(Format).toString(buffer); in BuildFloatingLiteral()