Home | History | Annotate | Download | only in wtf

Lines Matching refs:minutesPerHour

226     double result = fmod(floor(ms / msPerMinute), minutesPerHour);
228 result += minutesPerHour;
318 return (((hour * minutesPerHour + min) * secondsPerMinute + sec) * msPerSecond + ms);
497 return ((days * hoursPerDay + hour) * minutesPerHour + minute) * secondsPerMinute + second;