Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java36 static public class FrexpResult { class in CoreMathVerifier
75 static native FrexpResult frexp(float x); in frexp()
2078 FrexpResult result = frexp(args.inV); in computeFrexp()