HomeSort by relevance Sort by last modified time
    Searched refs:decimal_point (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/v8/src/
fixed-dtoa.h 42 // decimal_point = -2.
44 // FastFixedDtoa(0.15, 2, ...) thus returns buffer = "2", decimal_point = 0.
51 Vector<char> buffer, int* length, int* decimal_point);
conversions.cc 75 int decimal_point; local
83 &sign, &length, &decimal_point);
87 if (length <= decimal_point && decimal_point <= 21) {
90 builder.AddPadding('0', decimal_point - length);
92 } else if (0 < decimal_point && decimal_point <= 21) {
94 builder.AddSubstring(decimal_rep, decimal_point);
96 builder.AddString(decimal_rep + decimal_point);
98 } else if (decimal_point <= 0 && decimal_point > -6)
166 int decimal_point; local
259 int decimal_point; local
305 int decimal_point; local
    [all...]
fast-dtoa.h 79 int* decimal_point);
bignum-dtoa.cc 65 // Returns decimal_point s.t.
66 // v = numerator'/denominator' * 10^(decimal_point-1)
70 int* decimal_point,
80 static void BignumToFixed(int requested_digits, int* decimal_point,
86 // decimal_point when rounding up (for example for 0.9999).
87 static void GenerateCountedDigits(int count, int* decimal_point,
93 Vector<char> buffer, int* length, int* decimal_point) {
113 *decimal_point = -requested_digits;
131 FixupMultiply10(estimated_power, is_even, decimal_point,
134 // We now have v = (numerator / denominator) * 10^(decimal_point-1), an
    [all...]
fixed-dtoa.cc 194 static void RoundUp(Vector<char> buffer, int* length, int* decimal_point) {
198 *decimal_point = 1;
219 (*decimal_point)++;
237 int* length, int* decimal_point) {
267 RoundUp(buffer, length, decimal_point);
286 RoundUp(buffer, length, decimal_point);
294 static void TrimZeros(Vector<char> buffer, int* length, int* decimal_point) {
307 *decimal_point -= first_non_zero;
316 int* decimal_point) {
367 *decimal_point = *length
    [all...]
  /external/v8/test/cctest/
gay-fixed.h 38 int decimal_point; member in struct:v8::internal::PrecomputedFixed
gay-precision.h 38 int decimal_point; member in struct:v8::internal::PrecomputedPrecision
gay-shortest.h 37 int decimal_point; member in struct:v8::internal::PrecomputedShortest
  /external/stlport/test/unit/
num_facets_test.cpp 16 const char *decimal_point; member in struct:ref_locale
21 //{ name, decimal_point, thousands_sepy_thousands_sep},
38 CPPUNIT_ASSERT( npct.decimal_point() == *rl.decimal_point );
50 ref += npct.decimal_point();
57 ref += npct.decimal_point();
242 CPPUNIT_CHECK( cfacet_byname.decimal_point() == cfacet.decimal_point() );
money_facets_test.cpp 141 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.decimal_point() */ *rl.money_decimal_point );
227 CPPUNIT_ASSERT( str_res[index++] == dom_fmp.decimal_point() );
324 CPPUNIT_ASSERT( str_res[index++] == dom_fmp.decimal_point() );
386 CPPUNIT_ASSERT( str_res[index++] == dom_fmp.decimal_point() );
551 CPPUNIT_CHECK( cfacet_byname.decimal_point() == cfacet.decimal_point() );
580 CPPUNIT_CHECK( cfacet_byname.decimal_point() == cfacet.decimal_point() );
  /ndk/tests/device/test-gnustl-full/unit/
num_facets_test.cpp 16 const char *decimal_point; member in struct:ref_locale
21 //{ name, decimal_point, thousands_sepy_thousands_sep},
38 CPPUNIT_ASSERT( npct.decimal_point() == *rl.decimal_point );
50 ref += npct.decimal_point();
57 ref += npct.decimal_point();
242 CPPUNIT_CHECK( cfacet_byname.decimal_point() == cfacet.decimal_point() );
money_facets_test.cpp 141 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.decimal_point() */ *rl.money_decimal_point );
227 CPPUNIT_ASSERT( str_res[index++] == dom_fmp.decimal_point() );
324 CPPUNIT_ASSERT( str_res[index++] == dom_fmp.decimal_point() );
386 CPPUNIT_ASSERT( str_res[index++] == dom_fmp.decimal_point() );
551 CPPUNIT_CHECK( cfacet_byname.decimal_point() == cfacet.decimal_point() );
580 CPPUNIT_CHECK( cfacet_byname.decimal_point() == cfacet.decimal_point() );
  /ndk/tests/device/test-stlport/unit/
num_facets_test.cpp 16 const char *decimal_point; member in struct:ref_locale
21 //{ name, decimal_point, thousands_sepy_thousands_sep},
38 CPPUNIT_ASSERT( npct.decimal_point() == *rl.decimal_point );
50 ref += npct.decimal_point();
57 ref += npct.decimal_point();
242 CPPUNIT_CHECK( cfacet_byname.decimal_point() == cfacet.decimal_point() );
  /external/stlport/src/
num_get_float.cpp 649 unsigned Negate, decimal_point; local
668 decimal_point = 0;
676 exp += (decimal_point ^ 1);
683 exp -= decimal_point;
685 } else if (c == (unsigned int) dpchar && !decimal_point) { /* INTERNATIONAL */
686 decimal_point = 1;
754 unsigned decimal_point; local
774 decimal_point = 0;
782 exp += (decimal_point ^ 1);
789 exp -= decimal_point;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 649 unsigned Negate, decimal_point; local
668 decimal_point = 0;
676 exp += (decimal_point ^ 1);
683 exp -= decimal_point;
685 } else if (c == (unsigned int) dpchar && !decimal_point) { /* INTERNATIONAL */
686 decimal_point = 1;
754 unsigned decimal_point; local
774 decimal_point = 0;
782 exp += (decimal_point ^ 1);
789 exp -= decimal_point;
    [all...]
  /external/dbus/dbus/
dbus-sysdeps.c 621 const char *decimal_point; local
630 decimal_point = locale_data->decimal_point;
632 decimal_point = ".";
635 decimal_point_len = strlen (decimal_point);
639 if (decimal_point[0] != '.' ||
640 decimal_point[1] != 0)
714 memcpy (c, decimal_point, decimal_point_len);
  /external/stlport/stlport/stl/
_numpunct.h 56 char decimal_point() const { return do_decimal_point(); } function in class:numpunct
85 wchar_t decimal_point() const { return do_decimal_point(); } function in class:numpunct
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 56 char decimal_point() const { return do_decimal_point(); } function in class:numpunct
85 wchar_t decimal_point() const { return do_decimal_point(); } function in class:numpunct
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 56 char decimal_point() const { return do_decimal_point(); } function in class:numpunct
85 wchar_t decimal_point() const { return do_decimal_point(); } function in class:numpunct
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 56 char decimal_point() const { return do_decimal_point(); } function in class:numpunct
85 wchar_t decimal_point() const { return do_decimal_point(); } function in class:numpunct
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 56 char decimal_point() const { return do_decimal_point(); } function in class:numpunct
85 wchar_t decimal_point() const { return do_decimal_point(); } function in class:numpunct
  /external/stlport/test/eh/
locale.cpp 32 cout << num_punct.decimal_point() << '\n';
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h 58 char *decimal_point; /* Decimal point character. */ member in struct:lconv
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 58 char *decimal_point; /* Decimal point character. */ member in struct:lconv
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 58 char *decimal_point; /* Decimal point character. */ member in struct:lconv

Completed in 1113 milliseconds

1 2 3