OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uz
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp
56
float
uz
= sx * fy - sy * fx;
local
70
m[9] =
uz
;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java
620
// BigInteger
uz
= this.x;
621
// if (
uz
.signum() <= 0)
642
// while (!(
uz
.equals(ECConstants.ZERO)))
645
// int j =
uz
.bitLength() - vz.bitLength();
650
// final BigInteger uzCopy =
uz
;
651
//
uz
= vz;
666
//
uz
=
uz
.xor(vz.shiftLeft(j));
1046
IntArray
uz
= (IntArray)this.x.clone();
local
[
all
...]
/external/clang/test/SemaTemplate/
instantiate-expr-2.cpp
65
typedef N4::UnaryOpOverload<N3::Z>::type
UZ
;
66
UZ
*
uz
= a8;
local
/frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp
70
float
uz
= sx * fy - sy * fx;
local
84
m[9] =
uz
;
/frameworks/native/opengl/tests/tritex/
tritex.cpp
67
float
uz
= sx * fy - sy * fx;
local
81
m[9] =
uz
;
/frameworks/base/opengl/java/android/opengl/
Matrix.java
701
float
uz
= sx * fy - sy * fx;
local
714
rm[rmOffset + 9] =
uz
;
Completed in 138 milliseconds