Home
last modified time | relevance | path

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

/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin.hpp73 static _Tp reinterpret_from_int(int_type x) { return (_Tp)x; } in reinterpret_from_int() function
90 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function
107 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function
125 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function
144 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function
160 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function
177 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function
192 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function
207 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function
233 static value_type reinterpret_from_int(int_type x) in reinterpret_from_int() function
[all …]