Searched defs:floorDivide (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dgregoimp.cpp27 int32_t ClockMath::floorDivide(int32_t numerator, int32_t denominator) { function in class:ClockMath
32 int32_t ClockMath::floorDivide(double numerator, int32_t denominator, function in class:ClockMath
40 double ClockMath::floorDivide(double dividend, double divisor, function in class:ClockMath
44 double quotient = floorDivide(dividend, divisor);
89 double julian = 365 * y + ClockMath::floorDivide(y, 4) + (JULIAN_1_CE - 3) + // Julian cal
90 ClockMath::floorDivide(y, 400) - ClockMath::floorDivide(y, 100) + 2 + // => Gregorian cal
106 int32_t n400 = ClockMath::floorDivide(day, 146097, doy); // 400-year cycle length
107 int32_t n100 = ClockMath::floorDivide(doy, 36524, doy); // 100-year cycle length
108 int32_t n4 = ClockMath::floorDivide(do
[all...]
H A Dgregoimp.h34 * <code>floorDivide(-1,4)</code> => -1.
39 static int32_t floorDivide(int32_t numerator, int32_t denominator);
45 * <code>floorDivide(-1,4)</code> => -1.
50 static inline double floorDivide(double numerator, double denominator);
56 * <code>-1%4</code> => -1, but <code>floorDivide(-1,4)</code> =>
67 static int32_t floorDivide(double numerator, int32_t denominator,
80 static double floorDivide(double dividend, double divisor,
254 inline double ClockMath::floorDivide(double numerator, double denominator) { function in class:ClockMath
285 return (int32_t) (kEpochStartAsJulianDay + ClockMath::floorDivide(millis, (double)kOneDay));
290 int32_t gregShift = ClockMath::floorDivide(
[all...]
/external/icu/icu4c/source/i18n/
H A Dgregoimp.cpp27 int32_t ClockMath::floorDivide(int32_t numerator, int32_t denominator) { function in class:ClockMath
32 int32_t ClockMath::floorDivide(double numerator, int32_t denominator, function in class:ClockMath
40 double ClockMath::floorDivide(double dividend, double divisor, function in class:ClockMath
44 double quotient = floorDivide(dividend, divisor);
89 double julian = 365 * y + ClockMath::floorDivide(y, 4) + (JULIAN_1_CE - 3) + // Julian cal
90 ClockMath::floorDivide(y, 400) - ClockMath::floorDivide(y, 100) + 2 + // => Gregorian cal
106 int32_t n400 = ClockMath::floorDivide(day, 146097, doy); // 400-year cycle length
107 int32_t n100 = ClockMath::floorDivide(doy, 36524, doy); // 100-year cycle length
108 int32_t n4 = ClockMath::floorDivide(do
[all...]
H A Dgregoimp.h34 * <code>floorDivide(-1,4)</code> => -1.
39 static int32_t floorDivide(int32_t numerator, int32_t denominator);
45 * <code>floorDivide(-1,4)</code> => -1.
50 static inline double floorDivide(double numerator, double denominator);
56 * <code>-1%4</code> => -1, but <code>floorDivide(-1,4)</code> =>
67 static int32_t floorDivide(double numerator, int32_t denominator,
80 static double floorDivide(double dividend, double divisor,
254 inline double ClockMath::floorDivide(double numerator, double denominator) { function in class:ClockMath
285 return (int32_t) (kEpochStartAsJulianDay + ClockMath::floorDivide(millis, (double)kOneDay));
290 int32_t gregShift = ClockMath::floorDivide(
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 288 milliseconds