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:__anon31853
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 2054 Block *base_b, *align_b; local
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 323 // |-> base_b
325 // |-> to_base_b (reparse point to temp_dir\base_b)
363 FilePath base_b = temp_dir_.path().Append(FPL("base_b")); local
364 ASSERT_TRUE(CreateDirectory(base_b));
366 FilePath to_sub_a = base_b.Append(FPL("to_sub_a"));
373 FilePath to_base_b = base_b.Append(FPL("to_base_b"));
375 ReparsePoint reparse_to_base_b(to_base_b, base_b);
378 FilePath to_sub_long = base_b.Append(FPL("to_sub_long"));
387 // Check that the path base_b\to_sub_a\file.txt can be normalized to exclud
    [all...]

Completed in 220 milliseconds