| /OK3568_Linux_fs/kernel/sound/pci/ctxfi/ |
| H A D | ctresource.c | 104 return rsc->conj; in rsc_index() 109 return (rsc->conj << 4) + offset_in_audio_slot_block[rsc->type]; in audio_ring_slot() 117 rsc->conj += (AUDIO_SLOT_BLOCK_NUM >> i); in rsc_next_conj() 122 rsc->conj = rsc->idx; in rsc_master() 138 rsc->conj = idx; in rsc_init() 197 rsc->idx = rsc->conj = 0; in rsc_uninit()
|
| H A D | ctamixer.c | 28 rsc->conj = 0; in amixer_master() 34 rsc->conj++; in amixer_next_conj() 39 return container_of(rsc, struct amixer, rsc)->idx[rsc->conj]; in amixer_index() 335 rsc->conj = 0; in sum_master() 341 rsc->conj++; in sum_next_conj() 346 return container_of(rsc, struct sum, rsc)->idx[rsc->conj]; in sum_index()
|
| H A D | ctdaio.c | 59 rsc->conj = rsc->idx; in daio_master() 64 return rsc->conj; in daio_index() 69 rsc->conj += 2; in daio_out_next_conj() 74 rsc->conj += 0x200; in daio_in_next_conj_20k1() 79 rsc->conj += 0x100; in daio_in_next_conj_20k2()
|
| H A D | ctresource.h | 34 u32 conj:12; /* Current conjugate index */ member
|
| H A D | ctsrc.c | 595 rsc->conj = 0; in srcimp_master() 601 rsc->conj++; in srcimp_next_conj() 606 return container_of(rsc, struct srcimp, rsc)->idx[rsc->conj]; in srcimp_index()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | cmathcalls.h | 118 __MATHCALL (conj, (_Mdouble_complex_ __z));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | cmathcalls.h | 118 __MATHCALL (conj, (_Mdouble_complex_ __z));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/ |
| H A D | complex | 377 conj(const std::complex<_Tp>& __z) 378 { return std::conj(__z); } 382 conj(_Tp __x)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/ |
| H A D | complex | 377 conj(const std::complex<_Tp>& __z) 378 { return std::conj(__z); } 382 conj(_Tp __x)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | complex | 194 template<class T> complex<T> conj(const complex<T>&); 195 complex<long double> conj(long double); 196 complex<double> conj(double); 197 template<Integral T> complex<double> conj(T); 198 complex<float> conj(float); 930 // conj 935 conj(const complex<_Tp>& __c) 943 conj(_Tp __re)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | complex | 194 template<class T> complex<T> conj(const complex<T>&); 195 complex<long double> conj(long double); 196 complex<double> conj(double); 197 template<Integral T> complex<double> conj(T); 198 complex<float> conj(float); 930 // conj 935 conj(const complex<_Tp>& __c) 943 conj(_Tp __re)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | matx.hpp | 377 Vec conj() const; 1062 Vec<float, 2> Vec<float, 2>::conj() const in conj() function in cv::Vec 1068 Vec<double, 2> Vec<double, 2>::conj() const in conj() function in cv::Vec 1074 Vec<float, 4> Vec<float, 4>::conj() const in conj() function in cv::Vec 1080 Vec<double, 4> Vec<double, 4>::conj() const in conj() function in cv::Vec
|
| H A D | types.hpp | 85 Complex conj() const; 651 Scalar_<_Tp> conj() const; 994 Complex<_Tp> Complex<_Tp>::conj() const in conj() function in cv::Complex 2145 Scalar_<_Tp> Scalar_<_Tp>::conj() const in conj() function in cv::Scalar_ 2307 return b.conj() * s; in operator /()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | matx.hpp | 377 Vec conj() const; 1062 Vec<float, 2> Vec<float, 2>::conj() const in conj() function in cv::Vec 1068 Vec<double, 2> Vec<double, 2>::conj() const in conj() function in cv::Vec 1074 Vec<float, 4> Vec<float, 4>::conj() const in conj() function in cv::Vec 1080 Vec<double, 4> Vec<double, 4>::conj() const in conj() function in cv::Vec
|
| H A D | types.hpp | 85 Complex conj() const; 651 Scalar_<_Tp> conj() const; 994 Complex<_Tp> Complex<_Tp>::conj() const in conj() function in cv::Complex 2145 Scalar_<_Tp> Scalar_<_Tp>::conj() const in conj() function in cv::Scalar_ 2307 return b.conj() * s; in operator /()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | matx.hpp | 377 Vec conj() const; 1062 Vec<float, 2> Vec<float, 2>::conj() const in conj() function in cv::Vec 1068 Vec<double, 2> Vec<double, 2>::conj() const in conj() function in cv::Vec 1074 Vec<float, 4> Vec<float, 4>::conj() const in conj() function in cv::Vec 1080 Vec<double, 4> Vec<double, 4>::conj() const in conj() function in cv::Vec
|
| H A D | types.hpp | 85 Complex conj() const; 651 Scalar_<_Tp> conj() const; 994 Complex<_Tp> Complex<_Tp>::conj() const in conj() function in cv::Complex 2145 Scalar_<_Tp> Scalar_<_Tp>::conj() const in conj() function in cv::Scalar_ 2307 return b.conj() * s; in operator /()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | tgmath.h | 833 #define conj(Val) __TGMATH_UNARY_IMAG (Val, conj) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | tgmath.h | 833 #define conj(Val) __TGMATH_UNARY_IMAG (Val, conj) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | complex | 81 _GLIBCXX20_CONSTEXPR complex<_Tp> conj(const complex<_Tp>&); 708 conj(const complex<_Tp>& __z) 1971 conj(_Tp __x)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | complex | 81 _GLIBCXX20_CONSTEXPR complex<_Tp> conj(const complex<_Tp>&); 708 conj(const complex<_Tp>& __z) 1971 conj(_Tp __x)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | builtins.def | 674 DEF_C99_COMPL_BUILTIN (BUILT_IN_CONJ, "conj", BT_FN_COMPLEX_DOUBLE_COMPLEX_DOUBLE, ATTR_CONS…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | builtins.def | 674 DEF_C99_COMPL_BUILTIN (BUILT_IN_CONJ, "conj", BT_FN_COMPLEX_DOUBLE_COMPLEX_DOUBLE, ATTR_CONS…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-16 | 727 * conj: (libc)Operations on Complex. 2877 * conj: Operations on Complex.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-16 | 727 * conj: (libc)Operations on Complex. 2877 * conj: Operations on Complex.
|