HomeSort by relevance Sort by last modified time
    Searched refs:decimal (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Lexicon.py 26 decimal = Rep1(digit)
28 exponent = Any("Ee") + Opt(Any("+-")) + decimal
29 decimal_fract = (decimal + dot + Opt(decimal)) | (dot + decimal)
32 intconst = decimal | (Str("0") + ((Any("Xx") + Rep1(hexdigit)) |
37 fltconst = (decimal_fract + Opt(exponent)) | (decimal + exponent)
  /external/chromium_org/third_party/freetype/src/psaux/
psconv.c 38 /* digits (both decimal and non-decimal) into numbers. */
200 FT_Long decimal = 0; local
235 /* read the decimal part */
253 if ( decimal < 0xCCCCCCCL )
255 decimal = decimal * 10 + c;
290 if ( !integral && !decimal )
304 if ( decimal >= 0xCCCCCCCL )
311 decimal *= 10
    [all...]
  /external/freetype/src/psaux/
psconv.c 38 /* digits (both decimal and non-decimal) into numbers. */
200 FT_Long decimal = 0; local
235 /* read the decimal part */
253 if ( decimal < 0xCCCCCCCL )
255 decimal = decimal * 10 + c;
290 if ( !integral && !decimal )
304 if ( decimal >= 0xCCCCCCCL )
311 decimal *= 10
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_r11g11b10f.h 119 float scale, decimal; local
127 decimal = 1.0f + (float) mantissa / 64;
128 f32.f = scale * decimal;
205 float scale, decimal; local
213 decimal = 1.0f + (float) mantissa / 32;
214 f32.f = scale * decimal;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_r11g11b10f.h 119 float scale, decimal; local
127 decimal = 1.0f + (float) mantissa / 64;
128 f32.f = scale * decimal;
205 float scale, decimal; local
213 decimal = 1.0f + (float) mantissa / 32;
214 f32.f = scale * decimal;
  /external/chromium_org/third_party/icu/source/i18n/
decfmtst.h 10 * parsing of decimal and group separators.
39 static const UnicodeSet *getSimilarDecimals(UChar32 decimal, UBool strictParse);
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)) {
udatpg.cpp 199 const UChar *decimal, int32_t length) {
200 UnicodeString decimalString((UBool)(length<0), decimal, length);
  /external/icu/icu4c/source/i18n/
decfmtst.h 10 * parsing of decimal and group separators.
39 static const UnicodeSet *getSimilarDecimals(UChar32 decimal, UBool strictParse);
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)) {
  /external/compiler-rt/lib/tsan/
analyze_libtsan.sh 30 size=$(grep __tsan_$f$ libtsan.nm | awk --non-decimal-data '{print ("0x"$2)+0}')
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/chromium_org/third_party/libxml/src/
xmlschemastypes.c 120 xmlSchemaValDecimal decimal; member in union:_xmlSchemaVal::__anon18013
245 ret->val->value.decimal.lo = value;
466 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal",
    [all...]
  /external/libxml2/
xmlschemastypes.c 120 xmlSchemaValDecimal decimal; member in union:_xmlSchemaVal::__anon4666
245 ret->val->value.decimal.lo = value;
466 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal",
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtptngen.h 391 * The decimal value is used in formatting fractions of seconds. If the
395 * the decimal string is ",". Then the resulting pattern is modified to be
398 * @param decimal
401 void setDecimal(const UnicodeString& decimal);
405 * @return UnicodeString corresponding to the decimal point
459 UnicodeString decimal; member in class:DateTimePatternGenerator
udatpg.h 448 * The decimal value is used in formatting fractions of seconds. If the
452 * the decimal string is ",". Then the resulting pattern is modified to be
456 * @param decimal
457 * @param length the length of decimal.
462 const UChar *decimal, int32_t length);
468 * @param pLength A pointer that will receive the length of the decimal string.
469 * @return corresponding to the decimal point.
  /external/icu/icu4c/source/i18n/unicode/
dtptngen.h 391 * The decimal value is used in formatting fractions of seconds. If the
395 * the decimal string is ",". Then the resulting pattern is modified to be
398 * @param decimal
401 void setDecimal(const UnicodeString& decimal);
405 * @return UnicodeString corresponding to the decimal point
459 UnicodeString decimal; member in class:DateTimePatternGenerator
udatpg.h 448 * The decimal value is used in formatting fractions of seconds. If the
452 * the decimal string is ",". Then the resulting pattern is modified to be
456 * @param decimal
457 * @param length the length of decimal.
462 const UChar *decimal, int32_t length);
468 * @param pLength A pointer that will receive the length of the decimal string.
469 * @return corresponding to the decimal point.
  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 163 # error int64_t is required for decimal format and rule-based number format.
  /external/icu/icu4c/source/common/unicode/
umachine.h 163 # error int64_t is required for decimal format and rule-based number format.
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
manual.css 62 list-style: decimal inside;
  /external/chromium_org/remoting/webapp/
host.js 47 * either dotted-decimal notation notation, or directly represented by the
  /external/chromium_org/third_party/simplejson/
__init__.py 71 >>> from decimal import Decimal
72 >>> json.loads('1.1', parse_float=Decimal) == Decimal('1.1')
109 from decimal import Decimal
189 If *use_decimal* is true (default: ``True``) then decimal.Decimal
286 If *use_decimal* is true (default: ``True``) then decimal.Decimal
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.cpp 48 FloatType integer, decimal, frac, exponent; local
55 decimal = 0;
99 decimal += (*(ptr++) - '0') * (frac *= static_cast<FloatType>(0.1));
129 number = integer + decimal;
  /external/chromium_org/styleguide/c++/
c++11.css 368 list-style-type:decimal;
396 list-style-type:decimal;
411 ol.decimal {
412 list-style-type:decimal;

Completed in 1588 milliseconds

1 2 3 4