Home
last modified time | relevance | path

Searched +defs:A +defs:n (Results 251 – 275 of 40153) sorted by relevance

1...<<11121314151617181920>>...1607

/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaTemplate/
H A Dcxx17-inline-variables.cpp17 constexpr int n = X<true>::value; variable
20 template <typename T> struct A { struct
21 static const int n; member
26 template <typename T> constexpr int A<T>::n = sizeof(A) + sizeof(T); argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaTemplate/
H A Dcxx17-inline-variables.cpp17 constexpr int n = X<true>::value; variable
20 template <typename T> struct A { struct
21 static const int n; member
26 template <typename T> constexpr int A<T>::n = sizeof(A) + sizeof(T); argument
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaTemplate/
H A Dcxx17-inline-variables.cpp17 constexpr int n = X<true>::value; variable
20 template <typename T> struct A { struct
21 static const int n; member
26 template <typename T> constexpr int A<T>::n = sizeof(A) + sizeof(T); argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaTemplate/
H A Dcxx17-inline-variables.cpp17 constexpr int n = X<true>::value; variable
20 template <typename T> struct A { struct
21 static const int n; member
26 template <typename T> constexpr int A<T>::n = sizeof(A) + sizeof(T); argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaTemplate/
H A Dcxx17-inline-variables.cpp17 constexpr int n = X<true>::value; variable
20 template <typename T> struct A { struct
21 static const int n; member
26 template <typename T> constexpr int A<T>::n = sizeof(A) + sizeof(T); argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaTemplate/
H A Dcxx17-inline-variables.cpp17 constexpr int n = X<true>::value; variable
20 template <typename T> struct A { struct
21 static const int n; member
26 template <typename T> constexpr int A<T>::n = sizeof(A) + sizeof(T); argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dcxx17-inline-variables.cpp17 constexpr int n = X<true>::value; variable
20 template <typename T> struct A { struct
21 static const int n; member
26 template <typename T> constexpr int A<T>::n = sizeof(A) + sizeof(T); argument
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaTemplate/
H A Dcxx17-inline-variables.cpp17 constexpr int n = X<true>::value; variable
20 template <typename T> struct A { struct
21 static const int n; member
26 template <typename T> constexpr int A<T>::n = sizeof(A) + sizeof(T); argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaTemplate/
H A Dcxx17-inline-variables.cpp17 constexpr int n = X<true>::value; variable
20 template <typename T> struct A { struct
21 static const int n; member
26 template <typename T> constexpr int A<T>::n = sizeof(A) + sizeof(T); argument
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dcxx17-inline-variables.cpp17 constexpr int n = X<true>::value; variable
20 template <typename T> struct A { struct
21 static const int n; member
26 template <typename T> constexpr int A<T>::n = sizeof(A) + sizeof(T); argument
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaTemplate/
H A Dcxx17-inline-variables.cpp17 constexpr int n = X<true>::value; variable
20 template <typename T> struct A { struct
21 static const int n; member
26 template <typename T> constexpr int A<T>::n = sizeof(A) + sizeof(T); argument
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaTemplate/
H A Dcxx17-inline-variables.cpp17 constexpr int n = X<true>::value; variable
20 template <typename T> struct A { struct
21 static const int n; member
26 template <typename T> constexpr int A<T>::n = sizeof(A) + sizeof(T); argument
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DSmoothers.F90402 SUBROUTINE Jacobi( n, A, M, x, b, r, Rounds) argument
487 SUBROUTINE GS( n, A, M, x, b, r, Rounds ) argument
523 SUBROUTINE Richards( n, A, M, x, b, r, Rounds ) argument
637 SUBROUTINE SGS( n, A, M, x, b, r, Rounds ) argument
816 SUBROUTINE CSGS( n, A, M, rx, rb, rr, Rounds ) argument
1215 SUBROUTINE CG( n, A, M, x, b, r, Rounds ) argument
1257 SUBROUTINE CCG( n, A, M, rx, rb, rr, Rounds ) argument
1310 SUBROUTINE Uzawa( n, A, M, x, b, r, Rounds ) argument
1540 SUBROUTINE BiCG( n, A, M, x, b, r, Rounds ) argument
1592 SUBROUTINE Vanka( n, A, M, x, b, r, Rounds ) argument
[all …]
/dports/devel/ode/ode-0.13/ode/src/
H A Dmatrix.h63 void _dSetZero (dReal *a, size_t n) in _dSetZero()
143 #define dDot(a, b, n) _dDot(a, b, n) argument
144 #define dMultiply0(A, B, C, p, q, r) _dMultiply0(A, B, C, p, q, r) argument
145 #define dMultiply1(A, B, C, p, q, r) _dMultiply1(A, B, C, p, q, r) argument
146 #define dMultiply2(A, B, C, p, q, r) _dMultiply2(A, B, C, p, q, r) argument
147 #define dFactorCholesky(A, n, tmpbuf) _dFactorCholesky(A, n, tmpbuf) argument
149 #define dInvertPDMatrix(A, Ainv, n, tmpbuf) _dInvertPDMatrix(A, Ainv, n, tmpbuf) argument
150 #define dIsPositiveDefinite(A, n, tmpbuf) _dIsPositiveDefinite(A, n, tmpbuf) argument
151 #define dFactorLDLT(A, d, n, nskip) _dFactorLDLT(A, d, n, nskip) argument
157 #define dLDLTRemove(A, p, L, d, n1, n2, r, nskip, tmpbuf) _dLDLTRemove(A, p, L, d, n1, n2, r, nskip… argument
[all …]
/dports/math/tmv/tmv-0.75/src/
H A DTMV_TriDiv_M.cpp283 int n=BlasIsCM(B)?B.rowsize():B.colsize(); in BlasTriLDivEq() local
301 int n=BlasIsCM(B)?B.rowsize():B.colsize(); in BlasTriLDivEq() local
320 int n=BlasIsCM(B)?B.rowsize():B.colsize(); in BlasTriLDivEq() local
349 int n=BlasIsCM(B)?B.rowsize():B.colsize(); in BlasTriLDivEq() local
379 int n=B.colsize(); in BlasTriLDivEq() local
407 int n=B.colsize(); in BlasTriLDivEq() local
435 int n=BlasIsCM(B)?B.rowsize():B.colsize(); in BlasTriLDivEq() local
453 int n=BlasIsCM(B)?B.rowsize():B.colsize(); in BlasTriLDivEq() local
472 int n=BlasIsCM(B)?B.rowsize():B.colsize(); in BlasTriLDivEq() local
531 int n=B.colsize(); in BlasTriLDivEq() local
[all …]
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxlapack/interface/
H A Dlauu2.tcc45 IndexType n, in lauu2()
46 float *A, in lauu2()
70 IndexType n, in lauu2()
71 double *A, in lauu2()
93 lauu2(char upLo, in lauu2()
94 IndexType n, in lauu2()
118 IndexType n, in lauu2()
119 std::complex<double> *A, in lauu2()
H A Dpotf2.tcc45 IndexType n, in potf2()
46 float *A, in potf2()
69 IndexType n, in potf2()
70 double *A, in potf2()
92 potf2(char upLo, in potf2()
93 IndexType n, in potf2()
117 IndexType n, in potf2()
118 std::complex<double> *A, in potf2()
H A Dpotrf.tcc45 IndexType n, in potrf()
46 float *A, in potrf()
69 IndexType n, in potrf()
70 double *A, in potrf()
91 potrf(char upLo, in potrf()
92 IndexType n, in potrf()
115 IndexType n, in potrf()
116 std::complex<double> *A, in potrf()
H A Dpotri.tcc45 IndexType n, in potri()
46 float *A, in potri()
69 IndexType n, in potri()
70 double *A, in potri()
91 potri(char upLo, in potri()
92 IndexType n, in potri()
115 IndexType n, in potri()
116 std::complex<double> *A, in potri()
H A Dpftri.tcc46 IndexType n, in pftri()
47 float *A) in pftri()
71 IndexType n, in pftri()
72 double *A) in pftri()
93 pftri(char transr, in pftri()
95 IndexType n, in pftri()
119 IndexType n, in pftri()
120 std::complex<double> *A) in pftri()
H A Dlanhs.tcc45 IndexType n, in lanhs()
46 const float *A, in lanhs()
63 IndexType n, in lanhs()
64 const double *A, in lanhs()
79 lanhs(char norm, in lanhs()
80 IndexType n, in lanhs()
97 IndexType n, in lanhs()
98 const std::complex<double> *A, in lanhs()
H A Dpftrf.tcc46 IndexType n, in pftrf()
47 float *A) in pftrf()
71 IndexType n, in pftrf()
72 double *A) in pftrf()
93 pftrf(char transr, in pftrf()
95 IndexType n, in pftrf()
119 IndexType n, in pftrf()
120 std::complex<double> *A) in pftrf()
H A Dlauum.tcc45 IndexType n, in lauum()
46 float *A, in lauum()
70 IndexType n, in lauum()
71 double *A, in lauum()
93 lauum(char upLo, in lauum()
94 IndexType n, in lauum()
118 IndexType n, in lauum()
119 std::complex<double> *A, in lauum()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/gsm/
H A Dadd.c67 ulongword A = (ulongword)-(a + 1) + (ulongword)-(b + 1); variable
73 ulongword A = (ulongword)a + (ulongword)b; variable
85 ulongword A = (ulongword)a + -(b + 1); variable
93 ulongword A = (ulongword)-(a + 1) + b; variable
153 longword gsm_L_asl (longword a, int n) in gsm_L_asl()
161 word gsm_asr (word a, int n) in gsm_asr()
175 word gsm_asl (word a, int n) in gsm_asl()
183 longword gsm_L_asr (longword a, int n) in gsm_L_asr()
/dports/audio/swh-lv2/lv2-1.0.16-4-g1aa77e5/util/gsm/
H A Dadd.c67 ulongword A = (ulongword)-(a + 1) + (ulongword)-(b + 1); variable
73 ulongword A = (ulongword)a + (ulongword)b; variable
85 ulongword A = (ulongword)a + -(b + 1); variable
93 ulongword A = (ulongword)-(a + 1) + b; variable
153 longword gsm_L_asl (longword a, int n) in gsm_L_asl()
161 word gsm_asr (word a, int n) in gsm_asr()
175 word gsm_asl (word a, int n) in gsm_asl()
183 longword gsm_L_asr (longword a, int n) in gsm_L_asr()

1...<<11121314151617181920>>...1607