Searched +defs:v24 +defs:b (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/core/test/ |
D | test_operations.cpp | 103 #define CHECK_DIFF(a, b) checkDiff(a, b, "(" #a ") != (" #b ") at l." STR(__LINE__)) argument 104 #define CHECK_DIFF_FLT(a, b) checkDiffF(a, b, "(" #a ") !=(eps) (" #b ") at l." STR(__LINE__)) argument 784 Mat b(1,2,CV_32F,1.f); in TestTemplateMat() local 927 cv::Vec3b b = a; in TestVec() local 973 Vec4d v14(1, 1, 1, 1), v24(2, 2, 2, 2); in operations1() local 1014 Matx33f b(1.f, 2.f, 3.f, 4.f, 5.f, 6.f, 7.f, 8.f, 9.f); in operations1() local
|
/external/pdfium/third_party/lpng_v163/ |
D | pngpriv.h | 603 #define PNG_DIV65535(v24) (((v24) + 32895) >> 16) argument 672 #define PNG_32b(b,s) ((png_uint_32)(b) << (s)) argument
|
/external/libpng/ |
D | pngpriv.h | 670 #define PNG_DIV65535(v24) (((v24) + 32895) >> 16) argument 739 #define PNG_32b(b,s) ((png_uint_32)(b) << (s)) argument
|