Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DAPFloatTest.cpp186 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/
DAPFloat.h264 static APFloat getSmallest(const fltSemantics &Sem, bool Negative = false);
/external/llvm/lib/Support/
DAPFloat.cpp3420 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest() function in APFloat
/external/clang/lib/Sema/
DSemaExpr.cpp3142 APFloat::getSmallest(Format).toString(buffer); in BuildFloatingLiteral()