Searched refs:fabs (Results 1 – 12 of 12) 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);
36 input = fabs(input); in process()
222 double absDiff = fabs(diff); in processInputFrame()267 double absDiff = fabs(diff); in processInputFrame()
176 diff_yuv = np.fabs((imgs2['yuv_full'] - imgs2['yuv_crop'])).mean()177 diff_raw = np.fabs((imgs2['raw_full'] - imgs2['raw_crop'])).mean()
123 diff = np.fabs(tile_full - tile_crop).mean()
83 ASSERT(fabs(rawX - AMotionEvent_getRawX(event, i)) == 0.0f, "Point X:%f not same as %f", in nativeMotionEventTest()86 ASSERT(fabs(rawY - AMotionEvent_getRawY(event, i)) == 0.0f, "Point Y:%f not same as %f", in nativeMotionEventTest()
138 deltas = [np.fabs(means[i+1]-means[i]) for i in range(2*_NUM_CAPTURES-1)]
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()
30 if (fabs(f1-f2) > image_tolerance) {