OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prev_distance
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/unittest/
linear_solver.h
254
double
prev_distance
= stats_v.Len2();
local
256
//printf("Initial distance = %.1lf\n",
prev_distance
);
286
} while (new_distance >=
prev_distance
&& !stop_condition);
288
prev_distance
= new_distance;
Completed in 515 milliseconds