Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRSUtils.java32 public static final short FLOAT16_MAX_VALUE = (short) 0x7bff; // 65504 field in RSUtils
245 array[r.nextInt(array.length)] = FLOAT16_MAX_VALUE; in genRandomFloat16s()