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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 482 tmant, texp = 0, 0
487 tmant <<= texp-exp
491 tmant += mant
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)
499 tmant = tmant // (2*h) + bool(tmant & h and tmant & 3*h-1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 482 tmant, texp = 0, 0
487 tmant <<= texp-exp
491 tmant += mant
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)
499 tmant = tmant // (2*h) + bool(tmant & h and tmant & 3*h-1
    [all...]

Completed in 134 milliseconds