get_int_dtype      23 python_bindings/numpy/dtype.cpp     template dtype get_int_dtype<bits, false>();                       \
get_int_dtype      24 python_bindings/numpy/dtype.cpp     template dtype get_int_dtype<bits, true>()
get_int_dtype      77 python_bindings/numpy/dtype.hpp dtype get_int_dtype();
get_int_dtype      90 python_bindings/numpy/dtype.hpp     static dtype get() { return get_int_dtype<8 * sizeof(T), boost::is_unsigned<T>::value>(); }