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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/angle/src/compiler/
InfoSink.h 70 // Make sure that at least one decimal point is written. If a number
72 // not write the decimal portion which gets interpreted as integer by
  /external/chromium_org/tools/android/forwarder2/
command.cc 27 // <port> is a 5-chars zero-padded ASCII decimal integer
30 // <type> is a 3-char zero-padded ASCII decimal integer
  /external/chromium_org/ui/base/text/
bytes_formatting_unittest.cc 39 // Expected behavior: we show one post-decimal digit when we have
40 // under two pre-decimal digits, except in cases where it makes no
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
dB_to_Lin32.c 39 * (04->01) = decimal part
43 * (15->01) = decimal part
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalConstructorsTest.java 529 * and decimal point
542 * and does not contain decimal point
555 * and does not contain decimal point
568 * and does not contain decimal point
581 * and does not contain decimal point
594 * and does not contain decimal point
607 * value contains both exponent and decimal point
620 * value contains both exponent and decimal point
633 * value contains both exponent and decimal point
646 * value contains both exponent and decimal poin
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fractions.py 7 from decimal import Decimal
37 (?:\.(?P<decimal>\d*))? # an optional fractional part
59 - float and Decimal instances
89 >>> Fraction('-47e-2') # string may include a decimal exponent
95 >>> Fraction(Decimal('1.47'))
114 elif isinstance(numerator, Decimal):
132 decimal = m.group('decimal')
133 if decimal
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fractions.py 7 from decimal import Decimal
37 (?:\.(?P<decimal>\d*))? # an optional fractional part
59 - float and Decimal instances
89 >>> Fraction('-47e-2') # string may include a decimal exponent
95 >>> Fraction(Decimal('1.47'))
114 elif isinstance(numerator, Decimal):
132 decimal = m.group('decimal')
133 if decimal
    [all...]
  /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/third_party/WebKit/Source/core/html/forms/
TimeInputType.cpp 74 Decimal TimeInputType::defaultValueForStepUp() const
86 return Decimal::fromDouble(milliseconds);
93 return InputType::createStepRange(anyStepHandling, 0, Decimal::fromDouble(DateComponents::minimumTime()), Decimal::fromDouble(DateComponents::maximumTime()), stepDescription);
  /external/chromium_org/third_party/lcov/man/
gendesc.1 43 Note: valid test names can consist of letters, decimal digits and the
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
grit.h 23 // generates messages in the range from decimal 101 to 0x7FFF in order to work
  /external/chromium_org/third_party/libxslt/libxslt/
numbersInternals.h 61 char add_decimal; /* Flag for whether decimal point appears in pattern */
  /external/libxslt/libxslt/
numbersInternals.h 61 char add_decimal; /* Flag for whether decimal point appears in pattern */
  /external/openfst/src/extensions/far/
strings.cc 28 // encode each line number as a decimal number
  /libcore/luni/src/main/java/java/sql/
ParameterMetaData.java 133 * Gets the number of decimal digits for a specified parameter.
138 * @return the number of decimal digits ("the precision") for the parameter.
146 * Gets the number of digits after the decimal point for a specified
152 * @return the number of digits after the decimal point ("the scale") for
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
lcast_precision.hpp 145 { // Decimal Floating-point type, most likely a User Defined Type
155 // so assume stream precision remains the default 6 decimal digits.
157 // then you may lose accuracy by only using 6 decimal digits.
161 // radix = 10 and digits10 == the number of decimal digits.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
mode-classes.def 31 DEF_MODE_CLASS (MODE_DECIMAL_FLOAT), /* decimal floating point */ \
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
mode-classes.def 31 DEF_MODE_CLASS (MODE_DECIMAL_FLOAT), /* decimal floating point */ \
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
mode-classes.def 31 DEF_MODE_CLASS (MODE_DECIMAL_FLOAT), /* decimal floating point */ \
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
mode-classes.def 31 DEF_MODE_CLASS (MODE_DECIMAL_FLOAT), /* decimal floating point */ \
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
admx_writer_unittest.py 178 ' <decimal value="1"/>\n'
181 ' <decimal value="0"/>\n'
213 ' <decimal value="1"/>\n'
216 ' <decimal value="0"/>\n'
261 ' <decimal id="SampleIntPolicy" maxValue="2000000000" '
291 ' <decimal value="0"/>\n'
296 ' <decimal value="1"/>\n'
  /external/chromium_org/third_party/libxml/src/
xmlschemastypes.c 120 xmlSchemaValDecimal decimal; member in union:_xmlSchemaVal::__anon12228
245 ret->val->value.decimal.lo = value;
466 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal",
    [all...]
  /external/libxml2/
xmlschemastypes.c 120 xmlSchemaValDecimal decimal; member in union:_xmlSchemaVal::__anon21426
245 ret->val->value.decimal.lo = value;
466 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal",
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uversion.h 142 * Parse a string with dotted-decimal version information and
147 * @param versionString A string with dotted-decimal version information,
156 * Parse a Unicode string with dotted-decimal version information and
161 * @param versionString A Unicode string with dotted-decimal version
171 * Write a string with dotted-decimal version information according
  /external/icu4c/common/unicode/
uversion.h 140 * Parse a string with dotted-decimal version information and
145 * @param versionString A string with dotted-decimal version information,
154 * Parse a Unicode string with dotted-decimal version information and
159 * @param versionString A Unicode string with dotted-decimal version
169 * Write a string with dotted-decimal version information according

Completed in 2493 milliseconds

1 2 3 4 56 7 8 91011>>