Lines Matching refs:age
425 double age = moonAge(origin, status); in trueMonthStart() local
430 if (age >= 0) { in trueMonthStart()
434 age = moonAge(origin, status); in trueMonthStart()
438 } while (age >= 0); in trueMonthStart()
444 age = moonAge(origin, status); in trueMonthStart()
448 } while (age < 0); in trueMonthStart()
472 double age = 0; in moonAge() local
480 return age; in moonAge()
485 age = gIslamicCalendarAstro->getMoonAge(); in moonAge()
489 age = age * 180 / CalendarAstronomer::PI; in moonAge()
490 if (age > 180) { in moonAge()
491 age = age - 360; in moonAge()
494 return age; in moonAge()
626 double age = moonAge(internalGetTime(), status); in handleComputeFields() local
631 if ( days - startDate >= 25 && age > 0) { in handleComputeFields()