HomeSort by relevance Sort by last modified time
    Searched full:floatnumber (Results 1 - 12 of 12) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
tokenize.py 61 Floatnumber = group(Pointfloat, Expfloat)
62 Imagnumber = group(r'\d+[jJ]', Floatnumber + r'[jJ]')
63 Number = group(Imagnumber, Floatnumber, Intnumber)
  /prebuilts/gdb/linux-x86/lib/python2.7/
tokenize.py 61 Floatnumber = group(Pointfloat, Expfloat)
62 Imagnumber = group(r'\d+[jJ]', Floatnumber + r'[jJ]')
63 Number = group(Imagnumber, Floatnumber, Intnumber)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 61 Floatnumber = group(Pointfloat, Expfloat)
62 Imagnumber = group(r'\d+[jJ]', Floatnumber + r'[jJ]')
63 Number = group(Imagnumber, Floatnumber, Intnumber)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 61 Floatnumber = group(Pointfloat, Expfloat)
62 Imagnumber = group(r'\d+[jJ]', Floatnumber + r'[jJ]')
63 Number = group(Imagnumber, Floatnumber, Intnumber)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 65 Floatnumber = group(Pointfloat, Expfloat)
66 Imagnumber = group(r'\d+[jJ]', Floatnumber + r'[jJ]')
67 Number = group(Imagnumber, Floatnumber, Intnumber)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 65 Floatnumber = group(Pointfloat, Expfloat)
66 Imagnumber = group(r'\d+[jJ]', Floatnumber + r'[jJ]')
67 Number = group(Imagnumber, Floatnumber, Intnumber)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 65 Floatnumber = group(Pointfloat, Expfloat)
66 Imagnumber = group(r'\d+[jJ]', Floatnumber + r'[jJ]')
67 Number = group(Imagnumber, Floatnumber, Intnumber)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 65 Floatnumber = group(Pointfloat, Expfloat)
66 Imagnumber = group(r'\d+[jJ]', Floatnumber + r'[jJ]')
67 Number = group(Imagnumber, Floatnumber, Intnumber)
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py 5 'atom-literals': "\nLiterals\n********\n\nPython supports string literals and various numeric literals:\n\n literal ::= stringliteral | integer | longinteger\n | floatnumber | imagnumber\n\nEvaluation of a literal yields an object of the given type (string,\ninteger, long integer, floating point number, complex number) with the\ngiven value. The value may be approximated in the case of floating\npoint and imaginary (complex) literals. See section *Literals* for\ndetails.\n\nAll literals correspond to immutable data types, and hence the\nobject's identity is less important than its value. Multiple\nevaluations of literals with the same value (either the same\noccurrence in the program text or a different occurrence) may obtain\nthe same object or a different object with the same value.\n",
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py 5 'atom-literals': "\nLiterals\n********\n\nPython supports string literals and various numeric literals:\n\n literal ::= stringliteral | integer | longinteger\n | floatnumber | imagnumber\n\nEvaluation of a literal yields an object of the given type (string,\ninteger, long integer, floating point number, complex number) with the\ngiven value. The value may be approximated in the case of floating\npoint and imaginary (complex) literals. See section *Literals* for\ndetails.\n\nAll literals correspond to immutable data types, and hence the\nobject's identity is less important than its value. Multiple\nevaluations of literals with the same value (either the same\noccurrence in the program text or a different occurrence) may obtain\nthe same object or a different object with the same value.\n",
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 5 'atom-literals': "\nLiterals\n********\n\nPython supports string literals and various numeric literals:\n\n literal ::= stringliteral | integer | longinteger\n | floatnumber | imagnumber\n\nEvaluation of a literal yields an object of the given type (string,\ninteger, long integer, floating point number, complex number) with the\ngiven value. The value may be approximated in the case of floating\npoint and imaginary (complex) literals. See section *Literals* for\ndetails.\n\nAll literals correspond to immutable data types, and hence the\nobject's identity is less important than its value. Multiple\nevaluations of literals with the same value (either the same\noccurrence in the program text or a different occurrence) may obtain\nthe same object or a different object with the same value.\n",
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 5 'atom-literals': "\nLiterals\n********\n\nPython supports string literals and various numeric literals:\n\n literal ::= stringliteral | integer | longinteger\n | floatnumber | imagnumber\n\nEvaluation of a literal yields an object of the given type (string,\ninteger, long integer, floating point number, complex number) with the\ngiven value. The value may be approximated in the case of floating\npoint and imaginary (complex) literals. See section *Literals* for\ndetails.\n\nAll literals correspond to immutable data types, and hence the\nobject's identity is less important than its value. Multiple\nevaluations of literals with the same value (either the same\noccurrence in the program text or a different occurrence) may obtain\nthe same object or a different object with the same value.\n",
    [all...]

Completed in 3099 milliseconds