| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | complex | 2 //===--------------------------- complex ----------------------------------===// 15 complex synopsis 21 class complex 26 complex(const T& re = T(), const T& im = T()); // constexpr in C++14 27 complex(const complex&); // constexpr in C++14 28 template<class X> complex(const complex<X>&); // constexpr in C++14 36 complex<T>& operator= (const T&); 37 complex<T>& operator+=(const T&); 38 complex<T>& operator-=(const T&); 39 complex<T>& operator*=(const T&); [all …]
|
| H A D | ccomplex | 17 #include <complex> 21 #include <complex>
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | complex | 2 //===--------------------------- complex ----------------------------------===// 15 complex synopsis 21 class complex 26 complex(const T& re = T(), const T& im = T()); // constexpr in C++14 27 complex(const complex&); // constexpr in C++14 28 template<class X> complex(const complex<X>&); // constexpr in C++14 36 complex<T>& operator= (const T&); 37 complex<T>& operator+=(const T&); 38 complex<T>& operator-=(const T&); 39 complex<T>& operator*=(const T&); [all …]
|
| H A D | ccomplex | 17 #include <complex> 21 #include <complex>
|
| /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 | 1 // The template and inlines for the -*- C++ -*- complex number classes. 25 /** @file include/complex 47 // Get rid of a macro possibly defined in <complex.h> 48 #undef complex 62 * Classes and functions for complex numbers. 67 template<typename _Tp> class complex; 68 template<> class complex<float>; 69 template<> class complex<double>; 70 template<> class complex<long double>; 73 template<typename _Tp> _Tp abs(const complex<_Tp>&); [all …]
|
| H A D | complex.h | 38 # include_next <complex.h> 41 # undef 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/include/c++/10.3.1/ |
| H A D | complex | 1 // The template and inlines for the -*- C++ -*- complex number classes. 25 /** @file include/complex 47 // Get rid of a macro possibly defined in <complex.h> 48 #undef complex 62 * Classes and functions for complex numbers. 67 template<typename _Tp> class complex; 68 template<> class complex<float>; 69 template<> class complex<double>; 70 template<> class complex<long double>; 73 template<typename _Tp> _Tp abs(const complex<_Tp>&); [all …]
|
| H A D | complex.h | 38 # include_next <complex.h> 41 # undef complex
|
| /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 | 1 // TR1 complex -*- C++ -*- 25 /** @file tr1/complex 34 #include <complex> 55 template<typename _Tp> std::complex<_Tp> acos(const std::complex<_Tp>&); 56 template<typename _Tp> std::complex<_Tp> asin(const std::complex<_Tp>&); 57 template<typename _Tp> std::complex<_Tp> atan(const std::complex<_Tp>&); 58 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&); 59 template<typename _Tp> std::complex<_Tp> asinh(const std::complex<_Tp>&); 60 template<typename _Tp> std::complex<_Tp> atanh(const std::complex<_Tp>&); 64 template<typename _Tp> std::complex<_Tp> fabs(const std::complex<_Tp>&); [all …]
|
| /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 | 1 // TR1 complex -*- C++ -*- 25 /** @file tr1/complex 34 #include <complex> 55 template<typename _Tp> std::complex<_Tp> acos(const std::complex<_Tp>&); 56 template<typename _Tp> std::complex<_Tp> asin(const std::complex<_Tp>&); 57 template<typename _Tp> std::complex<_Tp> atan(const std::complex<_Tp>&); 58 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&); 59 template<typename _Tp> std::complex<_Tp> asinh(const std::complex<_Tp>&); 60 template<typename _Tp> std::complex<_Tp> atanh(const std::complex<_Tp>&); 64 template<typename _Tp> std::complex<_Tp> fabs(const std::complex<_Tp>&); [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/ |
| H A D | pci-msi.txt | 4 Each PCI device under a root complex is uniquely identified by its Requester ID 26 PCI root complex 52 - msi-parent: Describes the MSI parent of the root complex itself. Where 53 the root complex and MSI controller do not pass sideband data with MSI 55 used by PCI devices under the root complex, if defined as such in the 56 binding for the root complex. 75 compatible = "vendor,pcie-root-complex"; 103 compatible = "vendor,pcie-root-complex"; 132 compatible = "vendor,pcie-root-complex"; 162 compatible = "vendor,pcie-root-complex"; [all …]
|
| H A D | pci-iommu.txt | 4 Each PCI(e) device under a root complex is uniquely identified by its Requester 18 root complex may split masters across a set of IOMMUs (e.g. with one IOMMU per 29 PCI root complex 63 compatible = "vendor,pcie-root-complex"; 90 compatible = "vendor,pcie-root-complex"; 118 compatible = "vendor,pcie-root-complex"; 158 compatible = "vendor,pcie-root-complex";
|
| /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-8 | 4511 The complex-valued functions are defined in ‘complex.h’. 4701 ISO C99 defines variants of the trig functions which work on complex 4703 useful if your compiler supports the new complex types defined by the 4704 standard. (As of this writing GCC supports complex numbers, but there 4707 -- Function: complex double csin (complex double Z) 4708 -- Function: complex float csinf (complex float Z) 4709 -- Function: complex long double csinl (complex long double Z) 4710 -- Function: complex _FloatN csinfN (complex _FloatN Z) 4711 -- Function: complex _FloatNx csinfNx (complex _FloatNx Z) 4716 These functions return the complex sine of Z. The mathematical [all …]
|
| H A D | libc.info-13 | 4609 more complex tasks, the GNU C Library also implements "condition 4611 solving complex synchronization problems. They are used to synchronize 8649 ‘const float complex I’ 8651 ‘complex.h’ (C99): *note Complex Numbers::. 10285 ‘const float complex _Complex_I’ 10287 ‘complex.h’ (C99): *note Complex Numbers::. 11727 ‘double cabs (complex double Z)’ 11729 ‘complex.h’ (ISO): *note Absolute Value::. 11731 ‘float cabsf (complex float Z)’ 11733 ‘complex.h’ (ISO): *note Absolute Value::. [all …]
|
| /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-8 | 4511 The complex-valued functions are defined in ‘complex.h’. 4701 ISO C99 defines variants of the trig functions which work on complex 4703 useful if your compiler supports the new complex types defined by the 4704 standard. (As of this writing GCC supports complex numbers, but there 4707 -- Function: complex double csin (complex double Z) 4708 -- Function: complex float csinf (complex float Z) 4709 -- Function: complex long double csinl (complex long double Z) 4710 -- Function: complex _FloatN csinfN (complex _FloatN Z) 4711 -- Function: complex _FloatNx csinfNx (complex _FloatNx Z) 4716 These functions return the complex sine of Z. The mathematical [all …]
|
| H A D | libc.info-13 | 4609 more complex tasks, the GNU C Library also implements "condition 4611 solving complex synchronization problems. They are used to synchronize 8649 ‘const float complex I’ 8651 ‘complex.h’ (C99): *note Complex Numbers::. 10285 ‘const float complex _Complex_I’ 10287 ‘complex.h’ (C99): *note Complex Numbers::. 11727 ‘double cabs (complex double Z)’ 11729 ‘complex.h’ (ISO): *note Absolute Value::. 11731 ‘float cabsf (complex float Z)’ 11733 ‘complex.h’ (ISO): *note Absolute Value::. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-sdr-pcu20be.rst | 9 Planar complex unsigned 20-bit big endian IQ sample 14 This format contains a sequence of complex number samples. Each complex
|
| H A D | pixfmt-sdr-pcu18be.rst | 9 Planar complex unsigned 18-bit big endian IQ sample 14 This format contains a sequence of complex number samples. Each complex
|
| H A D | pixfmt-sdr-pcu16be.rst | 9 Planar complex unsigned 16-bit big endian IQ sample 14 This format contains a sequence of complex number samples. Each complex
|
| H A D | pixfmt-sdr-cu08.rst | 15 This format contains sequence of complex number samples. Each complex
|
| H A D | pixfmt-sdr-cs08.rst | 15 This format contains sequence of complex number samples. Each complex
|
| H A D | pixfmt-sdr-cu16le.rst | 16 This format contains sequence of complex number samples. Each complex
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libmpc/ |
| H A D | libmpc.inc | 1 SUMMARY = "C library for complex number arithmetic with arbitrary precision and correct rounding" 2 DESCRIPTION = "Mpc is a C library for the arithmetic of complex numbers with arbitrarily high preci…
|
| /OK3568_Linux_fs/buildroot/package/unzip/ |
| H A D | 0001-Add-a-CMakeFile.txt-to-ease-cross-compilation.patch | 6 Info-ZIP's UnZip 6.0 has a complex, hand-crafted Makefile with a 8 range of UNIX-like operating systems. The result is an overly complex 15 Instead of tweaking and fixing a huge and complex build system, skip
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | eukrea-tlv320.txt | 1 Audio complex for Eukrea boards with tlv320aic23 codec. 7 - eukrea,model : The user-visible name of this sound complex.
|