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

/libcore/ojluni/src/main/java/java/nio/
H A DByteBufferAsFloatBuffer.java116 bb.putFloatUnchecked(ix(checkIndex(i)), x);
H A DByteBuffer.java1383 void putFloatUnchecked(int index, float value) { method in class:ByteBuffer
H A DHeapByteBuffer.java429 void putFloatUnchecked(int i, float x) { method in class:HeapByteBuffer
H A DDirectByteBuffer.java700 void putFloatUnchecked(int i, float x) { method in class:DirectByteBuffer

Completed in 241 milliseconds