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

  /external/opencv/cv/src/
cvrotcalipers.cpp 49 float base_a; member in struct:__anon12369
109 float base_a; local
170 base_a = orientation;
189 float dp0 = base_a * vect[seq[0]].x + base_b * vect[seq[0]].y;
190 float dp1 = -base_b * vect[seq[1]].x + base_a * vect[seq[1]].y;
191 float dp2 = -base_a * vect[seq[2]].x - base_b * vect[seq[2]].y;
192 float dp3 = base_b * vect[seq[3]].x - base_a * vect[seq[3]].y;
217 base_a = lead_x;
221 base_a = lead_y;
225 base_a = -lead_x
    [all...]
  /external/clang/test/SemaTemplate/
dependent-base-classes.cpp 115 template <typename T> class Base_A { };
121 : public virtual Base_A<T>
  /external/chromium/base/
file_util_unittest.cc 426 // |-> base_a
433 // |-> to_sub_a (reparse point to temp_dir\base_a\sub_a)
437 FilePath base_a = temp_dir_.path().Append(FPL("base_a")); local
438 ASSERT_TRUE(file_util::CreateDirectory(base_a));
440 FilePath sub_a = base_a.Append(FPL("sub_a"));
514 // Normalize a junction free path: base_a\sub_a\file.txt .
    [all...]

Completed in 98 milliseconds