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

/libcore/ojluni/src/main/java/java/nio/
H A DBits.java569 static void putDoubleB(ByteBuffer bb, int bi, double x) { method in class:Bits
573 static void putDoubleB(long a, double x) { method in class:Bits
579 putDoubleB(bb, bi, x);
586 putDoubleB(a, x);

Completed in 36 milliseconds