OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cosphi
(Results
1 - 3
of
3
) sorted by null
/development/samples/GlobalTime/src/com/android/globaltime/
LatLongSphere.java
59
float
cosPhi
= (float) Math.cos(phi);
61
float y =
cosPhi
;
GlobalTime.java
493
float[]
cosPhi
= new float[lightHeight];
498
cosPhi
[j] = (float)Math.cos(phi);
519
float y =
cosPhi
[ly];
[
all
...]
/external/qemu/android/skin/
trackball.c
345
double
cosphi
= lir*(lx*rx + ly*ry + lz*rz);
local
346
double scale = 1.1*
cosphi
+ 0.3;
Completed in 1203 milliseconds