Searched refs:fabs (Results 1 – 11 of 11) sorted by relevance
24 return fabs(inV);28 return fabs(inV);32 return fabs(inV);36 return fabs(inV);40 return fabs(inV);44 return fabs(inV);48 return fabs(inV);52 return fabs(inV);
139 diff_yuv = numpy.fabs((imgs2["yuv_full"] - imgs2["yuv_crop"])).mean()140 diff_raw = numpy.fabs((imgs2["raw_full"] - imgs2["raw_crop"])).mean()
61 deltas = [numpy.max(numpy.fabs(means[i+1]-means[i])) \
93 diff = numpy.fabs(tile_full - tile_crop).mean()
21 if (fabs(diff) >= THRESHOLD) {
19 float4 diff = fabs(expected - value);
25 if (fabs(f1-f2) > gAllowedFloatError) {
5 if (fabs((a) - (b)) > 0.00001f) { \
626 static private Target.Floaty fabs(double d, Target t) { in fabs() method in CoreMathVerifier1913 args.out = fabs(args.inVDouble, t); in computeFabs()
741 passed = all([math.fabs(y[i] - y_ref[i]) < 0.001 for i in xrange(3)])756 passed = all([math.fabs(y[i] - y_ref[i]) < 0.001 for i in xrange(3)])
30 if (fabs(f1-f2) > image_tolerance) {