Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java123 static native double convertCharToDouble(byte x); in convertCharToDouble() method in CoreMathVerifier
1344 args.out = t.newFloaty(convertCharToDouble(args.inV)); in computeConvert()
1352 args.out = t.new64(convertCharToDouble(args.inV)); in computeConvert()