Home
last modified time | relevance | path

Searched refs:ndigits (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/support/src/stdio/
Dstrtod.c422 extern "C" char *__dtoa(double d, int mode, int ndigits,
2358 (_d, mode, ndigits, decpt, sign, rve) in __dtoa() argument
2359 double _d; int mode, ndigits, *decpt, *sign; char **rve; in __dtoa()
2361 (double _d, int mode, int ndigits, int *decpt, int *sign, char **rve)
2567 ndigits = 0;
2573 if (ndigits <= 0)
2574 ndigits = 1;
2575 ilim = ilim1 = i = ndigits;
2581 i = ndigits + k + 1;
2709 if (ndigits < 0 && ilim <= 0) {
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dnum_get_float.cpp87 char ndigits[11] = "0123456789"; in _Initialize_get_float() local
92 ct.widen(ndigits + 0, ndigits + 10, digits); in _Initialize_get_float()
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c607 int ndigits = 0; in p_count() local
611 ndigits++; in p_count()
614 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()