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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 189 himant = _read_ulong(f) # 4 bytes
191 if expon == himant == lomant == 0:
197 f = (himant * 0x100000000L + lomant) * pow(2.0, expon - 63)
229 himant = 0
235 himant = 0
245 himant = long(fsmant)
250 _write_ulong(f, himant)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 189 himant = _read_ulong(f) # 4 bytes
191 if expon == himant == lomant == 0:
197 f = (himant * 0x100000000L + lomant) * pow(2.0, expon - 63)
229 himant = 0
235 himant = 0
245 himant = long(fsmant)
250 _write_ulong(f, himant)
    [all...]

Completed in 23 milliseconds