Searched +defs:v24 +defs:s (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/core/test/ |
D | test_operations.cpp | 67 string s; member 84 void checkDiff(const Mat& m1, const Mat& m2, const string& s) in checkDiff() 88 void checkDiffF(const Mat& m1, const Mat& m2, const string& s) in checkDiffF() 124 double s = sum(Mat(m).reshape(1))[0]; in TestType() local 873 Scalar s(4, 3, 2, 1); in TestMatxMultiplication() local 973 Vec4d v14(1, 1, 1, 1), v24(2, 2, 2, 2); in operations1() local
|
/external/pdfium/third_party/lpng_v163/ |
D | pngpriv.h | 603 #define PNG_DIV65535(v24) (((v24) + 32895) >> 16) argument 632 #define png_float(png_ptr, fixed, s) (.00001 * (fixed)) argument 651 #define png_fixed(png_ptr, fp, s) ((fp) <= 21474 && (fp) >= -21474 ?\ argument 672 #define PNG_32b(b,s) ((png_uint_32)(b) << (s)) argument 729 #define PNG_CHUNK_FROM_STRING(s)\ argument 736 #define PNG_STRING_FROM_CHUNK(s,c)\ argument 741 #define PNG_CSTRING_FROM_CHUNK(s,c)\ argument 1719 # define png_app_warning(pp,s) png_warning(pp,s) argument 1720 # define png_app_error(pp,s) png_error(pp,s) argument
|
/external/libpng/ |
D | pngpriv.h | 670 #define PNG_DIV65535(v24) (((v24) + 32895) >> 16) argument 699 #define png_float(png_ptr, fixed, s) (.00001 * (fixed)) argument 718 #define png_fixed(png_ptr, fp, s) ((fp) <= 21474 && (fp) >= -21474 ?\ argument 739 #define PNG_32b(b,s) ((png_uint_32)(b) << (s)) argument 796 #define PNG_CHUNK_FROM_STRING(s)\ argument 803 #define PNG_STRING_FROM_CHUNK(s,c)\ argument 810 #define PNG_CSTRING_FROM_CHUNK(s,c)\ argument 1691 # define png_app_warning(pp,s) png_warning(pp,s) argument 1692 # define png_app_error(pp,s) png_error(pp,s) argument
|