Searched refs:d32 (Results 1 – 1 of 1) sorted by relevance
77 d32 = np.clip(np.rint(d * 2**23), -(1 << 23), (1 << 23) - 1).astype(np.int16) variable102 print(layout.format(*d32[q]))