Home
last modified time | relevance | path

Searched defs:cbrt (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java64 static native float cbrt(float x); in cbrt() method in CoreMathVerifier
397 static private Target.Floaty cbrt(double d, Target t) { in cbrt() method in CoreMathVerifier
405 static private Target.Floaty cbrt(float f, Target t) { in cbrt() method in CoreMathVerifier