Home
last modified time | relevance | path

Searched defs:a_imag (Results 1 – 25 of 25) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/gsl-an/cblas/
H A Dsource_trsv_c.h39 const BASE a_imag = conj * CONST_IMAG(A, lda * (N - 1) + (N - 1)); variable
67 const BASE a_imag = conj * CONST_IMAG(A, lda * i + i); variable
88 const BASE a_imag = conj * CONST_IMAG(A, lda * 0 + 0); variable
115 const BASE a_imag = conj * CONST_IMAG(A, lda * i + i); variable
137 const BASE a_imag = conj * CONST_IMAG(A, lda * 0 + 0); variable
164 const BASE a_imag = conj * CONST_IMAG(A, lda * i + i); variable
185 const BASE a_imag = conj * CONST_IMAG(A, lda * (N - 1) + (N - 1)); variable
213 const BASE a_imag = conj * CONST_IMAG(A, lda * i + i); variable
H A Dsource_trsm_c.h66 const BASE a_imag = Aii_imag / s; variable
110 const BASE a_imag = Aii_imag / s; variable
154 const BASE a_imag = Aii_imag / s; variable
198 const BASE a_imag = Aii_imag / s; variable
242 const BASE a_imag = Ajj_imag / s; variable
285 const BASE a_imag = Ajj_imag / s; variable
329 const BASE a_imag = Ajj_imag / s; variable
372 const BASE a_imag = Ajj_imag / s; variable
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_cblas__source_trsv_c.h39 const BASE a_imag = conj * CONST_IMAG(A, lda * (N - 1) + (N - 1)); variable
67 const BASE a_imag = conj * CONST_IMAG(A, lda * i + i); variable
88 const BASE a_imag = conj * CONST_IMAG(A, lda * 0 + 0); variable
115 const BASE a_imag = conj * CONST_IMAG(A, lda * i + i); variable
137 const BASE a_imag = conj * CONST_IMAG(A, lda * 0 + 0); variable
164 const BASE a_imag = conj * CONST_IMAG(A, lda * i + i); variable
185 const BASE a_imag = conj * CONST_IMAG(A, lda * (N - 1) + (N - 1)); variable
213 const BASE a_imag = conj * CONST_IMAG(A, lda * i + i); variable
H A Dgsl_cblas__source_trsm_c.h66 const BASE a_imag = Aii_imag / s; variable
110 const BASE a_imag = Aii_imag / s; variable
154 const BASE a_imag = Aii_imag / s; variable
198 const BASE a_imag = Aii_imag / s; variable
242 const BASE a_imag = Ajj_imag / s; variable
285 const BASE a_imag = Ajj_imag / s; variable
329 const BASE a_imag = Ajj_imag / s; variable
372 const BASE a_imag = Ajj_imag / s; variable
H A Dgsl_cblas__source_tbsv_c.h54 const BASE a_imag = conj * CONST_IMAG(A, lda * i + 0); variable
90 const BASE a_imag = conj * CONST_IMAG(A, lda * i + K); variable
127 const BASE a_imag = conj * CONST_IMAG(A, 0 + lda * i); variable
164 const BASE a_imag = conj * CONST_IMAG(A, K + lda * i); variable
H A Dgsl_cdf__logistic.c40 return P;
41 }
42
43 double
/dports/math/gsl/gsl-2.7/cblas/
H A Dsource_trsv_c.h41 const BASE a_imag = conj * CONST_IMAG(A, lda * (N - 1) + (N - 1)); variable
69 const BASE a_imag = conj * CONST_IMAG(A, lda * i + i); variable
90 const BASE a_imag = conj * CONST_IMAG(A, lda * 0 + 0); variable
117 const BASE a_imag = conj * CONST_IMAG(A, lda * i + i); variable
139 const BASE a_imag = conj * CONST_IMAG(A, lda * 0 + 0); variable
166 const BASE a_imag = conj * CONST_IMAG(A, lda * i + i); variable
187 const BASE a_imag = conj * CONST_IMAG(A, lda * (N - 1) + (N - 1)); variable
215 const BASE a_imag = conj * CONST_IMAG(A, lda * i + i); variable
H A Dsource_tpsv_c.h40 const BASE a_imag = conj * CONST_IMAG(Ap, TPUP(N, (N - 1), (N - 1))); variable
89 const BASE a_imag = conj * CONST_IMAG(Ap, TPLO(N, 0, 0)); variable
138 const BASE a_imag = conj * CONST_IMAG(Ap, TPUP(N, 0, 0)); variable
186 const BASE a_imag = conj * CONST_IMAG(Ap, TPLO(N, (N - 1), (N - 1))); variable
H A Dsource_trsm_c.h70 const BASE a_imag = Aii_imag / s; variable
114 const BASE a_imag = Aii_imag / s; variable
158 const BASE a_imag = Aii_imag / s; variable
202 const BASE a_imag = Aii_imag / s; variable
246 const BASE a_imag = Ajj_imag / s; variable
289 const BASE a_imag = Ajj_imag / s; variable
333 const BASE a_imag = Ajj_imag / s; variable
376 const BASE a_imag = Ajj_imag / s; variable
H A Dsource_tbsv_c.h56 const BASE a_imag = conj * CONST_IMAG(A, lda * i + 0); variable
92 const BASE a_imag = conj * CONST_IMAG(A, lda * i + K); variable
129 const BASE a_imag = conj * CONST_IMAG(A, 0 + lda * i); variable
166 const BASE a_imag = conj * CONST_IMAG(A, K + lda * i); variable
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/Core/arch/CUDA/
H A DComplex.h55 const T a_imag = numext::imag(a); in complex_multiply() local
67 const T a_imag = numext::imag(a); in complex_divide_fast() local
79 const T a_imag = numext::imag(a); in complex_divide_stable() local
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/arch/CUDA/
H A DComplex.h66 const T a_imag = numext::imag(a); in complex_multiply() local
78 const T a_imag = numext::imag(a); in complex_divide_fast() local
90 const T a_imag = numext::imag(a); in complex_divide_stable() local
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/arch/CUDA/
H A DComplex.h66 const T a_imag = numext::imag(a); in complex_multiply() local
78 const T a_imag = numext::imag(a); in complex_divide_fast() local
90 const T a_imag = numext::imag(a); in complex_divide_stable() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/
H A Dvnl_cpoly_roots.cxx35 vnl_vector<double> const & a_imag) in vnl_cpoly_roots()
/dports/misc/vxl/vxl-3.3.2/core/vnl/algo/
H A Dvnl_cpoly_roots.cxx36 …_cpoly_roots::vnl_cpoly_roots(vnl_vector<double> const & a_real, vnl_vector<double> const & a_imag) in vnl_cpoly_roots()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/tests/
H A Dtest_complex_eigensystem.cxx24 double a_imag[N*N] = { in test_complex_eigensystem1() local
/dports/misc/vxl/vxl-3.3.2/core/vnl/algo/tests/
H A Dtest_complex_eigensystem.cxx21 …double a_imag[N * N] = { 6.9244, 3.6255, -3.9077, -6.9825, -0.0690, -3.1606, 0.5030, -2.4104, -6.… in test_complex_eigensystem1() local
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Dtuple_vector_reduce.cpp81 Expr a_imag = f()[1]; in main() local
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dfft_engine.hpp289 const T a_imag = coeffs[stride*1*m].imag(); in butterfly_5() local
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dfft_engine.hpp289 const T a_imag = coeffs[stride*1*m].imag(); in butterfly_5() local
/dports/science/wannier90/wannier90-3.1.0/test-suite/library-mode-test/
H A Dtest_library.F9097 real(kind=dp) :: m_real, m_imag, a_real, a_imag variable
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslcmplex.c87 double a_real, b_real, a_imag, b_imag; in SLcomplex_times() local
102 double a_real, b_real, a_imag, b_imag; in SLcomplex_divide() local
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslcmplex.c73 double a_real, b_real, a_imag, b_imag; in SLcomplex_times() local
88 double a_real, b_real, a_imag, b_imag; in SLcomplex_divide() local
/dports/science/wannier90/wannier90-3.1.0/src/
H A Doverlap.F90110 real(kind=dp) :: m_real, m_imag, a_real, a_imag, mu_tmp, sigma_tmp local
/dports/math/blis/blis-0.8.1/frame/base/
H A Dbli_check.c336 double a_imag; in bli_check_real_valued_object() local