Searched refs:getSmallest (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | OpDescriptor.cpp | 28 Cs.push_back(ConstantFP::get(Ctx, APFloat::getSmallest(Sem))); in makeConstantsWithType()
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 185 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/llvm/include/llvm/ADT/ |
D | APFloat.h | 269 static APFloat getSmallest(const fltSemantics &Sem, bool Negative = false);
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/ |
D | chlo_ops.cc | 54 b, loc, llvm::APFloat::getSmallest(ty.getFloatSemantics()), val); in getConstantLikeSmallestFiniteValue()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 900 static APFloat getSmallest(const fltSemantics &Sem, bool Negative = false) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 934 static APFloat getSmallest(const fltSemantics &Sem, bool Negative = false) {
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 3448 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest() function in APFloat
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 3203 APFloat::getSmallest(Format).toString(buffer); in BuildFloatingLiteral()
|