Searched refs:getSmallest (Results 1 – 4 of 4) sorted by relevance
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 186 expected = APFloat::getSmallest(APFloat::IEEEquad, false); in TEST() 192 expected = APFloat::getSmallest(APFloat::IEEEquad, true); in TEST() 198 expected = APFloat::getSmallest(APFloat::IEEEquad, false); in TEST() 204 expected = APFloat::getSmallest(APFloat::IEEEquad, true); in TEST() 1324 TEST(APFloatTest, getSmallest) { in TEST() argument 1325 APFloat test = APFloat::getSmallest(APFloat::IEEEsingle, false); in TEST() 1332 test = APFloat::getSmallest(APFloat::IEEEsingle, true); in TEST() 1339 test = APFloat::getSmallest(APFloat::IEEEquad, false); in TEST() 1346 test = APFloat::getSmallest(APFloat::IEEEquad, true); in TEST() 1625 APFloat PSmallestValue = APFloat::getSmallest(APFloat::IEEEsingle, false); in TEST() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 264 static APFloat getSmallest(const fltSemantics &Sem, bool Negative = false);
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 3420 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest() function in APFloat
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 3142 APFloat::getSmallest(Format).toString(buffer); in BuildFloatingLiteral()
|