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.java517 static void putDoubleL(ByteBuffer bb, int bi, double x) { in putDoubleL() method in Bits
521 static void putDoubleL(long a, double x) { in putDoubleL() method in Bits
537 putDoubleL(bb, bi, x); in putDouble()
544 putDoubleL(a, x); in putDouble()