| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/comparison/ |
| H A D | not_equal.hpp | 24 # define BOOST_PP_NOT_EQUAL(x, y) BOOST_PP_NOT_EQUAL_I(x, y) argument 26 # define BOOST_PP_NOT_EQUAL(x, y) BOOST_PP_NOT_EQUAL_OO((x, y)) argument 30 # define BOOST_PP_NOT_EQUAL_I(x, y) BOOST_PP_CAT(BOOST_PP_NOT_EQUAL_CHECK_, BOOST_PP_NOT_EQUAL_ ## … argument 34 # define BOOST_PP_NOT_EQUAL_D(d, x, y) BOOST_PP_NOT_EQUAL(x, y) argument 38 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_0(c, y) 0 argument 39 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_1(c, y) 0 argument 40 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_2(c, y) 0 argument 41 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_3(c, y) 0 argument 42 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_4(c, y) 0 argument 43 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_5(c, y) 0 argument [all …]
|
| H A D | less.hpp | 27 # define BOOST_PP_LESS(x, y) BOOST_PP_BITAND(BOOST_PP_NOT_EQUAL(x, y), BOOST_PP_LESS_EQUAL(x, y)) argument 29 # define BOOST_PP_LESS(x, y) BOOST_PP_IIF(BOOST_PP_NOT_EQUAL(x, y), BOOST_PP_LESS_EQUAL, 0 BOOST… argument 31 # define BOOST_PP_LESS(x, y) BOOST_PP_LESS_I(x, y) argument 32 # define BOOST_PP_LESS_I(x, y) BOOST_PP_IIF(BOOST_PP_NOT_EQUAL(x, y), BOOST_PP_LESS_EQUAL, 0 BOO… argument 38 # define BOOST_PP_LESS_D(d, x, y) BOOST_PP_BITAND(BOOST_PP_NOT_EQUAL(x, y), BOOST_PP_LESS_EQUAL_… argument 40 # define BOOST_PP_LESS_D(d, x, y) BOOST_PP_IIF(BOOST_PP_NOT_EQUAL(x, y), BOOST_PP_LESS_EQUAL_D, … argument 42 # define BOOST_PP_LESS_D(d, x, y) BOOST_PP_LESS_D_I(d, x, y) argument 43 # define BOOST_PP_LESS_D_I(d, x, y) BOOST_PP_IIF(BOOST_PP_NOT_EQUAL(x, y), BOOST_PP_LESS_EQUAL_D… argument
|
| H A D | greater.hpp | 23 # define BOOST_PP_GREATER(x, y) BOOST_PP_LESS(y, x) argument 25 # define BOOST_PP_GREATER(x, y) BOOST_PP_GREATER_I(x, y) argument 26 # define BOOST_PP_GREATER_I(x, y) BOOST_PP_LESS(y, x) argument 32 # define BOOST_PP_GREATER_D(d, x, y) BOOST_PP_LESS_D(d, y, x) argument 34 # define BOOST_PP_GREATER_D(d, x, y) BOOST_PP_GREATER_D_I(d, x, y) argument 35 # define BOOST_PP_GREATER_D_I(d, x, y) BOOST_PP_LESS_D(d, y, x) argument
|
| H A D | less_equal.hpp | 24 # define BOOST_PP_LESS_EQUAL(x, y) BOOST_PP_NOT(BOOST_PP_SUB(x, y)) argument 26 # define BOOST_PP_LESS_EQUAL(x, y) BOOST_PP_LESS_EQUAL_I(x, y) argument 27 # define BOOST_PP_LESS_EQUAL_I(x, y) BOOST_PP_NOT(BOOST_PP_SUB(x, y)) argument 33 # define BOOST_PP_LESS_EQUAL_D(d, x, y) BOOST_PP_NOT(BOOST_PP_SUB_D(d, x, y)) argument 35 # define BOOST_PP_LESS_EQUAL_D(d, x, y) BOOST_PP_LESS_EQUAL_D_I(d, x, y) argument 36 # define BOOST_PP_LESS_EQUAL_D_I(d, x, y) BOOST_PP_NOT(BOOST_PP_SUB_D(d, x, y)) argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/ |
| H A D | optional_relops.hpp | 28 bool operator == ( optional<T> const& x, optional<T> const& y ) in operator ==() 33 bool operator < ( optional<T> const& x, optional<T> const& y ) in operator <() 38 bool operator != ( optional<T> const& x, optional<T> const& y ) in operator !=() 43 bool operator > ( optional<T> const& x, optional<T> const& y ) in operator >() 48 bool operator <= ( optional<T> const& x, optional<T> const& y ) in operator <=() 53 bool operator >= ( optional<T> const& x, optional<T> const& y ) in operator >=() 62 bool operator == ( optional<T> const& x, T const& y ) in operator ==() 67 bool operator < ( optional<T> const& x, T const& y ) in operator <() 72 bool operator != ( optional<T> const& x, T const& y ) in operator !=() 77 bool operator > ( optional<T> const& x, T const& y ) in operator >() [all …]
|
| /OK3568_Linux_fs/external/xserver/miext/shadow/ |
| H A D | shrotpack.h | 52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) argument 53 #define SCRY(x,y,w,h) (x) argument 54 #define SCRWIDTH(x,y,w,h) (h) argument 55 #define FIRSTSHA(x,y,w,h) (((y) + (h) - 1) * shaStride + (x)) argument 56 #define STEPDOWN(x,y,w,h) ((w)--) argument 57 #define NEXTY(x,y,w,h) ((x)++) argument 63 #define SCRLEFT(x,y,w,h) (y) argument 64 #define SCRY(x,y,w,h) (pScreen->width - ((x) + (w)) - 1) argument 65 #define SCRWIDTH(x,y,w,h) (h) argument 66 #define FIRSTSHA(x,y,w,h) ((y) * shaStride + (x + w - 1)) argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/endian/ |
| H A D | cover_operators.hpp | 56 friend bool operator==(const T& x, IntegerType y) { return +x == y; } in operator ==() 57 friend bool operator<(const T& x, IntegerType y) { return +x < y; } in operator <() 61 friend T& operator+=(T& x, IntegerType y) { return x = +x + y; } in operator +=() 62 friend T& operator-=(T& x, IntegerType y) { return x = +x - y; } in operator -=() 63 friend T& operator*=(T& x, IntegerType y) { return x = +x * y; } in operator *=() 64 friend T& operator/=(T& x, IntegerType y) { return x = +x / y; } in operator /=() 65 friend T& operator%=(T& x, IntegerType y) { return x = +x % y; } in operator %=() 66 friend T& operator&=(T& x, IntegerType y) { return x = +x & y; } in operator &=() 67 friend T& operator|=(T& x, IntegerType y) { return x = +x | y; } in operator |=() 68 friend T& operator^=(T& x, IntegerType y) { return x = +x ^ y; } in operator ^=() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | minmax.h | 19 #define __typecheck(x, y) \ argument 22 #define __no_side_effects(x, y) \ argument 25 #define __safe_cmp(x, y) \ argument 28 #define __cmp(x, y, op) ((x) op (y) ? (x) : (y)) argument 30 #define __cmp_once(x, y, unique_x, unique_y, op) ({ \ argument 35 #define __careful_cmp(x, y, op) \ argument 45 #define min(x, y) __careful_cmp(x, y, <) argument 52 #define max(x, y) __careful_cmp(x, y, >) argument 60 #define min3(x, y, z) min((typeof(x))min(x, y), z) argument 68 #define max3(x, y, z) max((typeof(x))max(x, y), z) argument [all …]
|
| H A D | kconfig.h | 22 #define __and(x, y) ___and(x, y) argument 23 #define ___and(x, y) ____and(__ARG_PLACEHOLDER_##x, y) argument 24 #define ____and(arg1_or_junk, y) __take_second_arg(arg1_or_junk y, 0) argument 26 #define __or(x, y) ___or(x, y) argument 27 #define ___or(x, y) ____or(__ARG_PLACEHOLDER_##x, y) argument 28 #define ____or(arg1_or_junk, y) __take_second_arg(arg1_or_junk 1, y) argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | operators.hpp | 131 friend bool operator<=(const T& x, const U& y) { return !static_cast<bool>(x > y); } in operator <=() 132 friend bool operator>=(const T& x, const U& y) { return !static_cast<bool>(x < y); } in operator >=() 133 friend bool operator>(const U& x, const T& y) { return y < x; } in operator >() 134 friend bool operator<(const U& x, const T& y) { return y > x; } in operator <() 135 friend bool operator<=(const U& x, const T& y) { return !static_cast<bool>(y < x); } in operator <=() 136 friend bool operator>=(const U& x, const T& y) { return !static_cast<bool>(y > x); } in operator >=() 142 friend bool operator>(const T& x, const T& y) { return y < x; } in operator >() 143 friend bool operator<=(const T& x, const T& y) { return !static_cast<bool>(y < x); } in operator <=() 144 friend bool operator>=(const T& x, const T& y) { return !static_cast<bool>(x < y); } in operator >=() 150 friend bool operator==(const U& y, const T& x) { return x == y; } in operator ==() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/ |
| H A D | drawing.cpp | 14 for (int y = ry; y < ry + rh; y++) in draw_rectangle_c1() local 44 for (int y = ry - t0; y < ry + t1; y++) in draw_rectangle_c1() local 69 for (int y = ry + rh - t0; y < ry + rh + t1; y++) in draw_rectangle_c1() local 101 for (int y = ry + t1; y < ry + rh - t0; y++) in draw_rectangle_c1() local 124 for (int y = ry + t1; y < ry + rh - t0; y++) in draw_rectangle_c1() local 146 for (int y = ry; y < ry + rh; y++) in draw_rectangle_c2() local 177 for (int y = ry - t0; y < ry + t1; y++) in draw_rectangle_c2() local 203 for (int y = ry + rh - t0; y < ry + rh + t1; y++) in draw_rectangle_c2() local 236 for (int y = ry + t1; y < ry + rh - t0; y++) in draw_rectangle_c2() local 260 for (int y = ry + t1; y < ry + rh - t0; y++) in draw_rectangle_c2() local [all …]
|
| /OK3568_Linux_fs/u-boot/post/lib_powerpc/fpu/ |
| H A D | compare-fp-1.c | 37 static void iuneq (float x, float y, int ok) in iuneq() 44 static void ieq (float x, float y, int ok) in ieq() 49 static void iltgt (float x, float y, int ok) in iltgt() 56 static void ine (float x, float y, int ok) in ine() 61 static void iunlt (float x, float y, int ok) in iunlt() 67 static void ilt (float x, float y, int ok) in ilt() 76 static void iunle (float x, float y, int ok) in iunle() 82 static void ile (float x, float y, int ok) in ile() 91 static void iungt (float x, float y, int ok) in iungt() 97 static void igt (float x, float y, int ok) in igt() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/arithmetic/ |
| H A D | sub.hpp | 25 # define BOOST_PP_SUB(x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE(BOOST_PP_SUB_P, BOOST_PP_SU… argument 27 # define BOOST_PP_SUB(x, y) BOOST_PP_SUB_I(x, y) argument 28 # define BOOST_PP_SUB_I(x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE(BOOST_PP_SUB_P, BOOST_PP_… argument 39 # define BOOST_PP_SUB_O_I(x, y) (BOOST_PP_DEC(x), BOOST_PP_DEC(y)) argument 44 # define BOOST_PP_SUB_D(d, x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE_ ## d(BOOST_PP_SUB_P, … argument 46 # define BOOST_PP_SUB_D(d, x, y) BOOST_PP_SUB_D_I(d, x, y) argument 47 # define BOOST_PP_SUB_D_I(d, x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE_ ## d(BOOST_PP_SUB_P… argument
|
| H A D | add.hpp | 26 # define BOOST_PP_ADD(x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE(BOOST_PP_ADD_P, BOOST_PP_AD… argument 28 # define BOOST_PP_ADD(x, y) BOOST_PP_ADD_I(x, y) argument 29 # define BOOST_PP_ADD_I(x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE(BOOST_PP_ADD_P, BOOST_PP_… argument 40 # define BOOST_PP_ADD_O_I(x, y) (BOOST_PP_INC(x), BOOST_PP_DEC(y)) argument 45 # define BOOST_PP_ADD_D(d, x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE_ ## d(BOOST_PP_ADD_P, … argument 47 # define BOOST_PP_ADD_D(d, x, y) BOOST_PP_ADD_D_I(d, x, y) argument 48 # define BOOST_PP_ADD_D_I(d, x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE_ ## d(BOOST_PP_ADD_P… argument
|
| H A D | mod.hpp | 24 # define BOOST_PP_MOD(x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE(x, y)) argument 26 # define BOOST_PP_MOD(x, y) BOOST_PP_MOD_I(x, y) argument 27 # define BOOST_PP_MOD_I(x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE(x, y)) argument 33 # define BOOST_PP_MOD_D(d, x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE_D(d, x, y)) argument 35 # define BOOST_PP_MOD_D(d, x, y) BOOST_PP_MOD_D_I(d, x, y) argument 36 # define BOOST_PP_MOD_D_I(d, x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE_D(d, x, y)) argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/selection/ |
| H A D | max.hpp | 24 # define BOOST_PP_MAX(x, y) BOOST_PP_IIF(BOOST_PP_LESS_EQUAL(x, y), y, x) argument 26 # define BOOST_PP_MAX(x, y) BOOST_PP_MAX_I(x, y) argument 27 # define BOOST_PP_MAX_I(x, y) BOOST_PP_IIF(BOOST_PP_LESS_EQUAL(x, y), y, x) argument 33 # define BOOST_PP_MAX_D(d, x, y) BOOST_PP_IIF(BOOST_PP_LESS_EQUAL_D(d, x, y), y, x) argument 35 # define BOOST_PP_MAX_D(d, x, y) BOOST_PP_MAX_D_I(d, x, y) argument 36 # define BOOST_PP_MAX_D_I(d, x, y) BOOST_PP_IIF(BOOST_PP_LESS_EQUAL_D(d, x, y), y, x) argument
|
| /OK3568_Linux_fs/kernel/arch/mips/math-emu/ |
| H A D | sp_maddf.c | 16 union ieee754sp y, enum maddf_flags flags) in _sp_maddf() 245 union ieee754sp y) in ieee754sp_maddf() 251 union ieee754sp y) in ieee754sp_msubf() 257 union ieee754sp y) in ieee754sp_madd() 263 union ieee754sp y) in ieee754sp_msub() 269 union ieee754sp y) in ieee754sp_nmadd() 275 union ieee754sp y) in ieee754sp_nmsub()
|
| H A D | dp_maddf.c | 41 union ieee754dp y, enum maddf_flags flags) in _dp_maddf() 325 union ieee754dp y) in ieee754dp_maddf() 331 union ieee754dp y) in ieee754dp_msubf() 337 union ieee754dp y) in ieee754dp_madd() 343 union ieee754dp y) in ieee754dp_msub() 349 union ieee754dp y) in ieee754dp_nmadd() 355 union ieee754dp y) in ieee754dp_nmsub()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/arithmetic/detail/ |
| H A D | div_base.hpp | 28 # define BOOST_PP_DIV_BASE(x, y) BOOST_PP_WHILE(BOOST_PP_DIV_BASE_P, BOOST_PP_DIV_BASE_O, (0, x,… argument 30 # define BOOST_PP_DIV_BASE(x, y) BOOST_PP_DIV_BASE_I(x, y) argument 31 # define BOOST_PP_DIV_BASE_I(x, y) BOOST_PP_WHILE(BOOST_PP_DIV_BASE_P, BOOST_PP_DIV_BASE_O, (0, … argument 41 # define BOOST_PP_DIV_BASE_P_I(d, r, x, y) BOOST_PP_LESS_EQUAL_D(d, y, x) argument 50 # define BOOST_PP_DIV_BASE_O_I(d, r, x, y) (BOOST_PP_INC(r), BOOST_PP_SUB_D(d, x, y), y) argument 55 # define BOOST_PP_DIV_BASE_D(d, x, y) BOOST_PP_WHILE_ ## d(BOOST_PP_DIV_BASE_P, BOOST_PP_DIV_BAS… argument 57 # define BOOST_PP_DIV_BASE_D(d, x, y) BOOST_PP_DIV_BASE_D_I(d, x, y) argument 58 # define BOOST_PP_DIV_BASE_D_I(d, x, y) BOOST_PP_WHILE_ ## d(BOOST_PP_DIV_BASE_P, BOOST_PP_DIV_B… argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | warpers_inl.hpp | 78 float x, y; in buildMaps() local 123 for (int y = 0; y < dst_size.height; ++y) in warpBackward() local 159 for (int y = 0; y < src_size.height; ++y) in detectResultRoi() local 195 for (int y = 0; y < src_size.height; ++y) in detectResultRoiByBorder() local 214 void PlaneProjector::mapForward(float x, float y, float &u, float &v) in mapForward() 229 void PlaneProjector::mapBackward(float u, float v, float &x, float &y) in mapBackward() 245 void SphericalProjector::mapForward(float x, float y, float &u, float &v) in mapForward() 258 void SphericalProjector::mapBackward(float u, float v, float &x, float &y) in mapBackward() 279 void CylindricalProjector::mapForward(float x, float y, float &u, float &v) in mapForward() 291 void CylindricalProjector::mapBackward(float u, float v, float &x, float &y) in mapBackward() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | imm.h | 130 #define w_dtr(x,y) outb(y, (x)) argument 131 #define w_str(x,y) outb(y, (x)+1) argument 132 #define w_epp(x,y) outb(y, (x)+4) argument 133 #define w_fifo(x,y) outb(y, (x)) /* x must be base_hi */ argument 134 #define w_ecr(x,y) outb(y, (x)+0x2) /* x must be base_hi */ argument 137 #define w_ctr(x,y) outb_p(y, (x)+2) argument 139 #define w_ctr(x,y) outb(y, (x)+2) argument
|
| H A D | ppa.h | 137 #define w_dtr(x,y) outb(y, (x)) argument 138 #define w_str(x,y) outb(y, (x)+1) argument 139 #define w_epp(x,y) outb(y, (x)+4) argument 140 #define w_fifo(x,y) outb(y, (x)) /* x must be base_hi */ argument 141 #define w_ecr(x,y) outb(y, (x)+0x2)/* x must be base_hi */ argument 144 #define w_ctr(x,y) outb_p(y, (x)+2) argument 146 #define w_ctr(x,y) outb(y, (x)+2) argument
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | kconfig.h | 14 #define __and(x, y) ___and(x, y) argument 15 #define ___and(x, y) ____and(__ARG_PLACEHOLDER_##x, y) argument 16 #define ____and(arg1_or_junk, y) __take_second_arg(arg1_or_junk y, 0) argument 18 #define __or(x, y) ___or(x, y) argument 19 #define ___or(x, y) ____or(__ARG_PLACEHOLDER_##x, y) argument 20 #define ____or(arg1_or_junk, y) __take_second_arg(arg1_or_junk 1, y) argument
|
| /OK3568_Linux_fs/kernel/samples/auxdisplay/ |
| H A D | cfag12864b-example.c | 28 #define CFAG12864B_ADDRESS(x, y) ((y) * CFAG12864B_WIDTH / \ argument 34 #define CFAG12864B_CHECK(x, y) ((x) < CFAG12864B_WIDTH && \ argument 37 #define CFAG12864B_CHECK(x, y) (1) argument 79 static void cfag12864b_set(unsigned char x, unsigned char y) in cfag12864b_set() 89 static void cfag12864b_unset(unsigned char x, unsigned char y) in cfag12864b_unset() 102 static unsigned char cfag12864b_isset(unsigned char x, unsigned char y) in cfag12864b_isset() 115 static void cfag12864b_not(unsigned char x, unsigned char y) in cfag12864b_not()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/include/mach/ |
| H A D | psc_defs.h | 31 static inline u32 _boot_bit_mask(u32 x, u32 y) in _boot_bit_mask() 37 static inline u32 boot_read_bitfield(u32 z, u32 x, u32 y) in boot_read_bitfield() 43 static inline u32 boot_set_bitfield(u32 z, u32 f, u32 x, u32 y) in boot_set_bitfield() 51 #define PSC_REG_PDCTL_SET_NEXT(x, y) boot_set_bitfield((x), (y), 0, 0) argument 52 #define PSC_REG_PDCTL_SET_PDMODE(x, y) boot_set_bitfield((x), (y), 15, 12) argument 62 #define PSC_REG_MDCTL_SET_NEXT(x, y) boot_set_bitfield((x), (y), 4, 0) argument 63 #define PSC_REG_MDCTL_SET_LRSTZ(x, y) boot_set_bitfield((x), (y), 8, 8) argument 65 #define PSC_REG_MDCTL_SET_RESET_ISO(x, y) boot_set_bitfield((x), (y), \ argument
|