Searched defs:uint_type (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/hal/include/opencv2/hal/
H A Dintrin.hpp65 typedef _Tp uint_type; typedef in struct:cv::V_TypeTraits
72 static uint_type reinterpet_uint(_Tp x) { return x; }
80 typedef uchar uint_type; typedef in struct:cv::V_TypeTraits
89 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; }
97 typedef uchar uint_type; typedef in struct:cv::V_TypeTraits
106 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; }
114 typedef ushort uint_type; typedef in struct:cv::V_TypeTraits
124 static uint_type reinterpret_uin
132 typedef ushort uint_type; typedef in struct:cv::V_TypeTraits
151 typedef unsigned uint_type; typedef in struct:cv::V_TypeTraits
167 typedef unsigned uint_type; typedef in struct:cv::V_TypeTraits
184 typedef uint64 uint_type; typedef in struct:cv::V_TypeTraits
199 typedef uint64 uint_type; typedef in struct:cv::V_TypeTraits
215 typedef unsigned uint_type; typedef in struct:cv::V_TypeTraits
245 typedef uint64 uint_type; typedef in struct:cv::V_TypeTraits
[all...]
/external/mesa3d/src/glsl/
H A Dbuiltin_types.h261 const glsl_type *const glsl_type::uint_type = & builtin_130_types[0]; member in class:glsl_type
H A Dglsl_types.h158 static const glsl_type *const uint_type; member in struct:glsl_type

Completed in 135 milliseconds