HomeSort by relevance Sort by last modified time
    Searched full:new_distance (Results 1 - 1 of 1) sorted by null

  /external/valgrind/unittest/
linear_solver.h 272 double new_distance; local
281 new_distance = (perf_m.MultiplyRight(new_curr) - stats_v).Len2();
286 } while (new_distance >= prev_distance && !stop_condition);
288 prev_distance = new_distance;
290 //printf ("Dist=%.1lf, cur=%s\n", new_distance, current.ToString().c_str());

Completed in 2162 milliseconds