Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestErfc.rscript24 return erfc(inV);
28 return erfc(inV);
32 return erfc(inV);
36 return erfc(inV);
40 return erfc(inV);
44 return erfc(inV);
48 return erfc(inV);
52 return erfc(inV);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java69 static native float erfc(float x); in erfc() method in CoreMathVerifier
550 static private Target.Floaty erfc(double d, Target t) { in erfc() method in CoreMathVerifier
553 erfc((float) in.mid()), in erfc()
554 erfc((float) in.min()), in erfc()
555 erfc((float) in.max())); in erfc()
1859 args.out = erfc(args.inVDouble, t); in computeErfc()
1866 erfc(args.inV), in computeErfc()
1867 erfc(in.min32()), in computeErfc()
1868 erfc(in.max32())); in computeErfc()