Searched refs:number_from_ptr (Results 1 – 2 of 2) sorted by relevance
/dports/devel/py-tinyarray/tinyarray-1.2.4/src/ |
H A D | conversion.hh | 111 inline Tdest number_from_ptr(const void *data) in number_from_ptr() function 119 inline long number_from_ptr<long, unsigned int>(const void *data) in number_from_ptr() function 133 inline long number_from_ptr<long, unsigned long>(const void *data) in number_from_ptr() function 147 inline long number_from_ptr<long, long long>(const void *data) in number_from_ptr() function 162 inline long number_from_ptr<long, unsigned long long>(const void *data) in number_from_ptr() function 200 inline long number_from_ptr<long, float>(const void *data) in number_from_ptr() function 206 inline long number_from_ptr<long, double>(const void *data) in number_from_ptr() function 212 inline long number_from_ptr<long, long double>(const void *data) in number_from_ptr() function
|
H A D | array.cc | 438 return number_from_ptr<T, char>; in get_buffer_converter() 444 return number_from_ptr<T, bool>; in get_buffer_converter() 446 return number_from_ptr<T, short>; in get_buffer_converter() 450 return number_from_ptr<T, int>; in get_buffer_converter() 454 return number_from_ptr<T, long>; in get_buffer_converter() 462 return number_from_ptr<T, ssize_t>; in get_buffer_converter() 464 return number_from_ptr<T, size_t>; in get_buffer_converter() 466 return number_from_ptr<T, float>; in get_buffer_converter() 468 return number_from_ptr<T, double>; in get_buffer_converter() 484 if (!number_from_ptr) return -1; in readin_buffer() [all …]
|