Home
last modified time | relevance | path

Searched refs:DEF_CVT_FUNC (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
Dconvert.cpp5240 #define DEF_CVT_FUNC(suffix, stype, dtype) \ macro
5325 DEF_CVT_FUNC(64f8u, double, uchar)
5332 DEF_CVT_FUNC(64f8s, double, schar)
5340 DEF_CVT_FUNC(64f16u, double, ushort)
5346 DEF_CVT_FUNC(32f16s, float, short)
5347 DEF_CVT_FUNC(64f16s, double, short)
5355 DEF_CVT_FUNC(64f32s, double, int)
5362 DEF_CVT_FUNC(64f32f, double, float)
5364 DEF_CVT_FUNC(8u64f, uchar, double)
5365 DEF_CVT_FUNC(8s64f, schar, double)
[all …]