Searched refs:uprv_fmod (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dgregoimp.cpp123 dow = (int32_t) uprv_fmod(day + 1, 7);
H A Dnfsubs.cpp151 virtual double transformNumber(double number) const { return uprv_fmod(number, static_cast<double>(divisor)); }
161 return oldRuleValue - uprv_fmod(oldRuleValue, static_cast<double>(divisor)) + newRuleValue;
H A Dcalendar.cpp1567 int8_t dayOfWeek = (int8_t) uprv_fmod(julian + 1, 7);
2024 newtime = uprv_fmod((internalGetTime() + delta - min2), oneYear);
2042 double newtime = uprv_fmod((internalGetTime() + delta - min2), kOneWeek);
2064 double newtime = uprv_fmod((internalGetTime() + delta - min2), gap2);
H A Dgregocal.cpp916 double msIntoMonth = uprv_fmod(internalGetTime() - cMonthStart +
/external/icu/icu4c/source/common/
H A Dputilimp.h335 U_INTERNAL double U_EXPORT2 uprv_fmod(double d, double y);
H A Dputil.cpp482 uprv_fmod(double x, double y) function
/external/icu/icu4c/source/test/cintltst/
H A Dputiltst.c69 log_verbose("Testing the API uprv_fmod()\n");
70 expn1=uprv_fmod(30.50, 15.00);
71 doAssert(expn1, 0.5, "uprv_fmod(30.50, 15.00) failed.");
/external/icu/icu4c/source/common/unicode/
H A Durename.h1317 #define uprv_fmod U_ICU_ENTRY_POINT_RENAME(uprv_fmod) macro

Completed in 335 milliseconds