DEF_CVT_FUNC     5325 modules/core/src/convert.cpp DEF_CVT_FUNC(64f8u,  double, uchar)
DEF_CVT_FUNC     5332 modules/core/src/convert.cpp DEF_CVT_FUNC(64f8s,  double, schar)
DEF_CVT_FUNC     5340 modules/core/src/convert.cpp DEF_CVT_FUNC(64f16u, double, ushort)
DEF_CVT_FUNC     5346 modules/core/src/convert.cpp DEF_CVT_FUNC(32f16s, float, short)
DEF_CVT_FUNC     5347 modules/core/src/convert.cpp DEF_CVT_FUNC(64f16s, double, short)
DEF_CVT_FUNC     5355 modules/core/src/convert.cpp DEF_CVT_FUNC(64f32s, double, int)
DEF_CVT_FUNC     5362 modules/core/src/convert.cpp DEF_CVT_FUNC(64f32f, double, float)
DEF_CVT_FUNC     5364 modules/core/src/convert.cpp DEF_CVT_FUNC(8u64f,  uchar, double)
DEF_CVT_FUNC     5365 modules/core/src/convert.cpp DEF_CVT_FUNC(8s64f,  schar, double)
DEF_CVT_FUNC     5366 modules/core/src/convert.cpp DEF_CVT_FUNC(16u64f, ushort, double)
DEF_CVT_FUNC     5367 modules/core/src/convert.cpp DEF_CVT_FUNC(16s64f, short, double)
DEF_CVT_FUNC     5368 modules/core/src/convert.cpp DEF_CVT_FUNC(32s64f, int, double)
DEF_CVT_FUNC     5369 modules/core/src/convert.cpp DEF_CVT_FUNC(32f64f, float, double)