Lines Matching refs:ND_WRITABLE

629                    offset=offset, flags=ND_WRITABLE|flags)
888 ro = 0 if readonly else ND_WRITABLE
1055 0, ND_WRITABLE, ND_FORTRAN, ND_FORTRAN|ND_WRITABLE,
1056 ND_PIL, ND_PIL|ND_WRITABLE
1118 ex = ndarray(items, shape=shape, flags=order|ND_WRITABLE)
1404 nd = ndarray([1], shape=[1], flags=ND_WRITABLE)
1411 nd = ndarray([1], shape=[1], flags=ND_WRITABLE)
1421 nd = ndarray(items, shape=[len(items)], format="B", flags=ND_WRITABLE)
1430 nd = ndarray(items, shape=[len(items)], format="LQ", flags=ND_WRITABLE)
1436 nd = ndarray(1, shape=(), flags=ND_WRITABLE)
1461 ex = ndarray(list(range(2*4)), shape=[2, 4], flags=ND_WRITABLE)
1490 ex = ndarray(items, shape=[5], flags=ND_WRITABLE, format=fmt)
1520 nd = ndarray(items, shape=[5], format=fmt, flags=ND_WRITABLE)
1532 nd = ndarray(items, shape=[5], format=fmt, flags=ND_WRITABLE)
1546 nd = ndarray(items, shape=[5], format=fmt, flags=ND_WRITABLE)
1555 nd = ndarray(items, shape=[5], format=fmt, flags=ND_WRITABLE)
1617 xl = ndarray(items, shape=[8], flags=ND_WRITABLE)
1623 xl = ndarray(items, shape=[8], flags=ND_WRITABLE)
1624 ex = ndarray(items, shape=[8], flags=ND_WRITABLE)
1629 nd = ndarray(items, shape=[8], format="L", flags=ND_WRITABLE)
1634 nd = ndarray(items, shape=[2,4], format="L", flags=ND_WRITABLE)
1651 xl = ndarray(items, shape=[8], format="B", flags=ND_WRITABLE)
1661 xl = ndarray(items, shape=[8], format="B", flags=ND_WRITABLE)
1671 xl = ndarray(items, shape=[2, 4], format="b", flags=ND_WRITABLE)
1681 xl = ndarray(items, shape=[8], format="b", flags=ND_WRITABLE)
1705 x = ndarray(items, shape=[12], format="L", flags=ND_WRITABLE)
1717 x = ndarray(items, shape=[3, 4], format="L", flags=ND_WRITABLE)
1795 f = flags|ND_WRITABLE
1856 flags=flags|ND_WRITABLE)
2142 nd = ndarray(9, shape=(), format="L", flags=ND_WRITABLE)
2149 nd = ndarray([1], shape=[0], format="L", flags=ND_WRITABLE)
2156 flags=ND_WRITABLE)
2167 nd = ndarray([1], shape=[1], format="h", flags=f|ND_WRITABLE)
2174 nd = ndarray([1, 2, 3], shape=[3], format="b", flags=f|ND_WRITABLE)
2182 nd = ndarray([1, 2, 3], shape=[2], strides=[2], flags=ND_WRITABLE)
2265 nd = ndarray(lst, shape=[3, 4], flags=f|ND_WRITABLE)
2274 flags=ND_WRITABLE)
2288 y = ndarray([v for v in b], shape=[3, 4], flags=ND_WRITABLE)
2297 flags=ND_WRITABLE)
2299 x = ndarray(lst, shape=[3, 4], flags=ND_WRITABLE)
2311 y = ndarray([v for v in b], shape=[3, 4], flags=ND_FORTRAN|ND_WRITABLE)
2319 x = ndarray(lst, shape=[3, 4], flags=ND_WRITABLE)
2335 y = ndarray([v for v in b], shape=[3, 4], flags=f|ND_WRITABLE)
2342 nd = ndarray(list(range(12)), shape=[3, 4], flags=ND_WRITABLE|ND_PIL)
2347 y = ndarray([v for v in b], shape=[3, 4], flags=ND_WRITABLE)
2352 x = ndarray(transpose(lst, [3, 4]), shape=[4, 3], flags=ND_WRITABLE)
2354 y = ndarray([v for v in b], shape=[3, 4], flags=ND_FORTRAN|ND_WRITABLE)
2360 y = ndarray([v for v in b], shape=[3, 4], flags=ND_WRITABLE)
2538 ex = ndarray(items, shape=[10], format=fmt, flags=ND_WRITABLE)
2539 nd = ndarray(items, shape=[10], format=fmt, flags=ND_WRITABLE)
2749 ex = ndarray(items, shape=[31], format=fmt, flags=ND_WRITABLE)
2912 ex = ndarray(list(range(7)), shape=[7], flags=ND_WRITABLE)
2924 ex = ndarray(list(range(12)), shape=[3,4], flags=ND_WRITABLE)
2953 ex = ndarray(12.5, shape=[], format='f', flags=ND_WRITABLE)
2967 ex = ndarray(list(range(7)), shape=[7], flags=ND_WRITABLE)
2982 ex = ndarray([1,2,3], shape=[3], format=fmt, flags=ND_WRITABLE)
2990 flags=ND_WRITABLE)
2996 flags=ND_WRITABLE)
3002 nd = ndarray([b'x'], shape=[1], format='c', flags=ND_WRITABLE)
3006 ex = ndarray(list(range(120)), shape=[1,2,3,4,5], flags=ND_WRITABLE)
3028 ex = ndarray(list(range(1)), shape=[1], format="xL", flags=ND_WRITABLE)
3032 ex = ndarray([b'12345'], shape=[1], format="s", flags=ND_WRITABLE)
3037 ex = ndarray(list(range(12)), shape=[3,4], flags=ND_WRITABLE)
3061 ex = ndarray(list(range(12)), shape=[12], flags=ND_WRITABLE)
3073 ex = ndarray(list(range(12)), shape=[12], flags=ND_WRITABLE)
3092 flags=ND_WRITABLE|flags)
3207 nd = ndarray([(0, 0)], shape=[1], format='l x d x', flags=ND_WRITABLE)
3233 nd2 = ndarray(1729, shape=[], format='L', flags=ND_WRITABLE)
3257 nd = ndarray(list(range(12)), shape=[12], flags=ND_WRITABLE|ND_PIL)
3258 ex = ndarray(list(range(12)), shape=[12], flags=ND_WRITABLE|ND_PIL)
3268 flags=ND_WRITABLE)
3281 flags=ND_WRITABLE)
3747 flags=ND_WRITABLE)
3752 flags=ND_PIL|ND_WRITABLE)
3782 flags=ND_PIL|ND_WRITABLE)
3813 flags=ND_PIL|ND_WRITABLE)
3818 flags=ND_PIL|ND_WRITABLE)
3864 flags=ND_WRITABLE|ND_FORTRAN)
3877 format=byteorder+'QLH', flags=ND_WRITABLE|ND_FORTRAN)
3983 nd = ndarray(9, shape=(), format="L", flags=ND_WRITABLE)
4001 nd = ndarray([1], shape=[0], format="L", flags=ND_WRITABLE)
4009 flags=ND_WRITABLE)
4015 nd = ndarray([1], shape=[1], format="h", flags=ND_WRITABLE)
4021 nd = ndarray([1, 2, 3], shape=[3], format="b", flags=ND_WRITABLE)
4028 nd = ndarray([1, 2, 3], shape=[2], strides=[2], flags=ND_WRITABLE)
4047 nd = ndarray(list(range(12)), shape=[3, 4], flags=ND_WRITABLE)
4057 flags=ND_WRITABLE|ND_FORTRAN)
4067 nd = ndarray(list(range(12)), shape=[3, 4], flags=ND_WRITABLE|ND_PIL)