Home | History | Annotate | Download | only in test

Lines Matching refs:lh

89         lh = (0, 256)
91 lh = (0, 2)
93 lh = (-(1<<63), 1<<63)
95 lh = (-(1<<1023), 1<<1023)
103 lh = (-(1<<exp), 1<<exp) if exp & 1 else (0, 1<<exp)
104 return lh
2823 ex = ndarray([(2, 5), (7, 11)], shape=[2], format='lh')