Home
last modified time | relevance | path

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

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