Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/math/BigDecimal/
DFloatDoubleValueTests.java60 float fbd = bd.floatValue(); in checkFloat() local
61 Assert.assertEquals(fbd, f, String.format("Bad conversion:"+ in checkFloat()
63 f, f, fbd, fbd)); in checkFloat()