Home
last modified time | relevance | path

Searched refs:goodEnough (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tools/bookmaker/
DmdOut.cpp787 bool goodEnough = false; in checkAnchors() local
799 goodEnough = true; in checkAnchors()
803 if (!goodEnough) { in checkAnchors()
804 goodEnough = contains_referenced_child(found, bmhFile.second); in checkAnchors()
809 if (!goodEnough) { in checkAnchors()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestUnits.java1149 … final boolean goodEnough = bigPiD == item.toBigDecimal(MathContext.DECIMAL128).doubleValue(); in TestPI()
1153 + "x\t" + goodEnough in TestPI()
1155 if (goodEnough && goodCount++ > 6) { in TestPI()