Searched refs:uprv_fmod (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/common/ |
D | putilimp.h | 340 U_INTERNAL double U_EXPORT2 uprv_fmod(double d, double y);
|
D | putil.cpp | 463 uprv_fmod(double x, double y) in uprv_fmod() function
|
/external/icu/icu4c/source/i18n/ |
D | gregoimp.cpp | 120 dow = (int32_t) uprv_fmod(day + 1, 7); in dayToFields()
|
D | nfsubs.cpp | 156 virtual double transformNumber(double number) const { return uprv_fmod(number, divisor); } in transformNumber() 166 return oldRuleValue - uprv_fmod(oldRuleValue, divisor) + newRuleValue; in composeRuleValue()
|
D | calendar.cpp | 1558 int8_t dayOfWeek = (int8_t) uprv_fmod(julian + 1, 7); in julianDayToDayOfWeek() 2015 newtime = uprv_fmod((internalGetTime() + delta - min2), oneYear); in roll() 2033 double newtime = uprv_fmod((internalGetTime() + delta - min2), kOneWeek); in roll() 2055 double newtime = uprv_fmod((internalGetTime() + delta - min2), gap2); in roll()
|
D | gregocal.cpp | 913 double msIntoMonth = uprv_fmod(internalGetTime() - cMonthStart + in roll()
|
D | nfrule.cpp | 795 return uprv_fmod(number, (double)re) == 0 && (baseValue % re) != 0; in shouldRollBack()
|
/external/icu/icu4c/source/test/cintltst/ |
D | putiltst.c | 68 expn1=uprv_fmod(30.50, 15.00); in TestPUtilAPI()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1309 #define uprv_fmod U_ICU_ENTRY_POINT_RENAME(uprv_fmod) macro
|