Searched defs:putFloatB (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
H A DBits.java512 static void putFloatB(ByteBuffer bb, int bi, float x) { method in class:Bits
516 static void putFloatB(long a, float x) { method in class:Bits
522 putFloatB(bb, bi, x);
529 putFloatB(a, x);

Completed in 31 milliseconds