OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uint_type
(Results
1 - 14
of
14
) sorted by null
/external/opencv3/modules/hal/include/opencv2/hal/
intrin.hpp
65
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_uint(value_type x) { return (uint_type)x;
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
...]
intrin_cpp.hpp
409
template<typename _Tp, int n> inline v_reg<typename V_TypeTraits<_Tp>::
uint_type
, n>
412
v_reg<typename V_TypeTraits<_Tp>::
uint_type
, n> c;
/bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoul.c
14
typedef unsigned long
uint_type
;
typedef
wcstoull.c
14
typedef unsigned long long int
uint_type
;
typedef
wcstoumax.c
15
typedef uintmax_t
uint_type
;
typedef
_wcstoul.h
43
*
uint_type
: return type
47
uint_type
51
uint_type
acc, cutoff;
90
cutoff = MAX_VALUE / (
uint_type
)base;
91
cutlim = (int)(MAX_VALUE % (
uint_type
)base);
106
acc *= (
uint_type
)base;
/external/mesa3d/src/glsl/
lower_ubo_reference.cpp
171
ir_variable *load_offset = new(mem_ctx) ir_variable(glsl_type::
uint_type
,
glsl_types.cpp
314
return
uint_type
;
338
return
uint_type
;
409
return
uint_type
+ (rows - 1);
builtin_types.h
261
const glsl_type *const glsl_type::
uint_type
= & builtin_130_types[0];
member in class:glsl_type
lower_clip_distance.cpp
135
assert (old_index->type == glsl_type::
uint_type
);
ir_validate.cpp
428
assert(ir->operands[0]->type == glsl_type::
uint_type
);
430
assert(ir->operands[1]->type == glsl_type::
uint_type
);
glsl_types.h
158
static const glsl_type *const
uint_type
;
member in struct:glsl_type
ir.cpp
555
this->type = glsl_type::
uint_type
;
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp
[
all
...]
Completed in 713 milliseconds