Lines Matching refs:age
425 double age = moonAge(origin, status);
430 if (age >= 0) {
434 age = moonAge(origin, status);
438 } while (age >= 0);
444 age = moonAge(origin, status);
448 } while (age < 0);
462 * Return the "age" of the moon at the given time; this is the difference
467 * @param time The time at which the moon's age is desired,
472 double age = 0;
480 return age;
485 age = gIslamicCalendarAstro->getMoonAge();
489 age = age * 180 / CalendarAstronomer::PI;
490 if (age > 180) {
491 age = age - 360;
494 return age;
626 double age = moonAge(internalGetTime(), status);
631 if ( days - startDate >= 25 && age > 0) {