Home
last modified time | relevance | path

Searched +defs:B +defs:ng (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/ewald/
H A Dewald.F684 subroutine ewald_ct_Sqr(ng,A,C) argument
686 integer ng local
701 subroutine ewald_tt_2dot(ng,A,B,esum) argument
703 integer ng local
705 real*8 B(*) local
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/ewald/
H A Dewald.F684 subroutine ewald_ct_Sqr(ng,A,C) argument
686 integer ng local
701 subroutine ewald_tt_2dot(ng,A,B,esum) argument
703 integer ng local
705 real*8 B(*) local
/dports/math/hpipm/hpipm-0.1.1/ocp_qp/
H A Dx_ocp_qp.c53 int *ng = dim->ng; in OCP_QP_MEMSIZE() local
150 int *ng = dim->ng; in OCP_QP_CREATE() local
429 int *ng = qp->dim->ng; in OCP_QP_SET_ALL_ZERO() local
472 int *ng = qp->dim->ng; in OCP_QP_SET_RHS_ZERO() local
506 int *ng = qp->dim->ng; in OCP_QP_SET_ALL() local
602 int *ng = qp->dim->ng; in OCP_QP_SET() local
793 void OCP_QP_SET_B(int stage, REAL *B, struct OCP_QP *qp) in OCP_QP_SET_B()
806 void OCP_QP_GET_B(int stage, struct OCP_QP *qp, REAL *B) in OCP_QP_GET_B()
1059 int *ng = qp->dim->ng; in OCP_QP_SET_UB() local
1073 int *ng = qp->dim->ng; in OCP_QP_GET_UB() local
[all …]
/dports/math/hpipm/hpipm-0.1.1/test_problems/
H A Dtest_s_ocp.c65 void mass_spring_system(float Ts, int nx, int nu, int N, float *A, float *B, float *b, float *x0) in mass_spring_system()
200 int ng[N+1]; in main() local
212 int ng[N+1]; in main() local
228 int ng[N+1]; in main() local
245 float *B; s_zeros(&B, nx_, nu_); // inputs matrix in main() local
/dports/math/hpipm/hpipm-0.1.1/tree_ocp_qp/
H A Dx_tree_ocp_qp.c47 int *ng = dim->ng; in MEMSIZE_TREE_OCP_QP() local
113 int *ng = dim->ng; in CREATE_TREE_OCP_QP() local
318 void CVT_COLMAJ_TO_TREE_OCP_QP(REAL **A, REAL **B, REAL **b, REAL **Q, REAL **S, REAL **R, REAL **q… in CVT_COLMAJ_TO_TREE_OCP_QP()
325 int *ng = qp->dim->ng; in CVT_COLMAJ_TO_TREE_OCP_QP() local
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Tools/Test/
H A DtestModelCopy.cpp63 Body B; in main() local
161 int ng = physFrame.getProperty_attached_geometry().size(); in testCopyModel() local
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/
H A Dsrp.c168 NGConstant * ng = (NGConstant *) malloc( sizeof(NGConstant) ); in new_ng() local
196 static void delete_ng( NGConstant * ng ) in delete_ng()
219 NGConstant *ng; member
225 NGConstant *ng; member
240 NGConstant *ng; member
425 static void calculate_M( SRP_HashAlgorithm alg, NGConstant *ng, unsigned char * dest, const char * … in calculate_M()
426 const BIGNUM * A, const BIGNUM * B, const unsigned char * K ) in calculate_M()
635 BIGNUM *B; in srp_verifier_new() local
970 BIGNUM *B; in srp_user_process_challenge() local
/dports/games/minetest/minetest-5.4.1/src/util/
H A Dsrp.cpp189 static void delete_ng(NGConstant *ng) in delete_ng()
200 NGConstant *ng = (NGConstant *)srp_alloc(sizeof(NGConstant)); in new_ng() local
232 NGConstant *ng; member
245 NGConstant *ng; member
480 static SRP_Result calculate_M(SRP_HashAlgorithm alg, NGConstant *ng, unsigned char *dest, in calculate_M()
482 const mpz_t B, const unsigned char *K) in calculate_M()
605 NGConstant *ng = new_ng(ng_type, n_hex, g_hex); in srp_create_salted_verification_key() local
667 mpz_t B; mpz_init(B); in srp_verifier_new() local
676 NGConstant *ng = new_ng(ng_type, n_hex, g_hex); in srp_verifier_new() local
966 mpz_t B; mpz_init(B); mpz_from_bin(bytes_B, len_B, B); in srp_user_process_challenge() local
/dports/science/cgnslib/CGNS-4.1.2/src/tests/
H A Dtest_family_tree.c19 #define CHECK(L,B) if(!(B)){fprintf(stderr,"mismatch in %s\n",L);exit(1);} argument
35 int i, j, k, n, nfam, nb, ng, nnames, ier; in main() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() argument
37 int i;
56 int ng; // expected-note 6{{here}} variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() function
134 template class B<A>; // expected-note {{here}} variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() function
37 int i;
56 int ng; // expected-note 6{{here}} variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() function
134 template class B<A>; // expected-note {{here}} variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() function
37 int i;
56 int ng; // expected-note 6{{here}} variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() function
134 template class B<A>; // expected-note {{here}} variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() function
37 int i;
56 int ng; // expected-note 6{{here}} variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() function
134 template class B<A>; // expected-note {{here}} variable
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() argument
37 int i;
56 int ng; // expected-note 6{{here}} variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() function
134 template class B<A>; // expected-note {{here}} variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() function
37 int i;
56 int ng; // expected-note 6{{here}} variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() argument
134 template class B<A>; // expected-note {{here}} variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() function
37 int i;
56 int ng; // expected-note 6{{here}} variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() argument
134 template class B<A>; // expected-note {{here}} variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() function
37 int i;
56 int ng; // expected-note 6{{here}} variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() argument
134 template class B<A>; // expected-note {{here}} variable
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() function
37 int i;
56 int ng; // expected-note 6{{here}} variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() function
134 template class B<A>; // expected-note {{here}} variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() argument
37 int i;
56 int ng; // expected-note 6{{here}} variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() argument
134 template class B<A>; // expected-note {{here}} variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() function
37 int i;
56 int ng; // expected-note 6{{here}} variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() function
134 template class B<A>; // expected-note {{here}} variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() function
37 int i;
56 int ng; // expected-note 6{{here}} variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() argument
134 template class B<A>; // expected-note {{here}} variable
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() argument
37 int i;
56 int ng; // expected-note 6{{here}} variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() function
134 template class B<A>; // expected-note {{here}} variable
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() argument
37 int i;
56 int ng; // expected-note 6{{here}} variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() function
134 template class B<A>; // expected-note {{here}} variable
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() argument
37 int i;
56 int ng; // expected-note 6{{here}} variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() function
134 template class B<A>; // expected-note {{here}} variable
/dports/lang/clang-mesa/clang-13.0.1.src/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() function
37 int i;
56 int ng; // expected-note 6{{here}} variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() function
134 template class B<A>; // expected-note {{here}} variable

12345678