Lines Matching refs:ND_WRITABLE
628 offset=offset, flags=ND_WRITABLE|flags)
887 ro = 0 if readonly else ND_WRITABLE
1054 0, ND_WRITABLE, ND_FORTRAN, ND_FORTRAN|ND_WRITABLE,
1055 ND_PIL, ND_PIL|ND_WRITABLE
1117 ex = ndarray(items, shape=shape, flags=order|ND_WRITABLE)
1403 nd = ndarray([1], shape=[1], flags=ND_WRITABLE)
1410 nd = ndarray([1], shape=[1], flags=ND_WRITABLE)
1420 nd = ndarray(items, shape=[len(items)], format="B", flags=ND_WRITABLE)
1429 nd = ndarray(items, shape=[len(items)], format="LQ", flags=ND_WRITABLE)
1435 nd = ndarray(1, shape=(), flags=ND_WRITABLE)
1460 ex = ndarray(list(range(2*4)), shape=[2, 4], flags=ND_WRITABLE)
1489 ex = ndarray(items, shape=[5], flags=ND_WRITABLE, format=fmt)
1519 nd = ndarray(items, shape=[5], format=fmt, flags=ND_WRITABLE)
1531 nd = ndarray(items, shape=[5], format=fmt, flags=ND_WRITABLE)
1545 nd = ndarray(items, shape=[5], format=fmt, flags=ND_WRITABLE)
1554 nd = ndarray(items, shape=[5], format=fmt, flags=ND_WRITABLE)
1616 xl = ndarray(items, shape=[8], flags=ND_WRITABLE)
1622 xl = ndarray(items, shape=[8], flags=ND_WRITABLE)
1623 ex = ndarray(items, shape=[8], flags=ND_WRITABLE)
1628 nd = ndarray(items, shape=[8], format="L", flags=ND_WRITABLE)
1633 nd = ndarray(items, shape=[2,4], format="L", flags=ND_WRITABLE)
1650 xl = ndarray(items, shape=[8], format="B", flags=ND_WRITABLE)
1660 xl = ndarray(items, shape=[8], format="B", flags=ND_WRITABLE)
1670 xl = ndarray(items, shape=[2, 4], format="b", flags=ND_WRITABLE)
1680 xl = ndarray(items, shape=[8], format="b", flags=ND_WRITABLE)
1704 x = ndarray(items, shape=[12], format="L", flags=ND_WRITABLE)
1716 x = ndarray(items, shape=[3, 4], format="L", flags=ND_WRITABLE)
1794 f = flags|ND_WRITABLE
1855 flags=flags|ND_WRITABLE)
2141 nd = ndarray(9, shape=(), format="L", flags=ND_WRITABLE)
2148 nd = ndarray([1], shape=[0], format="L", flags=ND_WRITABLE)
2155 flags=ND_WRITABLE)
2166 nd = ndarray([1], shape=[1], format="h", flags=f|ND_WRITABLE)
2173 nd = ndarray([1, 2, 3], shape=[3], format="b", flags=f|ND_WRITABLE)
2181 nd = ndarray([1, 2, 3], shape=[2], strides=[2], flags=ND_WRITABLE)
2264 nd = ndarray(lst, shape=[3, 4], flags=f|ND_WRITABLE)
2273 flags=ND_WRITABLE)
2287 y = ndarray([v for v in b], shape=[3, 4], flags=ND_WRITABLE)
2296 flags=ND_WRITABLE)
2298 x = ndarray(lst, shape=[3, 4], flags=ND_WRITABLE)
2310 y = ndarray([v for v in b], shape=[3, 4], flags=ND_FORTRAN|ND_WRITABLE)
2318 x = ndarray(lst, shape=[3, 4], flags=ND_WRITABLE)
2334 y = ndarray([v for v in b], shape=[3, 4], flags=f|ND_WRITABLE)
2341 nd = ndarray(list(range(12)), shape=[3, 4], flags=ND_WRITABLE|ND_PIL)
2346 y = ndarray([v for v in b], shape=[3, 4], flags=ND_WRITABLE)
2351 x = ndarray(transpose(lst, [3, 4]), shape=[4, 3], flags=ND_WRITABLE)
2353 y = ndarray([v for v in b], shape=[3, 4], flags=ND_FORTRAN|ND_WRITABLE)
2359 y = ndarray([v for v in b], shape=[3, 4], flags=ND_WRITABLE)
2537 ex = ndarray(items, shape=[10], format=fmt, flags=ND_WRITABLE)
2538 nd = ndarray(items, shape=[10], format=fmt, flags=ND_WRITABLE)
2748 ex = ndarray(items, shape=[31], format=fmt, flags=ND_WRITABLE)
2911 ex = ndarray(list(range(7)), shape=[7], flags=ND_WRITABLE)
2923 ex = ndarray(list(range(12)), shape=[3,4], flags=ND_WRITABLE)
2952 ex = ndarray(12.5, shape=[], format='f', flags=ND_WRITABLE)
2966 ex = ndarray(list(range(7)), shape=[7], flags=ND_WRITABLE)
2981 ex = ndarray([1,2,3], shape=[3], format=fmt, flags=ND_WRITABLE)
2989 flags=ND_WRITABLE)
2995 flags=ND_WRITABLE)
3001 nd = ndarray([b'x'], shape=[1], format='c', flags=ND_WRITABLE)
3005 ex = ndarray(list(range(120)), shape=[1,2,3,4,5], flags=ND_WRITABLE)
3027 ex = ndarray(list(range(1)), shape=[1], format="xL", flags=ND_WRITABLE)
3031 ex = ndarray([b'12345'], shape=[1], format="s", flags=ND_WRITABLE)
3036 ex = ndarray(list(range(12)), shape=[3,4], flags=ND_WRITABLE)
3060 ex = ndarray(list(range(12)), shape=[12], flags=ND_WRITABLE)
3072 ex = ndarray(list(range(12)), shape=[12], flags=ND_WRITABLE)
3091 flags=ND_WRITABLE|flags)
3206 nd = ndarray([(0, 0)], shape=[1], format='l x d x', flags=ND_WRITABLE)
3232 nd2 = ndarray(1729, shape=[], format='L', flags=ND_WRITABLE)
3256 nd = ndarray(list(range(12)), shape=[12], flags=ND_WRITABLE|ND_PIL)
3257 ex = ndarray(list(range(12)), shape=[12], flags=ND_WRITABLE|ND_PIL)
3267 flags=ND_WRITABLE)
3280 flags=ND_WRITABLE)
3746 flags=ND_WRITABLE)
3751 flags=ND_PIL|ND_WRITABLE)
3781 flags=ND_PIL|ND_WRITABLE)
3812 flags=ND_PIL|ND_WRITABLE)
3817 flags=ND_PIL|ND_WRITABLE)
3863 flags=ND_WRITABLE|ND_FORTRAN)
3876 format=byteorder+'QLH', flags=ND_WRITABLE|ND_FORTRAN)
3982 nd = ndarray(9, shape=(), format="L", flags=ND_WRITABLE)
4000 nd = ndarray([1], shape=[0], format="L", flags=ND_WRITABLE)
4008 flags=ND_WRITABLE)
4014 nd = ndarray([1], shape=[1], format="h", flags=ND_WRITABLE)
4020 nd = ndarray([1, 2, 3], shape=[3], format="b", flags=ND_WRITABLE)
4027 nd = ndarray([1, 2, 3], shape=[2], strides=[2], flags=ND_WRITABLE)
4046 nd = ndarray(list(range(12)), shape=[3, 4], flags=ND_WRITABLE)
4056 flags=ND_WRITABLE|ND_FORTRAN)
4066 nd = ndarray(list(range(12)), shape=[3, 4], flags=ND_WRITABLE|ND_PIL)