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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_math.py 443 (mant, exp), (emant, eexp) = result, expected
444 if abs(mant-emant) > eps or exp != eexp:
446 (name, (mant, exp), (emant,eexp)))
    [all...]
  /external/python/cpython2/Lib/test/
test_math.py 443 (mant, exp), (emant, eexp) = result, expected
444 if abs(mant-emant) > eps or exp != eexp:
446 (name, (mant, exp), (emant,eexp)))
    [all...]
  /external/python/cpython3/Lib/test/
test_math.py 574 (mant, exp), (emant, eexp) = result, expected
575 if abs(mant-emant) > eps or exp != eexp:
    [all...]

Completed in 94 milliseconds