Searched refs:goodEnough (Results 1 – 2 of 2) sorted by relevance
787 bool goodEnough = false; in checkAnchors() local799 goodEnough = true; in checkAnchors()803 if (!goodEnough) { in checkAnchors()804 goodEnough = contains_referenced_child(found, bmhFile.second); in checkAnchors()809 if (!goodEnough) { in checkAnchors()
1149 … final boolean goodEnough = bigPiD == item.toBigDecimal(MathContext.DECIMAL128).doubleValue(); in TestPI()1153 + "x\t" + goodEnough in TestPI()1155 if (goodEnough && goodCount++ > 6) { in TestPI()