Home | History | Annotate | Download | only in i18n

Lines Matching defs:age

357         double age = moonAge(origin, status);
362 if (age >= 0) {
366 age
370 } while (age >= 0);
376 age = moonAge(origin, status);
380 } while (age < 0);
393 * Return the "age" of the moon at the given time; this is the difference
398 * @param time The time at which the moon's age is desired,
403 double age = 0;
410 return age;
415 age = gIslamicCalendarAstro->getMoonAge();
419 age = age * 180 / CalendarAstronomer::PI;
420 if (age > 180) {
421 age = age - 360;
424 return age;
540 double age = moonAge(internalGetTime(), status);
545 if ( days - startDate >= 25 && age > 0) {