Searched refs:BE_DOUBLE_INF (Results 1 - 4 of 4) sorted by path

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_float.py471 BE_DOUBLE_INF = '\x7f\xf0\x00\x00\x00\x00\x00\x00' variable
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),
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_float.py471 BE_DOUBLE_INF = '\x7f\xf0\x00\x00\x00\x00\x00\x00' variable
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),
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_float.py471 BE_DOUBLE_INF = '\x7f\xf0\x00\x00\x00\x00\x00\x00' variable
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),
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_float.py471 BE_DOUBLE_INF = '\x7f\xf0\x00\x00\x00\x00\x00\x00' variable
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),

Completed in 284 milliseconds