Searched refs:fmax (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestFmax.rscript | 26 return fmax(inA, inB); 31 return fmax(inA, inB); 36 return fmax(inA, inB); 41 return fmax(inA, inB); 46 return fmax(inA, inB); 51 return fmax(inA, inB); 56 return fmax(inA, inB); 61 return fmax(inA, inB); 66 return fmax(inA, inB); 71 return fmax(inA, inB); [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | reduce.rscript | 113 accum->max = fmax(accum->max, in); 119 accum->max = fmax(accum->max, val->max); 137 max = fmax(max, val); 164 // result[1].x = fmax(input[...].x) 165 // result[1].y = fmax(input[...].y) 189 accum->max.x = fmax(accum->max.x, in.x); 190 accum->max.y = fmax(accum->max.y, in.y); 197 accum->max.x = fmax(accum->max.x, val->max.x); 198 accum->max.y = fmax(accum->max.y, val->max.y); 219 max.x = fmax(max.x, val.x); [all …]
|
D | CoreMathVerifier.java | 660 static private Target.Floaty fmax(double a, double b, Target t) { in fmax() method in CoreMathVerifier 2001 args.out = fmax(args.inADouble, args.inBDouble, t); in computeFmax()
|