Lines Matching full:normpi
229 inline static double normPI(double angle) {
275 fLongitude = normPI(longitude * (double)DEG_RAD);
276 fLatitude = normPI(latitude * (double)DEG_RAD);
1305 // this loop we use normPI to get values in the range -Pi to Pi,
1312 double factor = uprv_fabs(deltaT / normPI(angle-lastAngle));
1315 deltaT = normPI(desired - angle) * factor;