Searched refs:h32 (Results 1 – 1 of 1) sorted by relevance
76 h32 = np.clip(np.rint(h * 2**31), -(1 << 31), (1 << 31) - 1).astype(np.int32) variable90 print(layout.format(*h32[q]))