Lines Matching refs:ND_WRITABLE
621 offset=offset, flags=ND_WRITABLE|flags)
881 ro = 0 if readonly else ND_WRITABLE
1028 0, ND_WRITABLE, ND_FORTRAN, ND_FORTRAN|ND_WRITABLE,
1029 ND_PIL, ND_PIL|ND_WRITABLE
1091 ex = ndarray(items, shape=shape, flags=order|ND_WRITABLE)
1377 nd = ndarray([1], shape=[1], flags=ND_WRITABLE)
1384 nd = ndarray([1], shape=[1], flags=ND_WRITABLE)
1394 nd = ndarray(items, shape=[len(items)], format="B", flags=ND_WRITABLE)
1403 nd = ndarray(items, shape=[len(items)], format="LQ", flags=ND_WRITABLE)
1409 nd = ndarray(1, shape=(), flags=ND_WRITABLE)
1434 ex = ndarray(list(range(2*4)), shape=[2, 4], flags=ND_WRITABLE)
1463 ex = ndarray(items, shape=[5], flags=ND_WRITABLE, format=fmt)
1493 nd = ndarray(items, shape=[5], format=fmt, flags=ND_WRITABLE)
1505 nd = ndarray(items, shape=[5], format=fmt, flags=ND_WRITABLE)
1519 nd = ndarray(items, shape=[5], format=fmt, flags=ND_WRITABLE)
1528 nd = ndarray(items, shape=[5], format=fmt, flags=ND_WRITABLE)
1590 xl = ndarray(items, shape=[8], flags=ND_WRITABLE)
1596 xl = ndarray(items, shape=[8], flags=ND_WRITABLE)
1597 ex = ndarray(items, shape=[8], flags=ND_WRITABLE)
1602 nd = ndarray(items, shape=[8], format="L", flags=ND_WRITABLE)
1607 nd = ndarray(items, shape=[2,4], format="L", flags=ND_WRITABLE)
1624 xl = ndarray(items, shape=[8], format="B", flags=ND_WRITABLE)
1634 xl = ndarray(items, shape=[8], format="B", flags=ND_WRITABLE)
1644 xl = ndarray(items, shape=[2, 4], format="b", flags=ND_WRITABLE)
1654 xl = ndarray(items, shape=[8], format="b", flags=ND_WRITABLE)
1678 x = ndarray(items, shape=[12], format="L", flags=ND_WRITABLE)
1690 x = ndarray(items, shape=[3, 4], format="L", flags=ND_WRITABLE)
1768 f = flags|ND_WRITABLE
1829 flags=flags|ND_WRITABLE)
2115 nd = ndarray(9, shape=(), format="L", flags=ND_WRITABLE)
2122 nd = ndarray([1], shape=[0], format="L", flags=ND_WRITABLE)
2129 flags=ND_WRITABLE)
2140 nd = ndarray([1], shape=[1], format="h", flags=f|ND_WRITABLE)
2147 nd = ndarray([1, 2, 3], shape=[3], format="b", flags=f|ND_WRITABLE)
2155 nd = ndarray([1, 2, 3], shape=[2], strides=[2], flags=ND_WRITABLE)
2238 nd = ndarray(lst, shape=[3, 4], flags=f|ND_WRITABLE)
2247 flags=ND_WRITABLE)
2261 y = ndarray([v for v in b], shape=[3, 4], flags=ND_WRITABLE)
2270 flags=ND_WRITABLE)
2272 x = ndarray(lst, shape=[3, 4], flags=ND_WRITABLE)
2284 y = ndarray([v for v in b], shape=[3, 4], flags=ND_FORTRAN|ND_WRITABLE)
2292 x = ndarray(lst, shape=[3, 4], flags=ND_WRITABLE)
2308 y = ndarray([v for v in b], shape=[3, 4], flags=f|ND_WRITABLE)
2315 nd = ndarray(list(range(12)), shape=[3, 4], flags=ND_WRITABLE|ND_PIL)
2320 y = ndarray([v for v in b], shape=[3, 4], flags=ND_WRITABLE)
2325 x = ndarray(transpose(lst, [3, 4]), shape=[4, 3], flags=ND_WRITABLE)
2327 y = ndarray([v for v in b], shape=[3, 4], flags=ND_FORTRAN|ND_WRITABLE)
2333 y = ndarray([v for v in b], shape=[3, 4], flags=ND_WRITABLE)
2511 ex = ndarray(items, shape=[10], format=fmt, flags=ND_WRITABLE)
2512 nd = ndarray(items, shape=[10], format=fmt, flags=ND_WRITABLE)
2722 ex = ndarray(items, shape=[31], format=fmt, flags=ND_WRITABLE)
2881 ex = ndarray(list(range(7)), shape=[7], flags=ND_WRITABLE)
2893 ex = ndarray(list(range(12)), shape=[3,4], flags=ND_WRITABLE)
2922 ex = ndarray(12.5, shape=[], format='f', flags=ND_WRITABLE)
2936 ex = ndarray(list(range(7)), shape=[7], flags=ND_WRITABLE)
2951 ex = ndarray([1,2,3], shape=[3], format=fmt, flags=ND_WRITABLE)
2959 flags=ND_WRITABLE)
2965 flags=ND_WRITABLE)
2971 nd = ndarray([b'x'], shape=[1], format='c', flags=ND_WRITABLE)
2975 ex = ndarray(list(range(120)), shape=[1,2,3,4,5], flags=ND_WRITABLE)
2997 ex = ndarray(list(range(1)), shape=[1], format="xL", flags=ND_WRITABLE)
3001 ex = ndarray([b'12345'], shape=[1], format="s", flags=ND_WRITABLE)
3006 ex = ndarray(list(range(12)), shape=[3,4], flags=ND_WRITABLE)
3030 ex = ndarray(list(range(12)), shape=[12], flags=ND_WRITABLE)
3042 ex = ndarray(list(range(12)), shape=[12], flags=ND_WRITABLE)
3061 flags=ND_WRITABLE|flags)
3176 nd = ndarray([(0, 0)], shape=[1], format='l x d x', flags=ND_WRITABLE)
3202 nd2 = ndarray(1729, shape=[], format='L', flags=ND_WRITABLE)
3226 nd = ndarray(list(range(12)), shape=[12], flags=ND_WRITABLE|ND_PIL)
3227 ex = ndarray(list(range(12)), shape=[12], flags=ND_WRITABLE|ND_PIL)
3237 flags=ND_WRITABLE)
3250 flags=ND_WRITABLE)
3716 flags=ND_WRITABLE)
3721 flags=ND_PIL|ND_WRITABLE)
3751 flags=ND_PIL|ND_WRITABLE)
3782 flags=ND_PIL|ND_WRITABLE)
3787 flags=ND_PIL|ND_WRITABLE)
3833 flags=ND_WRITABLE|ND_FORTRAN)
3846 format=byteorder+'QLH', flags=ND_WRITABLE|ND_FORTRAN)
3952 nd = ndarray(9, shape=(), format="L", flags=ND_WRITABLE)
3970 nd = ndarray([1], shape=[0], format="L", flags=ND_WRITABLE)
3978 flags=ND_WRITABLE)
3984 nd = ndarray([1], shape=[1], format="h", flags=ND_WRITABLE)
3990 nd = ndarray([1, 2, 3], shape=[3], format="b", flags=ND_WRITABLE)
3997 nd = ndarray([1, 2, 3], shape=[2], strides=[2], flags=ND_WRITABLE)
4016 nd = ndarray(list(range(12)), shape=[3, 4], flags=ND_WRITABLE)
4026 flags=ND_WRITABLE|ND_FORTRAN)
4036 nd = ndarray(list(range(12)), shape=[3, 4], flags=ND_WRITABLE|ND_PIL)