HomeSort by relevance Sort by last modified time
    Searched refs:Len2 (Results 1 - 3 of 3) sorted by null

  /external/valgrind/unittest/
linear_solver.h 54 inline double Len2 () const {
61 inline double Len () const { return sqrt(Len2()); }
254 double prev_distance = stats_v.Len2();
281 new_distance = (perf_m.MultiplyRight(new_curr) - stats_v).Len2();
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 355 uint64_t Len2 = GetStringLength(Str2P);
356 if (Len1 && Len2) {
362 std::min(Len1, Len2)), B, TD);
    [all...]

Completed in 185 milliseconds