Searched refs:BE_FLOAT_INF (Results 1 - 4 of 4) sorted by last modified time

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_float.py476 BE_FLOAT_INF = '\x7f\x80\x00\x00' variable
477 LE_FLOAT_INF = ''.join(reversed(BE_FLOAT_INF))
504 for fmt, data in [('>f', BE_FLOAT_INF),
528 for fmt, data in [('>f', BE_FLOAT_INF),
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_float.py476 BE_FLOAT_INF = '\x7f\x80\x00\x00' variable
477 LE_FLOAT_INF = ''.join(reversed(BE_FLOAT_INF))
504 for fmt, data in [('>f', BE_FLOAT_INF),
528 for fmt, data in [('>f', BE_FLOAT_INF),
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_float.py476 BE_FLOAT_INF = '\x7f\x80\x00\x00' variable
477 LE_FLOAT_INF = ''.join(reversed(BE_FLOAT_INF))
504 for fmt, data in [('>f', BE_FLOAT_INF),
528 for fmt, data in [('>f', BE_FLOAT_INF),
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_float.py476 BE_FLOAT_INF = '\x7f\x80\x00\x00' variable
477 LE_FLOAT_INF = ''.join(reversed(BE_FLOAT_INF))
504 for fmt, data in [('>f', BE_FLOAT_INF),
528 for fmt, data in [('>f', BE_FLOAT_INF),

Completed in 74 milliseconds