Lines Matching refs:age
426 double age = moonAge(origin, status); in trueMonthStart() local
431 if (age >= 0) { in trueMonthStart()
435 age = moonAge(origin, status); in trueMonthStart()
439 } while (age >= 0); in trueMonthStart()
445 age = moonAge(origin, status); in trueMonthStart()
449 } while (age < 0); in trueMonthStart()
472 double age = 0; in moonAge() local
479 return age; in moonAge()
484 age = gIslamicCalendarAstro->getMoonAge(); in moonAge()
488 age = age * 180 / CalendarAstronomer::PI; in moonAge()
489 if (age > 180) { in moonAge()
490 age = age - 360; in moonAge()
493 return age; in moonAge()
625 double age = moonAge(internalGetTime(), status); in handleComputeFields() local
630 if ( days - startDate >= 25 && age > 0) { in handleComputeFields()