Searched defs:converted (Results 1 – 9 of 9) sorted by relevance
56 int converted = floatToIntBits(value); in testNanCase() local
56 long converted = doubleToLongBits(value); in testNanCase() local
597 double converted = StrictMath.toDegrees(StrictMath.toRadians(d)); in testToRadiansD() local605 double converted = StrictMath.toRadians(StrictMath.toDegrees(d)); in testToDegreesD() local
614 double converted = Math.toDegrees(Math.toRadians(d)); in testToRadiansD() local622 double converted = Math.toRadians(Math.toDegrees(d)); in testToDegreesD() local
1465 double converted = StrictMath.toDegrees(StrictMath.toRadians(d)); in test_toRadiansD() local1476 double converted = StrictMath.toRadians(StrictMath.toDegrees(d)); in test_toDegreesD() local
1877 double converted = Math.toDegrees(Math.toRadians(d)); in test_toRadiansD() local1888 double converted = Math.toRadians(Math.toDegrees(d)); in test_toDegreesD() local
210 String converted = new String(bout.toByteArray(), "ISO8859_1"); in test_close() local
586 String converted = new String(bout.toByteArray(), "ISO8859_1"); in test_close() local
2704 String converted = literal.replace("'", "''"); in toString() local3934 String converted = noOffsetText.replace("'", "''"); in toString() local