Home
last modified time | relevance | path

Searched refs:prevL (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/calendar/
H A Dsunpos.c371 double curL, prevL; in calculatesunlongitude30() local
382 HOUR(h), MIN(h), SEC(h), 0.0, 0.0, &prevL, &dec); in calculatesunlongitude30()
391 if (curL < 180 && prevL > 180) { in calculatesunlongitude30()
400 if (curL > i && prevL < i) { in calculatesunlongitude30()
412 prevL = curL; in calculatesunlongitude30()