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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 244 fsmant = math.floor(fmant)
245 himant = long(fsmant)
246 fmant = math.ldexp(fmant - fsmant, 32)
247 fsmant = math.floor(fmant)
248 lomant = long(fsmant)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 244 fsmant = math.floor(fmant)
245 himant = long(fsmant)
246 fmant = math.ldexp(fmant - fsmant, 32)
247 fsmant = math.floor(fmant)
248 lomant = long(fsmant)
    [all...]

Completed in 620 milliseconds