Lines Matching defs:result0
1092 double result0 = 0;1108 result0 += sqrt(dx*dx + dy*dy);1117 else if( fabs(result - result0) > FLT_EPSILON*100*result0 )1119 ts->printf( cvtest::TS::LOG, "The function returned %g, while the correct result is %g\n", result, result0 );