OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base_b
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/src/
cvrotcalipers.cpp
50
float
base_b
;
member in struct:__anon23988
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
1948
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
...]
/external/chromium_org/base/
file_util_unittest.cc
315
// |->
base_b
317
// |-> to_base_b (reparse point to temp_dir\
base_b
)
355
FilePath
base_b
= temp_dir_.path().Append(FPL("
base_b
"));
local
356
ASSERT_TRUE(CreateDirectory(
base_b
));
358
FilePath to_sub_a =
base_b
.Append(FPL("to_sub_a"));
365
FilePath to_base_b =
base_b
.Append(FPL("to_base_b"));
367
ReparsePoint reparse_to_base_b(to_base_b,
base_b
);
370
FilePath to_sub_long =
base_b
.Append(FPL("to_sub_long"));
379
// Check that the path
base_b
\to_sub_a\file.txt can be normalized to exclud
[
all
...]
Completed in 1487 milliseconds