OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNIT_X
(Results
1 - 3
of
3
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/math/
Vector3f.java
60
public final static Vector3f
UNIT_X
= new Vector3f(1, 0, 0);
[
all
...]
Vector4f.java
55
public final static Vector4f
UNIT_X
= new Vector4f(1, 0, 0, 0);
/external/pixman/pixman/
pixman-arm-neon-asm.h
209
* Pixel fetcher for nearest scaling (needs TMP1, TMP2, VX,
UNIT_X
register
215
adds VX, VX,
UNIT_X
220
adds VX, VX,
UNIT_X
226
adds VX, VX,
UNIT_X
232
adds VX, VX,
UNIT_X
240
adds VX, VX,
UNIT_X
245
adds VX, VX,
UNIT_X
259
add VX, VX,
UNIT_X
, asl #1
262
sub VX, VX,
UNIT_X
266
add VX, VX,
UNIT_X
, asl #
[
all
...]
Completed in 142 milliseconds