Searched refs:bytes2float (Results 1 - 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
H A DByteBufferTest.java901 if (!(Float.isNaN(bytes2float(bytes, buf.order())) && Float
903 assertEquals(bytes2float(bytes, buf.order()), value, 0.00);
915 if (!(Float.isNaN(bytes2float(bytes, buf.order())) && Float
917 assertEquals(bytes2float(bytes, buf.order()), value, 0.00);
1427 if (!(Float.isNaN(bytes2float(bytes, buf.order())) && Float
1429 assertEquals(bytes2float(bytes, buf.order()), value, 0.00);
1455 if (!(Float.isNaN(bytes2float(bytes, buf.order())) && Float
1457 assertEquals(bytes2float(bytes, buf.order()), value, 0.00);
2101 private float bytes2float(byte bytes[], ByteOrder order) { method in class:ByteBufferTest

Completed in 25 milliseconds