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

/external/icu4c/common/
H A Dputilimp.h92 U_INTERNAL double U_EXPORT2 uprv_fmod(double d, double y);
H A Dputil.c473 uprv_fmod(double x, double y) function
/external/icu4c/i18n/
H A Dgregoimp.cpp120 dow = (int32_t) uprv_fmod(day + 1, 7);
H A Dnfsubs.cpp149 virtual double transformNumber(double number) const { return uprv_fmod(number, divisor); }
159 return oldRuleValue - uprv_fmod(oldRuleValue, divisor) + newRuleValue;
H A Dcalendar.cpp1318 int8_t dayOfWeek = (int8_t) uprv_fmod(julian + 1, 7);
1736 newtime = uprv_fmod((internalGetTime() + delta - min2), oneYear);
1754 double newtime = uprv_fmod((internalGetTime() + delta - min2), kOneWeek);
1776 double newtime = uprv_fmod((internalGetTime() + delta - min2), gap2);
H A Dgregocal.cpp913 double msIntoMonth = uprv_fmod(internalGetTime() - cMonthStart +
H A Dnfrule.cpp712 return uprv_fmod(number, (double)re) == 0 && (baseValue % re) != 0;
/external/icu4c/test/cintltst/
H A Dputiltst.c50 log_verbose("Testing the API uprv_fmod()\n");
51 expn1=uprv_fmod(30.50, 15.00);
52 doAssert(expn1, 0.5, "uprv_fmod(30.50, 15.00) failed.");
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h916 #define uprv_fmod uprv_fmod_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h916 #define uprv_fmod uprv_fmod_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h916 #define uprv_fmod uprv_fmod_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h916 #define uprv_fmod uprv_fmod_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1296 #define uprv_fmod U_ICU_ENTRY_POINT_RENAME(uprv_fmod) macro

Completed in 224 milliseconds