HomeSort by relevance Sort by last modified time
    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 344 double cosphi = lir*(lx*rx + ly*ry + lz*rz); local
345 double scale = 1.1*cosphi + 0.3;

Completed in 1893 milliseconds