Home
last modified time | relevance | path

Searched defs:newDoY (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Ddate.d3805 immutable newDoY = (yearIsLeapYear(_year) ? daysInLeapYear : daysInYear) + day + 1; in this() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Ddate.d3957 immutable newDoY = (yearIsLeapYear(_year) ? daysInLeapYear : daysInYear) + day + 1; in this() local