| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | complex | 31 T imag() const; // constexpr in C++14 34 void imag(T); 62 constexpr float imag() const; 63 void imag(float); 91 constexpr double imag() const; 92 void imag(double); 120 constexpr long double imag() const; 121 void imag(long double); 174 template<class T> T imag(const complex<T>&); // constexpr in C++14 175 long double imag(long double); // constexpr in C++14 [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | complex | 31 T imag() const; // constexpr in C++14 34 void imag(T); 62 constexpr float imag() const; 63 void imag(float); 91 constexpr double imag() const; 92 void imag(double); 120 constexpr long double imag() const; 121 void imag(long double); 174 template<class T> T imag(const complex<T>&); // constexpr in C++14 175 long double imag(long double); // constexpr in C++14 [all …]
|
| /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 | 145 : _M_real(__z.real()), _M_imag(__z.imag()) { } 156 imag() const { return _M_imag; } 168 imag() { return _M_imag; } 172 imag() const { return _M_imag; } 181 imag(_Tp __val) { _M_imag = __val; } 273 _M_imag = __z.imag(); 284 _M_imag += __z.imag(); 295 _M_imag -= __z.imag(); 306 const _Tp __r = _M_real * __z.real() - _M_imag * __z.imag(); 307 _M_imag = _M_real * __z.imag() + _M_imag * __z.real(); [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/ |
| H A D | complex | 145 : _M_real(__z.real()), _M_imag(__z.imag()) { } 156 imag() const { return _M_imag; } 168 imag() { return _M_imag; } 172 imag() const { return _M_imag; } 181 imag(_Tp __val) { _M_imag = __val; } 273 _M_imag = __z.imag(); 284 _M_imag += __z.imag(); 295 _M_imag -= __z.imag(); 306 const _Tp __r = _M_real * __z.real() - _M_imag * __z.imag(); 307 _M_imag = _M_real * __z.imag() + _M_imag * __z.real(); [all …]
|
| /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 | 73 return std::complex<_Tp>(__pi_2 - __t.real(), -__t.imag()); 107 std::complex<_Tp> __t(-__z.imag(), __z.real()); 109 return std::complex<_Tp>(__t.imag(), -__t.real()); 144 const _Tp __x = _Tp(1.0) - __r2 - __z.imag() * __z.imag(); 146 _Tp __num = __z.imag() + _Tp(1.0); 147 _Tp __den = __z.imag() - _Tp(1.0); 223 std::complex<_Tp> __t((__z.real() - __z.imag()) 224 * (__z.real() + __z.imag()) + _Tp(1.0), 225 _Tp(2.0) * __z.real() * __z.imag()); 262 const _Tp __i2 = __z.imag() * __z.imag(); [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 | 73 return std::complex<_Tp>(__pi_2 - __t.real(), -__t.imag()); 107 std::complex<_Tp> __t(-__z.imag(), __z.real()); 109 return std::complex<_Tp>(__t.imag(), -__t.real()); 144 const _Tp __x = _Tp(1.0) - __r2 - __z.imag() * __z.imag(); 146 _Tp __num = __z.imag() + _Tp(1.0); 147 _Tp __den = __z.imag() - _Tp(1.0); 223 std::complex<_Tp> __t((__z.real() - __z.imag()) 224 * (__z.real() + __z.imag()) + _Tp(1.0), 225 _Tp(2.0) * __z.real() * __z.imag()); 262 const _Tp __i2 = __z.imag() * __z.imag(); [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | bend.c | 160 double magn, phase, tmp, window, real, imag; in flow() local 216 imag = - p->gFFTworksp[2 * k + 1]; in flow() 219 magn = 2. * sqrt(real * real + imag * imag); in flow() 220 phase = atan2(imag, real); in flow()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/ |
| H A D | error_handling.hpp | 718 r = check_overflow<r_type>(val.imag(), &im, function, pol) || r; in check_overflow() 738 r = check_underflow<r_type>(val.imag(), &im, function, pol) || r; in check_underflow() 759 r = check_denorm<r_type>(val.imag(), &im, function, pol) || r; in check_denorm()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/ |
| H A D | extensions.hpp | 121 std::size_t seed = hasher(v.imag()); in hash_value()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_lcn.c | 3514 s16 imag, real; in wlc_lcnphy_samp_cap() local 3560 imag = ((val >> 16) & 0x3ff); in wlc_lcnphy_samp_cap() 3562 if (imag > 511) in wlc_lcnphy_samp_cap() 3563 imag -= 1024; in wlc_lcnphy_samp_cap() 3571 ptr[(strptr - 0x7E00) / 4] = imag; in wlc_lcnphy_samp_cap() 3574 if (imag > thresh || imag < -thresh) { in wlc_lcnphy_samp_cap()
|
| /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 | tree-core.h | 1409 tree imag; member
|
| H A D | tree.h | 1042 #define TREE_IMAGPART(NODE) (COMPLEX_CST_CHECK (NODE)->complex.imag)
|
| /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 | tree-core.h | 1409 tree imag; member
|
| H A D | tree.h | 1042 #define TREE_IMAGPART(NODE) (COMPLEX_CST_CHECK (NODE)->complex.imag)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | phy_n.c | 5650 u32 real, imag; in b43_nphy_rev2_cal_rx_iq() local 5784 imag = est.q0_pwr; in b43_nphy_rev2_cal_rx_iq() 5787 imag = est.q1_pwr; in b43_nphy_rev2_cal_rx_iq() 5789 power[i] = ((real + imag) / 1024) + 1; in b43_nphy_rev2_cal_rx_iq()
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/ |
| H A D | large.txt | 9020 read(4, "oad\")\n (proc-arg 13 \"imag"..., 4000) = 4000
|
| /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/ |
| H A D | gtype.state | 896 (!pair "imag"
|
| /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/ |
| H A D | gtype.state | 894 (!pair "imag"
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 4341 M: Nicolas Palix <nicolas.palix@imag.fr>
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 16104 struct complex { real_t real; double imag; }; 16116 double imag; 16125 double imag;
|
| H A D | gcc.info | 30164 fictitious variables are named 'foo$real' and 'foo$imag'. You can
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 16104 struct complex { real_t real; double imag; }; 16116 double imag; 16125 double imag;
|
| H A D | gcc.info | 30164 fictitious variables are named 'foo$real' and 'foo$imag'. You can
|