Searched refs:y_order (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/ |
| H A D | divide.hpp | 65 limb_type y_order = y.size() - 1; in divide_unsigned_helper() local 67 if(y_order == 0) in divide_unsigned_helper() 74 divide_unsigned_helper(result, x, y.limbs()[y_order], r); in divide_unsigned_helper() 100 if(r_order <= y_order) in divide_unsigned_helper() 102 if((r_order < y_order) || (r.compare_unsigned(y) < 0)) in divide_unsigned_helper() 127 b = y_order ? in divide_unsigned_helper() 141 result->resize(1 + r_order - y_order, 1 + r_order - y_order); in divide_unsigned_helper() 149 for(unsigned i = 1; i < 1 + r_order - y_order; ++i) in divide_unsigned_helper() 160 if((prem[r_order] <= py[y_order]) && (r_order > 0)) in divide_unsigned_helper() 164 b = py[y_order]; in divide_unsigned_helper() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | si1133.c | 246 static int si1133_calculate_output(s32 x, s32 y, u8 x_order, u8 y_order, in si1133_calculate_output() argument 268 if (y_order > 0) { in si1133_calculate_output() 271 if (y_order > 1) in si1133_calculate_output() 285 u8 x_order, y_order; in si1133_calc_polynomial() local 297 y_order = si1133_get_y_order(coeffs->info); in si1133_calc_polynomial() 299 if ((x_order == 0) && (y_order == 0)) in si1133_calc_polynomial() 304 y_order, in si1133_calc_polynomial()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/imgproc/ |
| H A D | imgproc_c.h | 363 CVAPI(double) cvGetSpatialMoment( CvMoments* moments, int x_order, int y_order ); 365 CVAPI(double) cvGetCentralMoment( CvMoments* moments, int x_order, int y_order ); 368 int x_order, int y_order );
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/imgproc/ |
| H A D | imgproc_c.h | 363 CVAPI(double) cvGetSpatialMoment( CvMoments* moments, int x_order, int y_order ); 365 CVAPI(double) cvGetCentralMoment( CvMoments* moments, int x_order, int y_order ); 368 int x_order, int y_order );
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/imgproc/ |
| H A D | imgproc_c.h | 363 CVAPI(double) cvGetSpatialMoment( CvMoments* moments, int x_order, int y_order ); 365 CVAPI(double) cvGetCentralMoment( CvMoments* moments, int x_order, int y_order ); 368 int x_order, int y_order );
|