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 331 U_INTERNAL double U_EXPORT2 uprv_modf(double d, double* pinteger);
putil.cpp 457 uprv_modf(double x, double* y) function
    [all...]
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 56 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/
urename.h 1338 #define uprv_modf macro
    [all...]

Completed in 48 milliseconds