Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/
DBits.java561 static void putDoubleL(ByteBuffer bb, int bi, double x) { in putDoubleL() method in Bits
565 static void putDoubleL(long a, double x) { in putDoubleL() method in Bits
581 putDoubleL(bb, bi, x); in putDouble()
588 putDoubleL(a, x); in putDouble()