Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/Buffer/
DEqualsCompareTest.java480 LongFunction<Object> bTof = rb -> Float.intBitsToFloat((int) rb); in floatBufferTypesProvider() local
489 … new Object[]{new BufferType.Floats(BufferKind.HEAP), 0x7fc00000L, 0x7f800001L, bTof}, in floatBufferTypesProvider()
490 … new Object[]{new BufferType.Floats(BufferKind.HEAP_VIEW), 0x7fc00000L, 0x7f800001L, bTof}, in floatBufferTypesProvider()
491 … new Object[]{new BufferType.Floats(BufferKind.DIRECT), 0x7fc00000L, 0x7f800001L, bTof}, in floatBufferTypesProvider()
497 new Object[]{new BufferType.Floats(BufferKind.HEAP), 0x0L, 0x80000000L, bTof}, in floatBufferTypesProvider()
498 … new Object[]{new BufferType.Floats(BufferKind.HEAP_VIEW), 0x0L, 0x80000000L, bTof}, in floatBufferTypesProvider()
499 new Object[]{new BufferType.Floats(BufferKind.DIRECT), 0x0L, 0x80000000L, bTof}, in floatBufferTypesProvider()
/libcore/ojluni/src/test/java/util/Arrays/
DArraysEqCmpTest.java622 LongFunction<Object> bTof = rb -> Float.intBitsToFloat((int) rb); in floatArrayTypesProvider() local
626 new Object[]{new ArrayType.Floats(), 0x7fc00000L, 0x7f800001L, bTof}, in floatArrayTypesProvider()
638 LongFunction<Object> bTof = rb -> Float.intBitsToFloat((int) rb); in objectArrayTypesProvider() local