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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
aifc.py 183 himant = _read_ulong(f) # 4 bytes
185 if expon == himant == lomant == 0:
191 f = (himant * 0x100000000L + lomant) * pow(2.0, expon - 63)
217 himant = 0
223 himant = 0
233 himant = long(fsmant)
238 _write_long(f, himant)
    [all...]
  /external/python/cpython2/Lib/
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...]
  /external/python/cpython3/Lib/
aifc.py 190 himant = _read_ulong(f) # 4 bytes
192 if expon == himant == lomant == 0:
198 f = (himant * 0x100000000 + lomant) * pow(2.0, expon - 63)
230 himant = 0
236 himant = 0
246 himant = int(fsmant)
251 _write_ulong(f, himant)
    [all...]

Completed in 1788 milliseconds