Home
last modified time | relevance | path

Searched defs:reinterpret_int (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin.hpp71 static int_type reinterpret_int(_Tp x) { return x; } in reinterpret_int() function
88 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function
105 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function
123 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function
142 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function
158 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function
175 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function
190 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function
205 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function
221 static int_type reinterpret_int(value_type x) in reinterpret_int() function
[all …]