Home | History | Annotate | Download | only in globaltime

Lines Matching defs:phi

497             float phi = j * scaleH;
498 cosPhi[j] = (float)Math.cos(phi);
499 sinPhi[j] = (float)Math.sin(phi);
1026 float phi = decl + Shape.PI_OVER_TWO;
1030 float sinPhi = (float) Math.sin(phi);
1031 float cosPhi = (float) Math.cos(phi);