Home
last modified time | relevance | path

Searched refs:BE_FLOAT_INF (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_float.py530 BE_FLOAT_INF = '\x7f\x80\x00\x00' variable
531 LE_FLOAT_INF = ''.join(reversed(BE_FLOAT_INF))
558 for fmt, data in [('>f', BE_FLOAT_INF),
582 for fmt, data in [('>f', BE_FLOAT_INF),