Searched refs:AllowInexact (Results 1 – 3 of 3) sorted by relevance
584 bool StringRef::getAsDouble(double &Result, bool AllowInexact) const { in getAsDouble()589 if (!AllowInexact || !(Status & APFloat::opInexact)) in getAsDouble()
882 bool AllowInexact; member900 EXPECT_EQ(Entry.ShouldFail, S.getAsDouble(Result, Entry.AllowInexact)); in TEST()
569 bool getAsDouble(double &Result, bool AllowInexact = true) const;