Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOpDescriptor.cpp28 Cs.push_back(ConstantFP::get(Ctx, APFloat::getSmallest(Sem))); in makeConstantsWithType()
/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/llvm/include/llvm/ADT/
DAPFloat.h269 static APFloat getSmallest(const fltSemantics &Sem, bool Negative = false);
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
Dchlo_ops.cc54 b, loc, llvm::APFloat::getSmallest(ty.getFloatSemantics()), val); in getConstantLikeSmallestFiniteValue()
/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-10.0/llvm/include/llvm/ADT/
DAPFloat.h934 static APFloat getSmallest(const fltSemantics &Sem, bool Negative = false) {
/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()