Lines Matching +defs:val +defs:view
305 Py_buffer view; in PyObject_CheckReadBuffer() local
321 Py_buffer view; in as_read_buffer() local
356 Py_buffer view; in PyObject_AsWriteBuffer() local
380 PyObject_GetBuffer(PyObject *obj, Py_buffer *view, int flags) in PyObject_GetBuffer()
396 _IsFortranContiguous(const Py_buffer *view) in _IsFortranContiguous()
436 _IsCContiguous(const Py_buffer *view) in _IsCContiguous()
463 PyBuffer_IsContiguous(const Py_buffer *view, char order) in PyBuffer_IsContiguous()
479 PyBuffer_GetPointer(const Py_buffer *view, const Py_ssize_t *indices) in PyBuffer_GetPointer()
569 PyBuffer_FromContiguous(const Py_buffer *view, const void *buf, Py_ssize_t len, char fort) in PyBuffer_FromContiguous()
716 PyBuffer_FillInfo(Py_buffer *view, PyObject *obj, void *buf, Py_ssize_t len, in PyBuffer_FillInfo()
755 PyBuffer_Release(Py_buffer *view) in PyBuffer_Release()
1523 Py_buffer view; in PyNumber_Long() local
1668 double val = PyFloat_AS_DOUBLE(res); in PyNumber_Float() local
1678 double val = PyLong_AsDouble(res); in PyNumber_Float() local