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

/external/opencv/cv/src/
H A Dcvrotcalipers.cpp50 float base_b; member in struct:__anon28092
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
[all...]
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c2042 base_b
2054 Block *base_b, *align_b; local
2115 base_b = get_payload_block ( a, base_p );
2119 align_p = align_upwards ( base_b + 2 * overhead_szB_lo(a)
2126 frag_bszB = align_b - base_b;
2131 base_pszB_act = get_pszB(a, base_b);
2134 mkFreeBlock ( a, base_b, frag_bszB,
2137 set_cc(base_b, "admin.frag-memalign-1");
/external/chromium_org/base/files/
H A Dfile_util_unittest.cc323 // |-> 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_
[all...]

Completed in 301 milliseconds