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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strtod.py 75 hexdigs = 1 + (mant_dig-2)//4
80 q // 16**hexdigs,
81 q % 16**hexdigs,
82 hexdigs,
83 e + 4*hexdigs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strtod.py 75 hexdigs = 1 + (mant_dig-2)//4
80 q // 16**hexdigs,
81 q % 16**hexdigs,
82 hexdigs,
83 e + 4*hexdigs)

Completed in 476 milliseconds