Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestAtanh.rscript24 return atanh(inV);
28 return atanh(inV);
32 return atanh(inV);
36 return atanh(inV);
40 return atanh(inV);
44 return atanh(inV);
48 return atanh(inV);
52 return atanh(inV);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java63 static native float atanh(float x); in atanh() method in CoreMathVerifier
343 static private Target.Floaty atanh(double d, Target t) { in atanh() method in CoreMathVerifier
346 atanh((float) in.mid()), in atanh()
347 atanh((float) in.min()), in atanh()
348 atanh((float) in.max())); in atanh()
351 static private Target.Floaty atanh(float f, Target t) { in atanh() method in CoreMathVerifier
354 atanh(in.mid32()), in atanh()
355 atanh(in.min32()), in atanh()
356 atanh(in.max32())); in atanh()
1182 args.out = atanh(args.inVDouble, t); in computeAtanh()
[all …]