Home
last modified time | relevance | path

Searched refs:AllowInexact (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DStringRef.cpp584 bool StringRef::getAsDouble(double &Result, bool AllowInexact) const { in getAsDouble()
589 if (!AllowInexact || !(Status & APFloat::opInexact)) in getAsDouble()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringRefTest.cpp882 bool AllowInexact; member
900 EXPECT_EQ(Entry.ShouldFail, S.getAsDouble(Result, Entry.AllowInexact)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringRef.h569 bool getAsDouble(double &Result, bool AllowInexact = true) const;