HomeSort by relevance Sort by last modified time
    Searched refs:uprv_modf (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/common/
putilimp.h 330 U_INTERNAL double U_EXPORT2 uprv_modf(double d, double* pinteger);
putil.cpp 476 uprv_modf(double x, double* y) function
    [all...]
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 58 log_verbose("Testing the API uprv_modf()\n");
59 y1 = uprv_modf(value1, &n1);
63 log_err("Error in uprv_modf. Expected IntegralValue=%f, Got=%f, \n Expected FractionalValue=%f, Got=%f\n",
  /external/icu/icu4c/source/common/unicode/
urename.h 1346 #define uprv_modf macro
    [all...]

Completed in 257 milliseconds