HomeSort by relevance Sort by last modified time
    Searched full:float2bytes (Results 1 - 1 of 1) sorted by null

  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
ByteBufferTest.java 931 assertTrue(Arrays.equals(bytes, float2bytes(value, buf.order())));
943 assertTrue(Arrays.equals(bytes, float2bytes(value, buf.order())));
2170 private byte[] float2bytes(float value, ByteOrder order) { method
    [all...]

Completed in 64 milliseconds