HomeSort by relevance Sort by last modified time
    Searched defs:Len2 (Results 1 - 2 of 2) 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/Transforms/Utils/
SimplifyLibCalls.cpp 557 uint64_t Len2 = GetStringLength(Str2P);
558 if (Len1 && Len2) {
564 std::min(Len1, Len2)), B, TD, TLI);
    [all...]

Completed in 58 milliseconds