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

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
float.h 43 /* Number of decimal digits, q, such that any floating-point number with q
44 decimal digits can be rounded into a floating-point number with p radix b
45 digits and back again without change to the q decimal digits,
147 /* Number of decimal digits, n, such that any floating-point number in the
149 to a floating-point number with n decimal digits and back again without
200 /* Draft Technical Report 24732, extension for decimal floating-point
201 arithmetic: Characteristic of decimal floating types <float.h>. */
227 /* Maximum representable finite decimal floating-point number
228 (there are 6, 15, and 33 9s after the decimal points respectively). */
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
floatio.h 39 /* 11-bit exponent (VAX G floating point) is 308 decimal digits */
41 /* 128 bit fraction takes up 39 decimal digits; max reasonable precision */
45 * MAXEXPDIG is the maximum number of decimal digits needed to store a
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_stddefs.h 63 #define OI_INT8_MIN ((OI_INT8)0x80) /**< decimal value: -128 */
64 #define OI_INT8_MAX ((OI_INT8)0x7F) /**< decimal value: 127 */
65 #define OI_INT16_MIN ((OI_INT16)0x8000) /**< decimal value: -32768 */
66 #define OI_INT16_MAX ((OI_INT16)0x7FFF) /**< decimal value: 32767 */
67 #define OI_INT32_MIN ((OI_INT32)0x80000000) /**< decimal value: -2,147,483,648 */
68 #define OI_INT32_MAX ((OI_INT32)0x7FFFFFFF) /**< decimal value: 2,147,483,647 */
69 #define OI_UINT8_MIN ((OI_UINT8)0) /**< decimal value: 0 */
70 #define OI_UINT8_MAX ((OI_UINT8)0xFF) /**< decimal value: 255 */
71 #define OI_UINT16_MIN ((OI_UINT16)0) /**< decimal value: 0 */
72 #define OI_UINT16_MAX ((OI_UINT16)0xFFFF) /**< decimal value: 65535 *
    [all...]
  /external/chromium_org/chrome/browser/install_verification/win/
module_ids.cc 26 // Parses a line consisting of a positive decimal number and a 32-digit
29 // the line to be ignored, as will invalid decimal/hexadecimal characters.
50 return; // First token was not decimal.
module_ids.h 16 // lines. Each line starts with a decimal ID, then a module name digest,
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
MonthInputType.h 55 virtual Decimal parseToNumber(const String&, const Decimal&) const OVERRIDE;
56 virtual Decimal defaultValueForStepUp() const OVERRIDE;
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/serialization/
MarshalFloat.java 39 } else if (name.equals("decimal")) {
42 throw new RuntimeException("float, double, or decimal expected");
54 cm.addMapping(cm.xsd, "decimal", java.math.BigDecimal.class, this);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
decSingle.decTest 2 -- decSingle.decTest -- run all decSingle decimal arithmetic tests --
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
decSingle.decTest 2 -- decSingle.decTest -- run all decSingle decimal arithmetic tests --
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
psconv.c 38 /* digits (both decimal and non-decimal) into numbers. */
203 FT_INT64 decimal = 0; local
206 FT_Long decimal = 0; local
253 /* read the decimal part */
271 if ( decimal < 0xCCCCCCCL )
273 decimal = decimal * 10 + c;
308 if ( !integral && !decimal )
322 if ( decimal >= 0xCCCCCCCL
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fractions.py 3 from decimal import Decimal
167 _components(F(Decimal('1.1'))))
169 _components(F(Decimal('3.5e-2'))))
171 _components(F(Decimal('.000e20'))))
172 self.assertRaises(TypeError, F, Decimal('nan'))
173 self.assertRaises(TypeError, F, Decimal('snan'))
174 self.assertRaises(TypeError, F, Decimal('inf'))
175 self.assertRaises(TypeError, F, Decimal('-inf'))
279 self.assertEqual(F(0), F.from_decimal(Decimal("-0"))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fractions.py 3 from decimal import Decimal
167 _components(F(Decimal('1.1'))))
169 _components(F(Decimal('3.5e-2'))))
171 _components(F(Decimal('.000e20'))))
172 self.assertRaises(TypeError, F, Decimal('nan'))
173 self.assertRaises(TypeError, F, Decimal('snan'))
174 self.assertRaises(TypeError, F, Decimal('inf'))
175 self.assertRaises(TypeError, F, Decimal('-inf'))
279 self.assertEqual(F(0), F.from_decimal(Decimal("-0"))
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
decfloat.h 28 * Draft C Extension to support decimal floating-pointing arithmetic:
29 * Characteristics of decimal floating types <decfloat.h>
59 /* Maximum representable finite decimal floating-point number
60 (there are 6, 15, and 33 9s after the decimal points respectively). */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
decfloat.h 28 * Draft C Extension to support decimal floating-pointing arithmetic:
29 * Characteristics of decimal floating types <decfloat.h>
59 /* Maximum representable finite decimal floating-point number
60 (there are 6, 15, and 33 9s after the decimal points respectively). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/decimal/
decimal 0 // <decimal> -*- C++ -*-
24 /** @file decimal/decimal
46 * @defgroup decimal Decimal Floating-Point Arithmetic
49 * Classes and functions for decimal floating-point arithmetic.
53 /** @namespace std::decimal
54 * @brief ISO/IEC TR 24733 Decimal floating-point arithmetic.
56 namespace decimal
250 /// Conforming extension: Conversion from scalar decimal type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/decimal/
decimal 0 // <decimal> -*- C++ -*-
24 /** @file decimal/decimal
46 * @defgroup decimal Decimal Floating-Point Arithmetic
49 * Classes and functions for decimal floating-point arithmetic.
53 /** @namespace std::decimal
54 * @brief ISO/IEC TR 24733 Decimal floating-point arithmetic.
56 namespace decimal
250 /// Conforming extension: Conversion from scalar decimal type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/decimal/
decimal 0 // <decimal> -*- C++ -*-
24 /** @file decimal/decimal
46 * @defgroup decimal Decimal Floating-Point Arithmetic
49 * Classes and functions for decimal floating-point arithmetic.
53 /** @namespace std::decimal
54 * @brief ISO/IEC TR 24733 Decimal floating-point arithmetic.
56 namespace decimal
250 /// Conforming extension: Conversion from scalar decimal type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/
decimal 0 // <decimal> -*- C++ -*-
24 /** @file decimal/decimal
46 * @defgroup decimal Decimal Floating-Point Arithmetic
49 * Classes and functions for decimal floating-point arithmetic.
53 /** @namespace std::decimal
54 * @brief ISO/IEC TR 24733 Decimal floating-point arithmetic.
56 namespace decimal
250 /// Conforming extension: Conversion from scalar decimal type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/
decimal 0 // <decimal> -*- C++ -*-
24 /** @file decimal/decimal
46 * @defgroup decimal Decimal Floating-Point Arithmetic
49 * Classes and functions for decimal floating-point arithmetic.
53 /** @namespace std::decimal
54 * @brief ISO/IEC TR 24733 Decimal floating-point arithmetic.
56 namespace decimal
250 /// Conforming extension: Conversion from scalar decimal type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/
decimal 0 // <decimal> -*- C++ -*-
24 /** @file decimal/decimal
46 * @defgroup decimal Decimal Floating-Point Arithmetic
49 * Classes and functions for decimal floating-point arithmetic.
53 /** @namespace std::decimal
54 * @brief ISO/IEC TR 24733 Decimal floating-point arithmetic.
56 namespace decimal
250 /// Conforming extension: Conversion from scalar decimal type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/
decimal 0 // <decimal> -*- C++ -*-
24 /** @file decimal/decimal
46 * @defgroup decimal Decimal Floating-Point Arithmetic
49 * Classes and functions for decimal floating-point arithmetic.
53 /** @namespace std::decimal
54 * @brief ISO/IEC TR 24733 Decimal floating-point arithmetic.
56 namespace decimal
250 /// Conforming extension: Conversion from scalar decimal type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/decimal/
decimal 0 // <decimal> -*- C++ -*-
24 /** @file decimal/decimal
46 * @defgroup decimal Decimal Floating-Point Arithmetic
49 * Classes and functions for decimal floating-point arithmetic.
53 /** @namespace std::decimal
54 * @brief ISO/IEC TR 24733 Decimal floating-point arithmetic.
56 namespace decimal
250 /// Conforming extension: Conversion from scalar decimal type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/decimal/
decimal 0 // <decimal> -*- C++ -*-
24 /** @file decimal/decimal
46 * @defgroup decimal Decimal Floating-Point Arithmetic
49 * Classes and functions for decimal floating-point arithmetic.
53 /** @namespace std::decimal
54 * @brief ISO/IEC TR 24733 Decimal floating-point arithmetic.
56 namespace decimal
250 /// Conforming extension: Conversion from scalar decimal type
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DisplayRadix.java 20 DECIMAL, HEX
  /external/chromium_org/base/mac/
mach_logging.cc 19 // For the os/kern subsystem, give the error number in decimal as in
69 // Show known bootstrap errors in decimal because that's how they're

Completed in 993 milliseconds

1 2 34 5 6 7 8 91011>>