Searched refs:uprv_modf (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
H A Dputilimp.h335 U_INTERNAL double U_EXPORT2 uprv_modf(double d, double* pinteger);
H A Dputil.cpp457 uprv_modf(double x, double* y) function
/external/icu/icu4c/source/test/cintltst/
H A Dputiltst.c56 log_verbose("Testing the API uprv_modf()\n");
57 y1 = uprv_modf(value1, &n1);
61 log_err("Error in uprv_modf. Expected IntegralValue=%f, Got=%f, \n Expected FractionalValue=%f, Got=%f\n",
/external/icu/icu4c/source/common/unicode/
H A Durename.h1338 #define uprv_modf U_ICU_ENTRY_POINT_RENAME(uprv_modf) macro

Completed in 943 milliseconds