| /freebsd-13.1/include/ |
| H A D | complex.h | 68 double complex cacos(double complex); 69 float complex cacosf(float complex); 80 float complex casinf(float complex); 88 float complex catanf(float complex); 95 double complex ccos(double complex); 96 float complex ccosf(float complex); 100 float complex cexpf(float complex); 107 float complex clogf(float complex); 114 float complex cpowf(float complex, float complex); 115 double complex cpow(double complex, double complex); [all …]
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | complex | 41 complex& operator=(const complex&); 137 template<class T> complex<T> operator+(const complex<T>&, const complex<T>&); 140 template<class T> complex<T> operator-(const complex<T>&, const complex<T>&); 221 template<class T> complex<T> pow(const complex<T>&, const complex<T>&); 269 complex(const complex<_Xp>& __c) 494 complex<float>::complex(const complex<double>& __c) 499 complex<float>::complex(const complex<long double>& __c) 504 complex<double>::complex(const complex<float>& __c) 509 complex<double>::complex(const complex<long double>& __c) 514 complex<long double>::complex(const complex<float>& __c) [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
| H A D | complex_cmath.h | 121 __DEVICE__ std::complex<_Tp> sqrt(const std::complex<_Tp> &__x) { in sqrt() 138 __DEVICE__ std::complex<_Tp> exp(const std::complex<_Tp> &__x) { in exp() 158 std::complex<_Tp> pow(const std::complex<_Tp> &__x, in pow() 174 __DEVICE__ std::complex<_Tp> asinh(const std::complex<_Tp> &__x) { in asinh() 202 __DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) { in acosh() 235 __DEVICE__ std::complex<_Tp> atanh(const std::complex<_Tp> &__x) { in atanh() 265 __DEVICE__ std::complex<_Tp> sinh(const std::complex<_Tp> &__x) { in sinh() 279 __DEVICE__ std::complex<_Tp> cosh(const std::complex<_Tp> &__x) { in cosh() 295 __DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) { in tanh() 367 __DEVICE__ std::complex<_Tp> sin(const std::complex<_Tp> &__x) { in sin() [all …]
|
| H A D | complex | 1 /*===-- complex --- OpenMP complex wrapper for target regions --------- c++ -=== 17 // We require std::math functions in the complex builtins below. 26 #include_next <complex> 29 // after including <cmath> above. Since the complex header we use is a 32 // the (hopefully template) functions in the <complex> header with the ones we 34 // arithmetic and calls to non-complex functions, all of which we can then
|
| /freebsd-13.1/tools/regression/include/tgmath/ |
| H A D | tgmath.c | 65 float complex (FNC ## f)(float complex x) { n_float_complex++; }\ 66 double complex (FNC)(double complex x) { n_double_complex++; } \ 67 long double complex \ 93 float complex (cpowf)(float complex x, float complex y) { n_float_complex++; } in TGMACRO() 94 double complex in complex() function 95 (cpow)(double complex x, double complex y) { n_double_complex++; } in complex() 96 long double complex in complex() function 97 (cpowl)(long double complex x, long double complex y) in complex() 169 long double complex ldc; 170 double complex dc; [all …]
|
| /freebsd-13.1/lib/msun/tests/ |
| H A D | conj_test.c | 44 static float complex (*libconjf)(float complex) = conjf; 45 static double complex (*libconj)(double complex) = conj; 46 static long double complex (*libconjl)(long double complex) = conjl; 47 static float (*libcrealf)(float complex) = crealf; 48 static double (*libcreal)(double complex) = creal; 49 static long double (*libcreall)(long double complex) = creall; 50 static float (*libcimagf)(float complex) = cimagf; 51 static double (*libcimag)(double complex) = cimag; 52 static long double (*libcimagl)(long double complex) = cimagl; 76 complex float in; in ATF_TC_BODY() [all …]
|
| H A D | csqrt_test.c | 48 static long double complex (*t_csqrt)(long double complex); 50 static long double complex 51 _csqrtf(long double complex d) in _csqrtf() 54 return (csqrtf((float complex)d)); in _csqrtf() 57 static long double complex 58 _csqrt(long double complex d) in _csqrt() 61 return (csqrt((double complex)d)); in _csqrt() 218 long double complex result; in test_overflow() 259 long double complex result; in test_precision()
|
| H A D | test-utils.h | 83 static inline long double complex 86 long double complex z; in CMPLXL() 99 static int cfpequal(long double complex, long double complex) __used; 168 cfpequal(long double complex d1, long double complex d2) in cfpequal()
|
| /freebsd-13.1/lib/msun/src/ |
| H A D | catrig.c | 65 static double complex clog_for_large_values(double complex z); 276 double complex 281 double complex w; in casinh() 337 double complex 357 double complex 363 double complex w; in cacos() 431 double complex 434 double complex w; in cacosh() 456 static double complex 573 double complex [all …]
|
| H A D | catrigf.c | 77 static float complex clog_for_large_values(float complex z); 147 float complex 152 float complex w; in casinhf() 194 float complex 202 float complex 208 float complex w; in cacosf() 261 float complex 264 float complex w; in cacoshf() 279 static float complex 340 float complex [all …]
|
| H A D | catrigl.c | 96 static long double complex clog_for_large_values(long double complex z); 166 long double complex 171 long double complex w; in casinhl() 213 long double complex 216 long double complex w; in casinl() 222 long double complex 228 long double complex w; in cacosl() 281 long double complex 284 long double complex w; in cacoshl() 361 long double complex [all …]
|
| H A D | s_cpowf.c | 53 float complex 54 cpowf(float complex a, float complex z) in cpowf() 56 float complex w; in cpowf()
|
| H A D | s_cpow.c | 54 double complex 55 cpow(double complex a, double complex z) in cpow() 57 double complex w; in cpow()
|
| H A D | s_cpowl.c | 53 long double complex 54 cpowl(long double complex a, long double complex z) in cpowl() 56 long double complex w; in cpowl()
|
| H A D | s_ctanh.c | 76 double complex 77 ctanh(double complex z) in ctanh() 142 double complex 143 ctan(double complex z) in ctan()
|
| H A D | s_ctanhf.c | 41 float complex 42 ctanhf(float complex z) in ctanhf() 80 float complex 81 ctanf(float complex z) in ctanf()
|
| H A D | s_ccoshf.c | 43 float complex 44 ccoshf(float complex z) in ccoshf() 99 float complex 100 ccosf(float complex z) in ccosf()
|
| H A D | s_csinhf.c | 43 float complex 44 csinhf(float complex z) in csinhf() 99 float complex 100 csinf(float complex z) in csinf()
|
| H A D | s_ccosh.c | 51 double complex 52 ccosh(double complex z) in ccosh() 153 double complex 154 ccos(double complex z) in ccos()
|
| H A D | s_csinh.c | 51 double complex 52 csinh(double complex z) in csinh() 152 double complex 153 csin(double complex z) in csin()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/ |
| H A D | complex | 1 /*===---- complex - CUDA wrapper for <complex> ------------------------------=== 27 // Wrapper around <complex> that forces its functions to be __host__ 31 // <complex>, so that the pragma below only applies to <complex> itself. 46 // complex functions, rather than calling builtins (which resolve to library 53 // __host__ __device__ void complex<float> sin(const complex<float>& x) { 59 // void __host__ __device__ complex<T> sin(const complex<T>& x) { 60 // return complex<T>(sin(x.real()) * cosh(x.imag()), 82 #include_next <complex>
|
| /freebsd-13.1/sys/contrib/device-tree/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";
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libm/ |
| H A D | t_cabsl.cxx | 47 std::complex<long double> cld(3.0,4.0); in ATF_TEST_CASE_BODY() 50 std::complex<double> cd(3.0,4.0); in ATF_TEST_CASE_BODY() 53 std::complex<float> cf(3.0,4.0); in ATF_TEST_CASE_BODY()
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | ti-8x | 28 >0x00003B byte 0x0C (complex number) 81 >0x00003B byte 0x0C (complex number) 94 >0x00003B byte 0x01 (complex number) 96 >0x00003B byte 0x03 (complex vector) 98 >0x00003B byte 0x05 (complex list) 100 >0x00003B byte 0x07 (complex matrix) 102 >0x00003B byte 0x09 (complex constant) 127 >0x00003B byte 0x01 (complex number) 129 >0x00003B byte 0x03 (complex vector) 131 >0x00003B byte 0x05 (complex list) [all …]
|