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

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/sql/
ResultSetMetaData.java 132 * Returns the decimal precision of the indexed column.
143 * Returns the number of digits to the right of the decimal point of the
148 * @return number of decimal places.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
float.h 27 /* Number of decimal digits, q, such that any floating-point number with q
28 decimal digits can be rounded into a floating-point number with p radix b
29 digits and back again without change to the q decimal digits,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
abs.decTest 2 -- abs.decTest -- decimal absolute value --
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
nextminus.decTest 2 -- nextminus.decTest -- decimal next that is less [754r nextdown] --
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
nextplus.decTest 2 -- nextplus.decTest -- decimal next that is greater [754r nextup] --
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/
abs.decTest 2 -- abs.decTest -- decimal absolute value --
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
nextminus.decTest 2 -- nextminus.decTest -- decimal next that is less [754r nextdown] --
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
nextplus.decTest 2 -- nextplus.decTest -- decimal next that is greater [754r nextup] --
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
  /external/chromium_org/base/third_party/dmg_fp/
g_fmt.cc 20 /* g_fmt(buf,x) stores the closest decimal approximation to x in buf;
  /external/chromium_org/base/
version.h 26 // Initializes from a decimal dotted version number, like "0.1.1".
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
manual.css 62 list-style: decimal inside;
  /external/chromium_org/net/base/
ip_pattern.h 43 // Convert IP component to an int. Assume hex vs decimal for IPV6 vs V4.
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/
CSSPropertySetterGetterMethods.html 46 'list-style-type' : 'decimal',
CSSPropertyUpdateValue.html 46 'listStyleType' : 'decimal',
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TimeInputType.h 53 virtual Decimal defaultValueForStepUp() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCacheKey.h 42 // Multiplying the floating point size by 100 gives two decimal point
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
cached-powers.h 40 // Not all powers of ten are cached. The decimal exponent of two neighboring
fixed-dtoa.h 38 // 'fractional_count' digits after the decimal point.
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.h 41 // Size = 80 for sizeof(DtoaBuffer) + some sign bits, decimal point, 'e', exponent digits.
  /external/chromium_org/third_party/icu/source/i18n/
decContext.h 2 /* Decimal Context module header */
12 /* testcases, and Web links, on the General Decimal Arithmetic page. */
55 #define DECCFULLNAME "Decimal Context Descriptor" /* Verbose name */
110 /* Classifications for decimal numbers, aligned with 754 (note that */
decNumber.h 2 /* Decimal Number arithmetic module header */
12 /* testcases, and Web links, on the General Decimal Arithmetic page. */
34 #define DECFULLNAME "Decimal Number Module" /* Verbose name */
57 #define DECDPUN 1 /* DECimal Digits Per UNit [must be >0 */
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.h 45 /** Create a new intnum from a decimal string.
46 * \param str decimal string
324 /** Get an intnum as a signed decimal string. The returned string will
327 * \return Newly allocated string containing the decimal representation of
  /external/chromium_org/v8/test/intl/
intl.status 44 'number-format/parse-decimal': [FAIL],
  /external/chromium_org/v8/test/webkit/fast/js/
numeric-escapes-in-string-literals.js 42 // Tests for single digit octal and decimal escapes.
  /external/clang/test/Sema/
types.c 49 _Decimal32 x; // expected-error {{GNU decimal type extension not supported}}

Completed in 1458 milliseconds

<<11121314151617181920>>