OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:east
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/sensorservice/
Fusion.cpp
262
vec3_t
east
(cross_product(mData[1], up));
263
east
*= 1/length(
east
);
264
vec3_t north(cross_product(up,
east
));
265
R <<
east
<< north << up;
313
const vec3_t
east
( cross_product(m, up) );
319
if (length_squared(
east
) < MIN_VALID_CROSS_PRODUCT_MAG_SQ) {
325
vec3_t north( cross_product(up,
east
) );
/external/webkit/Source/WebCore/page/
EventHandler.cpp
842
bool
east
= m_panScrollStartPos.x() < (m_currentMousePosition.x() - ScrollView::noPanScrollRadius);
847
if ((
east
|| west || north || south) && m_panScrollButtonPressed)
851
if (
east
)
858
if (
east
)
864
} else if (
east
)
[
all
...]
/external/v8/test/mjsunit/
unicode-test.js
[
all
...]
Completed in 229 milliseconds