periode           445 core/gps_math.c     long periode = (long) floor (phi / PIBY2 + 0.5);
periode           446 core/gps_math.c     double reduced = phi - PIBY2 * periode;
periode           447 core/gps_math.c     switch (periode&3) {
periode           460 core/gps_math.c     long periode = floor (phi / PIBY2 + 0.125);
periode           461 core/gps_math.c     double reduced = phi - PIBY2 * periode;
periode           462 core/gps_math.c     switch (periode&3) {