Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java178 static native double convertUintToDouble(int x); in convertUintToDouble() method in CoreMathVerifier
1529 args.out = t.newFloaty(convertUintToDouble(args.inV)); in computeConvert()
1537 args.out = t.new64(convertUintToDouble(args.inV)); in computeConvert()