Searched refs:Len2 (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/unittest/
H A Dlinear_solver.h54 inline double Len2 () const { function in class:Vector
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/
H A DValueTracking.cpp1825 uint64_t Len2 = GetStringLengthH(SI->getFalseValue(), PHIs);
1826 if (Len2 == 0) return 0;
1827 if (Len1 == ~0ULL) return Len2;
1828 if (Len2 == ~0ULL) return Len1;
1829 if (Len1 != Len2) return 0;
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp557 uint64_t Len2 = GetStringLength(Str2P); local
558 if (Len1 && Len2) {
564 std::min(Len1, Len2)), B, TD, TLI);

Completed in 75 milliseconds