Home | History | Annotate | Download | only in Lib

Lines Matching refs:himant

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)