Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestCosh.rscript24 return cosh(inV);
28 return cosh(inV);
32 return cosh(inV);
36 return cosh(inV);
40 return cosh(inV);
44 return cosh(inV);
48 return cosh(inV);
52 return cosh(inV);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java67 static native float cosh(float x); in cosh() method in CoreMathVerifier
437 static private Target.Floaty cosh(double d, Target t) { in cosh() method in CoreMathVerifier
440 Math.cosh(in.mid()), in cosh()
441 Math.cosh(in.min()), in cosh()
442 Math.cosh(in.max())); in cosh()
445 static private Target.Floaty cosh(float f, Target t) { in cosh() method in CoreMathVerifier
448 cosh(in.mid32()), in cosh()
449 cosh(in.min32()), in cosh()
450 cosh(in.max32())); in cosh()
1747 args.out = cosh(args.inVDouble, t); in computeCosh()
[all …]