Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestExpm1.rscript24 return expm1(inV);
28 return expm1(inV);
32 return expm1(inV);
36 return expm1(inV);
40 return expm1(inV);
44 return expm1(inV);
48 return expm1(inV);
52 return expm1(inV);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java73 static native float expm1(float x); in expm1() method in CoreMathVerifier
610 static private Target.Floaty expm1(double d, Target t) { in expm1() method in CoreMathVerifier
613 Math.expm1(in.mid()), in expm1()
614 Math.expm1(in.min()), in expm1()
615 Math.expm1(in.max())); in expm1()
618 static private Target.Floaty expm1(float f, Target t) { in expm1() method in CoreMathVerifier
621 expm1(in.mid32()), in expm1()
622 expm1(in.min32()), in expm1()
623 expm1(in.max32())); in expm1()
1903 args.out = expm1(args.inVDouble, t); in computeExpm1()
[all …]