Home
last modified time | relevance | path

Searched refs:fort (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/
H A Dpybuffer.h67 If fort is 'F', then if the object is multi-dimensional,
70 fort is 'C', then the data will be copied into the array
71 in C-style (last dimension varies the fastest). If fort
77 PyAPI_FUNC(int) PyBuffer_IsContiguous(const Py_buffer *view, char fort);
80 (Fortran-style if fort is 'F' or C-style otherwise)
87 char fort);
/third_party/python/Objects/
H A Dabstract.c569 PyBuffer_FromContiguous(const Py_buffer *view, const void *buf, Py_ssize_t len, char fort) in PyBuffer_FromContiguous() argument
581 if (PyBuffer_IsContiguous(view, fort)) { in PyBuffer_FromContiguous()
599 if (fort == 'F') { in PyBuffer_FromContiguous()
694 char fort) in PyBuffer_FillContiguousStrides()
700 if (fort == 'F') { in PyBuffer_FillContiguousStrides()
692 PyBuffer_FillContiguousStrides(int nd, Py_ssize_t *shape, Py_ssize_t *strides, int itemsize, char fort) PyBuffer_FillContiguousStrides() argument

Completed in 5 milliseconds