OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vz
(Results
1 - 3
of
3
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java
536
double
vz
= 1;
local
540
vy = temp * Math.cos(tilt) -
vz
* Math.sin(tilt);
541
vz
= temp * Math.sin(tilt) +
vz
* Math.cos(tilt);
549
if (
vz
< 0.05) {
552
float pd = (float) (z /
vz
);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
IntArray.java
744
IntArray
vz
= new IntArray(t);
local
745
vz
.setBit(m);
746
vz
.setBit(0);
747
vz
.setBit(ks[0]);
750
vz
.setBit(ks[1]);
751
vz
.setBit(ks[2]);
762
int j = uzDegree -
vz
.degree();
768
uz =
vz
;
769
vz
= uzCopy;
783
// uz = uz.xor(
vz
.shiftLeft(j))
[
all
...]
LongArray.java
1870
LongArray
vz
= new LongArray(t);
local
[
all
...]
Completed in 673 milliseconds