HomeSort by relevance Sort by last modified time
    Searched full:decimal (Results 351 - 375 of 2091) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 582 >>> from decimal import Decimal
585 "print +Decimal ('21.3e-5')*-Decimal ('.1234')/Decimal ('81.7')"
595 Output from calculations with Decimal should be identical across all
607 (NAME, 'Decimal'),
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
fast-dtoa.cc 361 // * buffer contains the shortest possible decimal digit-sequence
364 // * if more than one decimal representation gives the minimal number of
365 // decimal digits then the one closest to W (where W is the correct value
377 // Printing w's integral part is easy (simply print 0x1234 in decimal).
413 // fractionals. We will not write any decimal separator though, but adapt
456 // The integrals have been generated. We are at the point of the decimal
524 // fractional digits. We don't emit any decimal separator, but adapt kappa
564 // The integrals have been generated. We are at the point of the decimal
590 // Provides a decimal representation of v.
    [all...]
  /external/chromium_org/v8/src/
fast-dtoa.cc 360 // * buffer contains the shortest possible decimal digit-sequence
363 // * if more than one decimal representation gives the minimal number of
364 // decimal digits then the one closest to W (where W is the correct value
376 // Printing w's integral part is easy (simply print 0x1234 in decimal).
412 // fractionals. We will not write any decimal separator though, but adapt
455 // The integrals have been generated. We are at the point of the decimal
523 // fractional digits. We don't emit any decimal separator, but adapt kappa
563 // The integrals have been generated. We are at the point of the decimal
589 // Provides a decimal representation of v.
  /external/v8/src/
fast-dtoa.cc 360 // * buffer contains the shortest possible decimal digit-sequence
363 // * if more than one decimal representation gives the minimal number of
364 // decimal digits then the one closest to W (where W is the correct value
376 // Printing w's integral part is easy (simply print 0x1234 in decimal).
412 // fractionals. We will not write any decimal separator though, but adapt
455 // The integrals have been generated. We are at the point of the decimal
523 // fractional digits. We don't emit any decimal separator, but adapt kappa
563 // The integrals have been generated. We are at the point of the decimal
589 // Provides a decimal representation of v.
scanner.cc 722 enum { DECIMAL, HEX, OCTAL } kind = DECIMAL;
726 // we have already seen a decimal point of the float
753 kind = DECIMAL;
766 // Parse decimal digits and allow trailing fractional part.
767 if (kind == DECIMAL) {
785 // we must have at least one decimal digit after 'e'/'E'
792 // not be an identifier start or a decimal digit; see ECMA-262
793 // section 7.8.3, page 17 (note that we read only one decimal digit
  /bionic/libc/upstream-netbsd/libc/inet/
inet_pton.c 91 * when last arg is 1: inet_pton(). decimal dotted-quad only.
117 * 0x=hex, 0=octal, isdigit=decimal.
129 /* inet_pton() takes decimal only */
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 54 * | xsl:decimal-format
549 * Table of tables of element decimal-format.
556 * Process the xsl:decimal-format element.
558 * @param edf Decimal-format element to push into stack
572 * Get an "xsl:decimal-format" property.
577 * @param name The qualified name of the decimal format property.
601 * Get an "xsl:decimal-format" property.
605 * @param i Index of decimal-format property in stack
607 * @return The decimal-format property at the given index
622 * Get the number of xsl:decimal-format declarations
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest-death-test.h 110 // \\d matches any decimal digit
111 // \\D matches any character that's not a decimal digit
119 // \\w matches any letter, _, or decimal digit
  /external/chromium_org/testing/gtest/include/gtest/
gtest-death-test.h 121 // \\d matches any decimal digit
122 // \\D matches any character that's not a decimal digit
130 // \\w matches any letter, _, or decimal digit
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.h 75 bool getAllowedValueStep(Decimal*) const;
78 Decimal findClosestTickMarkValue(const Decimal&);
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-death-test.h 110 // \\d matches any decimal digit
111 // \\D matches any character that's not a decimal digit
119 // \\w matches any letter, _, or decimal digit
  /external/gtest/include/gtest/
gtest-death-test.h 110 // \\d matches any decimal digit
111 // \\D matches any character that's not a decimal digit
119 // \\w matches any letter, _, or decimal digit
  /external/icu4c/common/
uprops.h 70 /** Decimal digits: nv=0..9 */
81 * (only one significant decimal digit)
243 * Checks if c is alphabetic, or a decimal digit; implements UCHAR_POSIX_ALNUM.
  /external/jmonkeyengine/engine/src/android/com/jme3/util/
FastInteger.java 36 * Progressively smaller decimal order of magnitude that can be represented
44 * Converts the specified integer into its decimal string representation.
50 * @return the decimal string representation of {@code value}.
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-death-test.h 110 // \\d matches any decimal digit
111 // \\D matches any character that's not a decimal digit
119 // \\w matches any letter, _, or decimal digit
  /external/mesa3d/src/gtest/include/gtest/
gtest-death-test.h 110 // \\d matches any decimal digit
111 // \\D matches any character that's not a decimal digit
119 // \\w matches any letter, _, or decimal digit
  /external/open-vcdiff/gtest/include/gtest/
gtest-death-test.h 110 // \\d matches any decimal digit
111 // \\D matches any character that's not a decimal digit
119 // \\w matches any letter, _, or decimal digit
  /external/protobuf/gtest/include/gtest/
gtest-death-test.h 110 // \\d matches any decimal digit
111 // \\D matches any character that's not a decimal digit
119 // \\w matches any letter, _, or decimal digit
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 300 * decimal (can be signed or unsigned). Otherwise, if it
314 /* decimal value */
362 * digit, it is interpreted as a decimal (can be signed or
  /libcore/luni/src/main/java/java/lang/
Byte.java 125 * octal ("0..."), or decimal ("...") representation of a byte.
184 * Parses the specified string as a signed decimal byte value. The ASCII
252 * Parses the specified string as a signed decimal byte value.
Short.java 124 * ("0..."), or decimal ("...") representation of a short.
183 * Parses the specified string as a signed decimal short value. The ASCII
248 * Parses the specified string as a signed decimal short value.
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdlib.in.h 136 /* Parse a signed decimal integer.
339 it may be decimal or octal (with prefix "0") or hexadecimal (with prefix
360 it may be decimal or octal (with prefix "0") or hexadecimal (with prefix
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-death-test.h 121 // \\d matches any decimal digit
122 // \\D matches any character that's not a decimal digit
130 // \\w matches any letter, _, or decimal digit
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
numbers.py 26 ## Notes on Decimal
28 ## Decimal has all of the methods specified by the Real abc, but it should
30 ## binary floats (i.e. Decimal('3.14') + 2.71828 is undefined). But,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
inexact.decTest 2 -- inexact.decTest -- decimal inexact and rounded edge cases --
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --

Completed in 1867 milliseconds

<<11121314151617181920>>