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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 478 BE_FLOAT_NAN = '\x7f\xc0\x00\x00'
479 LE_FLOAT_NAN = ''.join(reversed(BE_FLOAT_NAN))
505 ('>f', BE_FLOAT_NAN),
529 ('>f', BE_FLOAT_NAN),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py 478 BE_FLOAT_NAN = '\x7f\xc0\x00\x00'
479 LE_FLOAT_NAN = ''.join(reversed(BE_FLOAT_NAN))
505 ('>f', BE_FLOAT_NAN),
529 ('>f', BE_FLOAT_NAN),
    [all...]

Completed in 394 milliseconds