OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v2x
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/util/
MathUtils.java
118
public static float dot(float v1x, float v1y, float
v2x
, float v2y) {
119
return v1x *
v2x
+ v1y * v2y;
122
public static float cross(float v1x, float v1y, float
v2x
, float v2y) {
123
return v1x * v2y - v1y *
v2x
;
/external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp
91
int Next = BitVector::find_next(
v2x
(Prev));
98
unsigned Idx =
v2x
(R);
103
unsigned Idx =
v2x
(R);
117
unsigned Idx =
v2x
(R);
122
unsigned Idx =
v2x
(R);
127
unsigned Idx =
v2x
(R);
149
static inline unsigned
v2x
(unsigned v) {
function in struct:__anon25615::RegisterSet
[
all
...]
HexagonBitSimplify.cpp
49
int Next = BitVector::find_next(
v2x
(Prev));
56
unsigned Idx =
v2x
(R);
61
unsigned Idx =
v2x
(R);
75
unsigned Idx =
v2x
(R);
80
unsigned Idx =
v2x
(R);
85
unsigned Idx =
v2x
(R);
107
static inline unsigned
v2x
(unsigned v) {
function in struct:__anon25589::RegisterSet
[
all
...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Rotation.java
346
double
v2x
= alpha * v1x + beta * v2.getX();
local
349
v2 = new Vector3D(
v2x
, v2y, v2z);
359
double dx2 =
v2x
- u2.getX();
[
all
...]
/prebuilts/sdk/current/support/graphics/drawable/
android-support-vectordrawable.jar
/frameworks/base/graphics/java/android/graphics/
ColorSpace.java
[
all
...]
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java
[
all
...]
Completed in 6984 milliseconds