HomeSort by relevance Sort by last modified time
    Searched refs:BE_DOUBLE_INF (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 471 BE_DOUBLE_INF = '\x7f\xf0\x00\x00\x00\x00\x00\x00'
472 LE_DOUBLE_INF = ''.join(reversed(BE_DOUBLE_INF))
497 for fmt, data in [('>d', BE_DOUBLE_INF),
520 for fmt, data in [('>d', BE_DOUBLE_INF),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py 471 BE_DOUBLE_INF = '\x7f\xf0\x00\x00\x00\x00\x00\x00'
472 LE_DOUBLE_INF = ''.join(reversed(BE_DOUBLE_INF))
497 for fmt, data in [('>d', BE_DOUBLE_INF),
520 for fmt, data in [('>d', BE_DOUBLE_INF),
    [all...]

Completed in 96 milliseconds