Searched refs:gap2 (Results 1 – 4 of 4) sorted by relevance
597 const real64 gap2 = Evaluate (plane, 1.0) in MaxSrcRadiusGap() local600 planeMaxSrcGap = Max_real64 (planeMaxSrcGap, gap2); in MaxSrcRadiusGap()
3016 long gap2 = ONE_WEEK * (preWeeks + postWeeks + 1); // Must add 1! in roll() local3018 time = (time + delta - min2) % gap2; in roll()3019 if (time < 0) time += gap2; in roll()
3113 long gap2 = ONE_WEEK * (preWeeks + postWeeks + 1); // Must add 1! in roll() local3115 time = (time + delta - min2) % gap2; in roll()3116 if (time < 0) time += gap2; in roll()
2062 double gap2 = kOneWeek * (preWeeks + postWeeks + 1); // Must add 1! in roll() local2064 double newtime = uprv_fmod((internalGetTime() + delta - min2), gap2); in roll()2065 if (newtime < 0) newtime += gap2; in roll()