Searched refs:getFloatFromBytes (Results 1 – 1 of 1) sorted by relevance
622 float fromBytes = getFloatFromBytes(bb, o + i * 4); in testFloatGet()631 float v = getFloatFromBytes(bb, o + i * 4); in testFloatGet()687 static float getFloatFromBytes(ByteBuffer bb, int i) { in getFloatFromBytes() method