Home
last modified time | relevance | path

Searched defs:v1 (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcheck.hpp85 #define CV__TEST_EQ(v1, v2) ((v1) == (v2)) argument
86 #define CV__TEST_NE(v1, v2) ((v1) != (v2)) argument
87 #define CV__TEST_LE(v1, v2) ((v1) <= (v2)) argument
88 #define CV__TEST_LT(v1, v2) ((v1) < (v2)) argument
89 #define CV__TEST_GE(v1, v2) ((v1) >= (v2)) argument
90 #define CV__TEST_GT(v1, v2) ((v1) > (v2)) argument
92 #define CV__CHECK(id, op, type, v1, v2, v1_str, v2_str, msg_str) do { \ argument
111 #define CV_CheckEQ(v1, v2, msg) CV__CHECK(_, EQ, auto, v1, v2, #v1, #v2, msg) argument
112 #define CV_CheckNE(v1, v2, msg) CV__CHECK(_, NE, auto, v1, v2, #v1, #v2, msg) argument
113 #define CV_CheckLE(v1, v2, msg) CV__CHECK(_, LE, auto, v1, v2, #v1, #v2, msg) argument
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcheck.hpp85 #define CV__TEST_EQ(v1, v2) ((v1) == (v2)) argument
86 #define CV__TEST_NE(v1, v2) ((v1) != (v2)) argument
87 #define CV__TEST_LE(v1, v2) ((v1) <= (v2)) argument
88 #define CV__TEST_LT(v1, v2) ((v1) < (v2)) argument
89 #define CV__TEST_GE(v1, v2) ((v1) >= (v2)) argument
90 #define CV__TEST_GT(v1, v2) ((v1) > (v2)) argument
92 #define CV__CHECK(id, op, type, v1, v2, v1_str, v2_str, msg_str) do { \ argument
111 #define CV_CheckEQ(v1, v2, msg) CV__CHECK(_, EQ, auto, v1, v2, #v1, #v2, msg) argument
112 #define CV_CheckNE(v1, v2, msg) CV__CHECK(_, NE, auto, v1, v2, #v1, #v2, msg) argument
113 #define CV_CheckLE(v1, v2, msg) CV__CHECK(_, LE, auto, v1, v2, #v1, #v2, msg) argument
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcheck.hpp85 #define CV__TEST_EQ(v1, v2) ((v1) == (v2)) argument
86 #define CV__TEST_NE(v1, v2) ((v1) != (v2)) argument
87 #define CV__TEST_LE(v1, v2) ((v1) <= (v2)) argument
88 #define CV__TEST_LT(v1, v2) ((v1) < (v2)) argument
89 #define CV__TEST_GE(v1, v2) ((v1) >= (v2)) argument
90 #define CV__TEST_GT(v1, v2) ((v1) > (v2)) argument
92 #define CV__CHECK(id, op, type, v1, v2, v1_str, v2_str, msg_str) do { \ argument
111 #define CV_CheckEQ(v1, v2, msg) CV__CHECK(_, EQ, auto, v1, v2, #v1, #v2, msg) argument
112 #define CV_CheckNE(v1, v2, msg) CV__CHECK(_, NE, auto, v1, v2, #v1, #v2, msg) argument
113 #define CV_CheckLE(v1, v2, msg) CV__CHECK(_, LE, auto, v1, v2, #v1, #v2, msg) argument
[all …]
/OK3568_Linux_fs/kernel/include/pcmcia/
H A Ddevice_id.h24 #define PCMCIA_DEVICE_PROD_ID1(v1, vh1) { \ argument
39 #define PCMCIA_DEVICE_PROD_ID12(v1, v2, vh1, vh2) { \ argument
45 #define PCMCIA_DEVICE_PROD_ID13(v1, v3, vh1, vh3) { \ argument
51 #define PCMCIA_DEVICE_PROD_ID14(v1, v4, vh1, vh4) { \ argument
57 #define PCMCIA_DEVICE_PROD_ID123(v1, v2, v3, vh1, vh2, vh3) { \ argument
64 #define PCMCIA_DEVICE_PROD_ID124(v1, v2, v4, vh1, vh2, vh4) { \ argument
71 #define PCMCIA_DEVICE_PROD_ID134(v1, v3, v4, vh1, vh3, vh4) { \ argument
78 #define PCMCIA_DEVICE_PROD_ID1234(v1, v2, v3, v4, vh1, vh2, vh3, vh4) { \ argument
86 #define PCMCIA_DEVICE_MANF_CARD_PROD_ID1(manf, card, v1, vh1) { \ argument
115 #define PCMCIA_MFC_DEVICE_PROD_ID1(mfc, v1, vh1) { \ argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/doublevectors/
H A Dtst_doublevectors.cpp60 QDoubleVector2D v1; in constructor2dTest() local
79 QDoubleVector2D v1; in basicFunctions2dTest() local
101 QDoubleVector2D v1(1.1, 2.2); in unaryOperator2dTest() local
129 QDoubleVector2D v1(1.1, 2.2); in binaryOperator2dTest() local
168 QDoubleVector3D v1; in constructor3dTest() local
196 QDoubleVector3D v1; in basicFunctions3dTest() local
221 QDoubleVector3D v1(1.1, 2.2, 3.3); in unaryOperator3dTest() local
255 QDoubleVector3D v1(1.1, 2.2, 3.3); in binaryOperator3dTest() local
/OK3568_Linux_fs/kernel/drivers/char/mwave/
H A Dmwavedd.h79 #define PRINTK_2(f,s,v1) \ argument
84 #define PRINTK_3(f,s,v1,v2) \ argument
89 #define PRINTK_4(f,s,v1,v2,v3) \ argument
94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument
99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument
104 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \ argument
109 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) \ argument
116 #define PRINTK_2(f,s,v1) argument
117 #define PRINTK_3(f,s,v1,v2) argument
118 #define PRINTK_4(f,s,v1,v2,v3) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dreg_helper.h67 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ argument
72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
85 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
94 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
104 #define REG_SET_7(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
115 #define REG_SET_8(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
127 #define REG_SET_9(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, f5, \ argument
140 #define REG_SET_10(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, f5, \ argument
160 #define REG_GET_2(reg_name, f1, v1, f2, v2) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/rtl8822b/
H A Dhalhwimg8822b_bb.c10655 u32 v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; in odm_read_and_config_mp_8822b_agc_tab() local
12221 u32 v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; in odm_read_and_config_mp_8822b_phy_reg() local
12359 u32 v1 = array[i]; in odm_read_and_config_mp_8822b_phy_reg_pg() local
12460 u32 v1 = array[i]; in odm_read_and_config_mp_8822b_phy_reg_pg_type12() local
12561 u32 v1 = array[i]; in odm_read_and_config_mp_8822b_phy_reg_pg_type15() local
12662 u32 v1 = array[i]; in odm_read_and_config_mp_8822b_phy_reg_pg_type16() local
12763 u32 v1 = array[i]; in odm_read_and_config_mp_8822b_phy_reg_pg_type17() local
12864 u32 v1 = array[i]; in odm_read_and_config_mp_8822b_phy_reg_pg_type18() local
12965 u32 v1 = array[i]; in odm_read_and_config_mp_8822b_phy_reg_pg_type19() local
13066 u32 v1 = array[i]; in odm_read_and_config_mp_8822b_phy_reg_pg_type2() local
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A Drepository.c54 u64 v1, u64 v2, const char *func, int line) in _dump_node()
113 u64 v1; in read_node() local
169 u64 v1 = 0; in ps3_repository_read_bus_type() local
184 u64 v1 = 0; in ps3_repository_read_bus_num_dev() local
218 u64 v1 = 0; in ps3_repository_read_dev_type() local
235 u64 v1 = 0; in ps3_repository_read_dev_intr() local
254 u64 v1 = 0; in ps3_repository_read_dev_reg_type() local
594 u64 v1 = 0; in ps3_repository_read_stor_dev_num_regions() local
610 u64 v1 = 0; in ps3_repository_read_stor_dev_region_id() local
767 u64 v1 = 0; in ps3_repository_read_highmem_region_count() local
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/
H A Ddiff_abs.hpp17 inline T diff_abs_dispatch(T const& v1, T const& v2, boost::mpl::bool_<true> const& /*is_integral*/) in diff_abs_dispatch()
23 inline T diff_abs_dispatch(T const& v1, T const& v2, boost::mpl::bool_<false> const& /*is_integral*… in diff_abs_dispatch()
29 inline T diff_abs(T const& v1, T const& v2) in diff_abs()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_reg.h65 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ argument
70 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
92 #define REG_UPDATE_2(reg, f1, v1, f2, v2) \ argument
97 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ argument
103 #define REG_UPDATE_4(reg, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/rtl8822b/
H A Dhalhwimg8822b_bb.c3739 IN u4Byte v1, in ODM_Config_MP_8822B_AGC_TAB()
3793 u4Byte v1 = 0, v2 = 0; in ODM_ReadAndConfig_MP_8822B_AGC_TAB() local
5152 IN u4Byte v1, in ODM_Config_MP_8822B_PHY_REG()
5205 u4Byte v1 = 0, v2 = 0; in ODM_ReadAndConfig_MP_8822B_PHY_REG() local
5334 u4Byte v1 = Array[i]; in ODM_ReadAndConfig_MP_8822B_PHY_REG_PG() local
/OK3568_Linux_fs/kernel/arch/arm64/lib/
H A Dxor-neon.c19 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_2() local
47 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_3() local
83 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_4() local
128 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_5() local
/OK3568_Linux_fs/kernel/tools/edid/
H A Dedid.S47 #define mfgname2id(v1,v2,v3) \ argument
49 #define swap16(v1) ((v1>>8)+((v1&0xff)<<8)) argument
50 #define lsbs2(v1,v2) (((v1&0x0f)<<4)+(v2&0x0f)) argument
51 #define msbs2(v1,v2) ((((v1>>8)&0x0f)<<4)+((v2>>8)&0x0f)) argument
52 #define msbs4(v1,v2,v3,v4) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/rtl8821c/
H A Dhalhwimg8821c_bb.c1705 u32 v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; in odm_read_and_config_mp_8821c_agc_tab() local
2556 u32 v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; in odm_read_and_config_mp_8821c_agc_tab_diff() local
4306 u32 v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; in odm_read_and_config_mp_8821c_phy_reg() local
4382 u32 v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; in odm_read_and_config_mp_8821c_phy_reg_mp() local
4489 u32 v1 = array[i]; in odm_read_and_config_mp_8821c_phy_reg_pg() local
4559 u32 v1 = array[i]; in odm_read_and_config_mp_8821c_phy_reg_pg_type0x28() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/rtl8821c/
H A Dhalhwimg8821c_bb.c1706 u32 v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; in odm_read_and_config_mp_8821c_agc_tab() local
2557 u32 v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; in odm_read_and_config_mp_8821c_agc_tab_diff() local
4307 u32 v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; in odm_read_and_config_mp_8821c_phy_reg() local
4383 u32 v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; in odm_read_and_config_mp_8821c_phy_reg_mp() local
4490 u32 v1 = array[i]; in odm_read_and_config_mp_8821c_phy_reg_pg() local
4560 u32 v1 = array[i]; in odm_read_and_config_mp_8821c_phy_reg_pg_type0x28() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublevector3d_p.h97 …Q_DECL_CONSTEXPR static inline double dotProduct(const QDoubleVector3D &v1, const QDoubleVector3D … in dotProduct()
100 …Q_DECL_CONSTEXPR static inline QDoubleVector3D crossProduct(const QDoubleVector3D &v1, const QDoub… in crossProduct()
278 Q_DECL_CONSTEXPR inline bool qFuzzyCompare(const QDoubleVector3D &v1, const QDoubleVector3D &v2) in qFuzzyCompare()
/OK3568_Linux_fs/kernel/lib/
H A Dxxhash.c110 uint32_t v1 = seed + PRIME32_1 + PRIME32_2; in xxh32() local
180 uint64_t v1 = seed + PRIME64_1 + PRIME64_2; in xxh64() local
308 uint32_t v1 = state->v1; in xxh32_update() local
413 uint64_t v1 = state->v1; in xxh64_update() local
452 const uint64_t v1 = state->v1; in xxh64_digest() local
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A DHalHWImg8723B_BB.c274 u32 v1 = Array[i]; in ODM_ReadAndConfig_MP_8723B_AGC_TAB() local
543 u32 v1 = Array[i]; in ODM_ReadAndConfig_MP_8723B_PHY_REG() local
625 u32 v1 = Array[i]; in ODM_ReadAndConfig_MP_8723B_PHY_REG_PG() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/
H A Dphydm_math_lib.h52 #define WEIGHTING_AVG(v1, w1, v2, w2) \ argument
55 #define __WEIGHTING_AVG(v1, w1, v2, w2, t1, t2, t3, t4) ({ \ argument
63 #define WEIGHTING_AVG(v1, w1, v2, w2) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/
H A Dphydm_math_lib.h53 #define WEIGHTING_AVG(v1, w1, v2, w2) \ argument
56 #define __WEIGHTING_AVG(v1, w1, v2, w2, t1, t2, t3, t4) ({ \ argument
64 #define WEIGHTING_AVG(v1, w1, v2, w2) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/
H A Dphydm_math_lib.h52 #define WEIGHTING_AVG(v1, w1, v2, w2) \ argument
55 #define __WEIGHTING_AVG(v1, w1, v2, w2, t1, t2, t3, t4) ({ \ argument
63 #define WEIGHTING_AVG(v1, w1, v2, w2) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/
H A Dphydm_math_lib.h52 #define WEIGHTING_AVG(v1, w1, v2, w2) \ argument
55 #define __WEIGHTING_AVG(v1, w1, v2, w2, t1, t2, t3, t4) ({ \ argument
63 #define WEIGHTING_AVG(v1, w1, v2, w2) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/
H A Dphydm_math_lib.h52 #define WEIGHTING_AVG(v1, w1, v2, w2) \ argument
55 #define __WEIGHTING_AVG(v1, w1, v2, w2, t1, t2, t3, t4) ({ \ argument
63 #define WEIGHTING_AVG(v1, w1, v2, w2) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/
H A Dphydm_math_lib.h53 #define WEIGHTING_AVG(v1, w1, v2, w2) \ argument
56 #define __WEIGHTING_AVG(v1, w1, v2, w2, t1, t2, t3, t4) ({ \ argument
64 #define WEIGHTING_AVG(v1, w1, v2, w2) \ argument

12345678910>>...15