HomeSort by relevance Sort by last modified time
    Searched full:decimal (Results 176 - 200 of 2089) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/
decimal.h 0 // decimal classes -*- C++ -*-
25 /** @file decimal/decimal.h
27 * Do not attempt to use it directly. @headername{decimal}
40 namespace decimal namespace
465 } // namespace decimal
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/
decimal.h 0 // decimal classes -*- C++ -*-
25 /** @file decimal/decimal.h
27 * Do not attempt to use it directly. @headername{decimal}
40 namespace decimal namespace
465 } // namespace decimal
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/
decimal.h 0 // decimal classes -*- C++ -*-
25 /** @file decimal/decimal.h
27 * Do not attempt to use it directly. @headername{decimal}
40 namespace decimal namespace
465 } // namespace decimal
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/
decimal.h 0 // decimal classes -*- C++ -*-
25 /** @file decimal/decimal.h
27 * Do not attempt to use it directly. @headername{decimal}
40 namespace decimal namespace
465 } // namespace decimal
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/decimal/
decimal.h 0 // decimal classes -*- C++ -*-
25 /** @file decimal/decimal.h
27 * Do not attempt to use it directly. @headername{decimal}
40 namespace decimal namespace
465 } // namespace decimal
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/decimal/
decimal.h 0 // decimal classes -*- C++ -*-
25 /** @file decimal/decimal.h
27 * Do not attempt to use it directly. @headername{decimal}
40 namespace decimal namespace
465 } // namespace decimal
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
WeekInputType.cpp 70 return InputType::createStepRange(anyStepHandling, weekDefaultStepBase, Decimal::fromDouble(DateComponents::minimumWeek()), Decimal::fromDouble(DateComponents::maximumWeek()), stepDescription);
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum-dtoa.h 42 // Return a fixed number of digits after the decimal point.
64 // 'requested_digits' digits after the decimal point. The produced digits
fast-dtoa.h 43 // given as input. The precision is independent of the decimal point.
51 // Provides a decimal representation of v.
  /external/chromium_org/v8/src/
dtoa.h 16 // Return a fixed number of digits after the decimal point.
41 // 'requested_digits' digits after the decimal point. The produced digits
  /external/fdlibm/
e_log10.c 42 * The decimal values may be used, provided that the compiler will convert
43 * from decimal to binary accurately enough to produce the hexadecimal values
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 97 /// Utility function to print immediates in decimal or hex.
100 /// Utility functions to print decimal/hexadecimal values.
  /external/mdnsresponder/Clients/
ClientCommon.c 57 int v0 = cstr[-1] - '0'; // then interpret as three-digit decimal
61 // If valid three-digit decimal value, use it
  /external/tcpdump/
print-syslog.c 90 /* extract decimal figures that are
92 * based on this decimal figure extract the
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
fixed-value.h 68 /* Initialize from a decimal or hexadecimal string. */
102 /* Render F as a decimal floating point constant. */
  /external/chromium_org/third_party/icu/source/i18n/unicode/
numfmt.h 59 * for decimal points, thousands-separators, or even the particular
60 * decimal digits used, or whether the number format is even decimal.
145 * <li>(b) align the decimal point and other areas.
152 * between the last character of the integer and the decimal. Add
160 * where there is no decimal, but possibly additional characters at
506 * Format a decimal number. Subclasses must implement
508 * as defined in the Decimal Arithmetic Specification, available at
509 * http://speleotrove.com/decimal
527 * Format a decimal number.
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
numfmt.h 62 * for decimal points, thousands-separators, or even the particular
63 * decimal digits used, or whether the number format is even decimal.
148 * <li>(b) align the decimal point and other areas.
155 * between the last character of the integer and the decimal. Add
163 * where there is no decimal, but possibly additional characters at
509 * Format a decimal number. Subclasses must implement
511 * as defined in the Decimal Arithmetic Specification, available at
512 * http://speleotrove.com/decimal
530 * Format a decimal number.
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TypesTest.java 39 assertEquals(DECIMAL, 3);
  /external/chromium_org/chrome/common/
time_format_browsertest.cc 32 // decimal digits. The icu library wasn't handling this, leading to "1"
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ViewportTest.java 47 // window.devicePixelRatio should match the default display. Only check to 1 decimal place
  /external/chromium_org/extensions/common/permissions/
usb_device_permission_data.h 23 // productId are decimal strings representing uint16 values.
  /external/chromium_org/remoting/webapp/
host.js 47 * either dotted-decimal notation notation, or directly represented by the
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/
CSSPropertySetterGetter.html 46 'listStyleType' : 'decimal',
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
numeric_lex.h 52 // Force "C" locale so that decimal character is always '.', and
  /external/chromium_org/third_party/icu/source/i18n/
decfmtst.cpp 10 * parsing of decimal and group separators.
227 const UnicodeSet *DecimalFormatStaticSets::getSimilarDecimals(UChar32 decimal, UBool strictParse)
235 if (gStaticSets->fDotEquivalents->contains(decimal)) {
239 if (gStaticSets->fCommaEquivalents->contains(decimal)) {

Completed in 1379 milliseconds

1 2 3 4 5 6 78 91011>>