Searched refs:length2 (Results 1 – 3 of 3) sorted by relevance
437 friend inline constexpr T PURE length2(const VECTOR<T>& lv) { in length2() function448 return length2(rv - lv); in distance2()
185 constexpr T PURE length2(const QUATERNION<T>& q) { in length2() function
3098 final long length2 = length; in addTimedTextSource() local3110 for (long total = 0; total < length2;) { in addTimedTextSource()3111 int bytesToRead = (int) Math.min(buffer.length, length2 - total); in addTimedTextSource()