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

  /external/opencv/cv/src/
cvrotcalipers.cpp 50 float base_b; member in struct:__anon9797
110 float base_b = 0; local
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;
218 base_b = lead_y;
222 base_b = -lead_x;
226 base_b = -lead_y;
230 base_b = lead_x
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 1921 Block *base_b, *align_b; local
    [all...]
  /external/chromium/base/
file_util_unittest.cc 432 // |-> base_b
434 // |-> to_base_b (reparse point to temp_dir\base_b)
472 FilePath base_b = temp_dir_.path().Append(FPL("base_b")); local
473 ASSERT_TRUE(file_util::CreateDirectory(base_b));
475 FilePath to_sub_a = base_b.Append(FPL("to_sub_a"));
488 FilePath to_base_b = base_b.Append(FPL("to_base_b"));
499 ASSERT_TRUE(SetReparsePoint(reparse_to_base_b, base_b));
501 FilePath to_sub_long = base_b.Append(FPL("to_sub_long"));
519 // Check that the path base_b\to_sub_a\file.txt can be normalized to exclud
    [all...]

Completed in 697 milliseconds