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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 482 tmant, texp = 0, 0
486 if texp > exp:
487 tmant <<= texp-exp
488 texp = exp
490 mant <<= exp-texp
492 # Round tmant * 2**texp to a float. The original recipe
493 # used float(str(tmant)) * 2.0**texp for this, but that's
496 tail = max(len(bin(abs(tmant)))-2 - mant_dig, etiny - texp)
500 texp += tail
501 return math.ldexp(tmant, texp)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 482 tmant, texp = 0, 0
486 if texp > exp:
487 tmant <<= texp-exp
488 texp = exp
490 mant <<= exp-texp
492 # Round tmant * 2**texp to a float. The original recipe
493 # used float(str(tmant)) * 2.0**texp for this, but that's
496 tail = max(len(bin(abs(tmant)))-2 - mant_dig, etiny - texp)
500 texp += tail
501 return math.ldexp(tmant, texp)
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 307 milliseconds