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

  /external/chromium/base/third_party/dmg_fp/
dmg_fp.h 18 char* dtoa(double d, int mode, int ndigits,
dtoa.cc 520 char *dtoa(double d, int mode, int ndigits,
3525 double dd; int mode, ndigits, *decpt, *sign; char **rve; member in namespace:dmg_fp
    [all...]
  /external/webkit/JavaScriptCore/wtf/
dtoa.h 35 void dtoa(DtoaBuffer result, double d, int ndigits, int* decpt, int* sign, char** rve);
dtoa.cpp     [all...]
  /bionic/libc/stdio/
vfprintf.c 1217 cvt(double value, int ndigits, int flags, char *sign, int *decpt, int ch,
1225 mode = 3; /* ndigits after the decimal point */
1227 /* To obtain ndigits after the decimal point for the 'e'
1228 * and 'E' formats, round to ndigits + 1 significant
1232 ndigits++;
1234 mode = 2; /* ndigits significant digits */
1242 digits = __dtoa(value, mode, ndigits, decpt, &dsgn, &rve);
1244 bp = digits + ndigits;
1247 *decpt = -ndigits + 1;
  /external/stlport/src/
num_get_float.cpp 87 char ndigits[11] = "0123456789"; local
92 ct.widen(ndigits + 0, ndigits + 10, digits);
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 87 char ndigits[11] = "0123456789"; local
92 ct.widen(ndigits + 0, ndigits + 10, digits);
  /external/chromium/third_party/icu/source/common/
unames.c 477 int ndigits, i; local
484 for (cp = code, ndigits = 0; cp; ++ndigits, cp >>= 4)
486 if (ndigits < 4)
487 ndigits = 4;
488 for (cp = code, i = ndigits; (cp || i > 0) && bufferLength; cp >>= 4, bufferLength--) {
492 buffer += ndigits;
493 length += ndigits;
    [all...]
  /external/icu4c/common/
unames.c 474 int ndigits, i; local
481 for (cp = code, ndigits = 0; cp; ++ndigits, cp >>= 4)
483 if (ndigits < 4)
484 ndigits = 4;
485 for (cp = code, i = ndigits; (cp || i > 0) && bufferLength; cp >>= 4, bufferLength--) {
489 buffer += ndigits;
490 length += ndigits;
    [all...]
  /bionic/libc/stdlib/
strtod.c 358 extern "C" char *__dtoa(double d, int mode, int ndigits,
    [all...]
  /external/v8/src/third_party/dtoa/
dtoa.c 474 extern "C" char *dtoa(double d, int mode, int ndigits,
    [all...]
  /bionic/libc/regex/
regcomp.c 607 int ndigits = 0; local
611 ndigits++;
614 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py     [all...]
  /external/v8/src/
conversions.cc 356 extern "C" char* dtoa(double d, int mode, int ndigits,
  /external/qemu/
sockets.c 324 format_hex( char* buf, char* end, unsigned val, int ndigits )
326 int shift = 4*ndigits;
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 1063 milliseconds