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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
H A DByteBufferTest.java931 assertTrue(Arrays.equals(bytes, float2bytes(value, buf.order())));
943 assertTrue(Arrays.equals(bytes, float2bytes(value, buf.order())));
1502 assertTrue(Arrays.equals(float2bytes(value, buf.order()), bytes));
1538 assertTrue(Arrays.equals(float2bytes(value, buf.order()), bytes));
2170 private byte[] float2bytes(float value, ByteOrder order) { method in class:ByteBufferTest

Completed in 33 milliseconds