Home
last modified time | relevance | path

Searched refs:fn2 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dvsx_utils.hpp101 #define VSX_REDIRECT_1RG(rt, rg, fnm, fn2) \ argument
102 VSX_FINLINE(rt) fnm(const rg& a) { return fn2(a); }
104 #define VSX_REDIRECT_2RG(rt, rg, fnm, fn2) \ argument
105 VSX_FINLINE(rt) fnm(const rg& a, const rg& b) { return fn2(a, b); }
435 #define VSX_IMPL_CONV_EVEN_4_2(rt, rg, fnm, fn2) \ argument
437 { return fn2(vec_sldw(a, a, 1)); }
446 #define VSX_IMPL_CONV_EVEN_2_4(rt, rg, fnm, fn2) \ in VSX_IMPL_CONV_EVEN_4_2() argument
449 rt v4 = fn2(a); \ in VSX_IMPL_CONV_EVEN_4_2()
467 # define VSX_IMPL_CONV_2VARIANT(rt, rg, fnm, fn2) \ argument
472 return fn2(a); \
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dvsx_utils.hpp101 #define VSX_REDIRECT_1RG(rt, rg, fnm, fn2) \ argument
102 VSX_FINLINE(rt) fnm(const rg& a) { return fn2(a); }
104 #define VSX_REDIRECT_2RG(rt, rg, fnm, fn2) \ argument
105 VSX_FINLINE(rt) fnm(const rg& a, const rg& b) { return fn2(a, b); }
435 #define VSX_IMPL_CONV_EVEN_4_2(rt, rg, fnm, fn2) \ argument
437 { return fn2(vec_sldw(a, a, 1)); }
446 #define VSX_IMPL_CONV_EVEN_2_4(rt, rg, fnm, fn2) \ in VSX_IMPL_CONV_EVEN_4_2() argument
449 rt v4 = fn2(a); \ in VSX_IMPL_CONV_EVEN_4_2()
467 # define VSX_IMPL_CONV_2VARIANT(rt, rg, fnm, fn2) \ argument
472 return fn2(a); \
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dvsx_utils.hpp101 #define VSX_REDIRECT_1RG(rt, rg, fnm, fn2) \ argument
102 VSX_FINLINE(rt) fnm(const rg& a) { return fn2(a); }
104 #define VSX_REDIRECT_2RG(rt, rg, fnm, fn2) \ argument
105 VSX_FINLINE(rt) fnm(const rg& a, const rg& b) { return fn2(a, b); }
435 #define VSX_IMPL_CONV_EVEN_4_2(rt, rg, fnm, fn2) \ argument
437 { return fn2(vec_sldw(a, a, 1)); }
446 #define VSX_IMPL_CONV_EVEN_2_4(rt, rg, fnm, fn2) \ in VSX_IMPL_CONV_EVEN_4_2() argument
449 rt v4 = fn2(a); \ in VSX_IMPL_CONV_EVEN_4_2()
467 # define VSX_IMPL_CONV_2VARIANT(rt, rg, fnm, fn2) \ argument
472 return fn2(a); \
[all …]
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c5000 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local
5004 fn2 = btf_name_by_offset(btf2, t2->name_off); in btf_check_func_type_match()
5011 bpf_log(log, "%s() is not a global function\n", fn2); in btf_check_func_type_match()
5029 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match()
5039 btf_type_str(t2), fn2); in btf_check_func_type_match()
5050 fn2, btf_type_str(t2)); in btf_check_func_type_match()
5057 fn2, t2->size); in btf_check_func_type_match()
5084 i, fn2); in btf_check_func_type_match()
5098 i, fn1, s1, fn2, s2); in btf_check_func_type_match()
/OK3568_Linux_fs/kernel/drivers/pinctrl/nuvoton/
H A Dpinctrl-npcm7xx.c899 .fn2 = fn_ ## h, .reg2 = NPCM7XX_GCR_ ## i, .bit2 = j, \
921 int fn2, reg2, bit2; member
1419 if (mode == fn_gpio || cfg->fn0 == mode || cfg->fn1 == mode || cfg->fn2 == mode) { in npcm7xx_setfunc()
1433 !!(cfg->fn2 == mode) ? in npcm7xx_setfunc()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Drunqueue.py1424 (mc2, fn2, taskname2, taskfn2) = split_tid_mcfn(dep)
1433 if fn == fn2:
1446 … logger.debug2('Stampfile for dependency %s:%s invalid (cached)' % (fn2, taskname2))