Searched refs:Modulo (Results 1 – 3 of 3) sorted by relevance
153 macro HOUR_FROM_TIME(time) = (Modulo($floor(time / 3600000), 24));154 macro MIN_FROM_TIME(time) = (Modulo($floor(time / 60000), 60));156 macro SEC_FROM_TIME(time) = (Modulo($floor(time / 1000), 60));158 macro MS_FROM_TIME(time) = (Modulo(time, 1000));
49 function Modulo(value, remainder) { class58 return Modulo(time, msPerDay);232 return Modulo(DAY(time) + 4, 7);
221 D: Modulo scheduling in the SparcV9 backend