Home
last modified time | relevance | path

Searched defs:checkDouble (Results 1 – 2 of 2) sorted by relevance

/libcore/json/src/main/java/org/json/
DJSON.java23 static double checkDouble(double d) throws JSONException { in checkDouble() method in JSON
/libcore/ojluni/src/test/java/math/BigDecimal/
DFloatDoubleValueTests.java66 static void checkDouble(BigDecimal bd, double d) { in checkDouble() method in FloatDoubleValueTests