Home
last modified time | relevance | path

Searched defs:X (Results 226 – 250 of 52709) sorted by relevance

12345678910>>...2109

/dports/devel/hyperscan/boost_1_75_0/libs/bind/test/
H A Dmem_fn_fastcall_test.cpp44 struct X struct
48 X(): hash(0) {} in X() argument
50 void __fastcall f0() { f1(17); } in f0()
51 void __fastcall g0() const { g1(17); } in g0()
53 void __fastcall f1(int a1) { hash = (hash * 17041 + a1) % 32768; } in f1()
54 void __fastcall g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; } in g1()
56 void __fastcall f2(int a1, int a2) { f1(a1); f1(a2); } in f2()
57 void __fastcall g2(int a1, int a2) const { g1(a1); g1(a2); } in g2()
59 void __fastcall f3(int a1, int a2, int a3) { f2(a1, a2); f1(a3); } in f3()
60 void __fastcall g3(int a1, int a2, int a3) const { g2(a1, a2); g1(a3); } in g3()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_fnobj2_test.cpp34 struct X struct
40 X(): hash(0) {} in X() argument
59 X x; in function_object_test() argument
/dports/devel/hyperscan/boost_1_75_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_fnobj2_test.cpp34 struct X struct
40 X(): hash(0) {} in X() function
59 X x; in function_object_test() argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_fnobj2_test.cpp34 struct X struct
40 X(): hash(0) {} in X() argument
59 X x; in function_object_test() argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_fnobj2_test.cpp34 struct X struct
40 X(): hash(0) {} in X() argument
59 X x; in function_object_test() argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_fnobj2_test.cpp34 struct X struct
40 X(): hash(0) {} in X() argument
59 X x; in function_object_test() argument
/dports/databases/percona57-server/boost_1_59_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_fnobj2_test.cpp34 struct X struct
40 X(): hash(0) {} in X() argument
59 X x; in function_object_test() argument
/dports/databases/xtrabackup/boost_1_59_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_fnobj2_test.cpp34 struct X struct
40 X(): hash(0) {} in X() argument
59 X x; in function_object_test() argument
/dports/databases/percona57-client/boost_1_59_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_fnobj2_test.cpp34 struct X struct
40 X(): hash(0) {} in X() function
59 X x; in function_object_test() argument
/dports/science/octopus/octopus-10.5/src/system/
H A Doutput_modelmb_inc.F9023 subroutine X(output_modelmb) (outp, namespace, dir, gr, st, geo) subroutine
45 PUSH_SUB(X(output_modelmb)) argument
H A Dpreconditioners_inc.F9020 subroutine X(preconditioner_apply)(pre, namespace, gr, hm, a, b, ik, omega) subroutine
39 PUSH_SUB(X(preconditioner_apply)) argument
102 PUSH_SUB(X(preconditioner_apply).apply_D_inverse) argument
128 PUSH_SUB(X(preconditioner_apply).multigrid) argument
254 subroutine X(preconditioner_apply_batch)(pre, namespace, gr, hm, aa, bb, ik, omega) subroutine
268 PUSH_SUB(X(preconditioner_apply_batch)) argument
/dports/science/octopus/octopus-10.5/src/sternheimer/
H A Dkdotp_calc_inc.F9023 subroutine X(calc_eff_mass_inv)(sys, lr, perturbation, eff_mass_inv, degen_thres) subroutine
42 PUSH_SUB(X(calc_eff_mass_inv)) argument
137 subroutine X(kdotp_add_occ)(sys, pert, kdotp_lr, degen_thres) subroutine
147 PUSH_SUB(X(kdotp_add_occ)) argument
200 subroutine X(kdotp_add_diagonal)(sys, em_pert, kdotp_lr) subroutine
209 PUSH_SUB(X(kdotp_add_diagonal)) argument
/dports/devel/boost-libs/boost_1_72_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_fnobj2_test.cpp34 struct X struct
40 X(): hash(0) {} in X() function
59 X x; in function_object_test() argument
/dports/devel/blitz/blitz-1.0.2/blitz/
H A Dbzdebug.h140 #define BZ_DEBUG_PARAM(X) X argument
146 #define BZASSERT(X) assert(X) argument
165 #define BZ_DEBUG_PARAM(X) X argument
175 #define BZASSERT(X) argument
176 #define BZPRECONDITION(X) argument
177 #define BZPOSTCONDITION(X) argument
178 #define BZSTATECHECK(X,Y) argument
179 #define BZPRECHECK(X,Y) argument
180 #define BZ_DEBUG_MESSAGE(X) argument
181 #define BZ_DEBUG_PARAM(X) argument
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbextractvalues.c50 bool *X = mxMalloc (s * sizeof (bool)) ; in mexFunction() local
56 int8_t *X = mxMalloc (s * sizeof (int8_t)) ; in mexFunction() local
62 int16_t *X = mxMalloc (s * sizeof (int16_t)) ; in mexFunction() local
68 int32_t *X = mxMalloc (s * sizeof (int32_t)) ; in mexFunction() local
74 int64_t *X = mxMalloc (s * sizeof (int64_t)) ; in mexFunction() local
80 uint8_t *X = mxMalloc (s * sizeof (uint8_t)) ; in mexFunction() local
86 uint16_t *X = mxMalloc (s * sizeof (uint16_t)) ; in mexFunction() local
92 uint32_t *X = mxMalloc (s * sizeof (uint32_t)) ; in mexFunction() local
98 uint64_t *X = mxMalloc (s * sizeof (uint64_t)) ; in mexFunction() local
105 float *X = mxMalloc (s * sizeof (float)) ; in mexFunction() local
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbextractvalues.c50 bool *X = mxMalloc (s * sizeof (bool)) ; in mexFunction() local
56 int8_t *X = mxMalloc (s * sizeof (int8_t)) ; in mexFunction() local
62 int16_t *X = mxMalloc (s * sizeof (int16_t)) ; in mexFunction() local
68 int32_t *X = mxMalloc (s * sizeof (int32_t)) ; in mexFunction() local
74 int64_t *X = mxMalloc (s * sizeof (int64_t)) ; in mexFunction() local
80 uint8_t *X = mxMalloc (s * sizeof (uint8_t)) ; in mexFunction() local
86 uint16_t *X = mxMalloc (s * sizeof (uint16_t)) ; in mexFunction() local
92 uint32_t *X = mxMalloc (s * sizeof (uint32_t)) ; in mexFunction() local
98 uint64_t *X = mxMalloc (s * sizeof (uint64_t)) ; in mexFunction() local
105 float *X = mxMalloc (s * sizeof (float)) ; in mexFunction() local
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbextractvalues.c50 bool *X = mxMalloc (s * sizeof (bool)) ; in mexFunction() local
56 int8_t *X = mxMalloc (s * sizeof (int8_t)) ; in mexFunction() local
62 int16_t *X = mxMalloc (s * sizeof (int16_t)) ; in mexFunction() local
68 int32_t *X = mxMalloc (s * sizeof (int32_t)) ; in mexFunction() local
74 int64_t *X = mxMalloc (s * sizeof (int64_t)) ; in mexFunction() local
80 uint8_t *X = mxMalloc (s * sizeof (uint8_t)) ; in mexFunction() local
86 uint16_t *X = mxMalloc (s * sizeof (uint16_t)) ; in mexFunction() local
92 uint32_t *X = mxMalloc (s * sizeof (uint32_t)) ; in mexFunction() local
98 uint64_t *X = mxMalloc (s * sizeof (uint64_t)) ; in mexFunction() local
105 float *X = mxMalloc (s * sizeof (float)) ; in mexFunction() local
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbextractvalues.c50 bool *X = mxMalloc (s * sizeof (bool)) ; in mexFunction() local
56 int8_t *X = mxMalloc (s * sizeof (int8_t)) ; in mexFunction() local
62 int16_t *X = mxMalloc (s * sizeof (int16_t)) ; in mexFunction() local
68 int32_t *X = mxMalloc (s * sizeof (int32_t)) ; in mexFunction() local
74 int64_t *X = mxMalloc (s * sizeof (int64_t)) ; in mexFunction() local
80 uint8_t *X = mxMalloc (s * sizeof (uint8_t)) ; in mexFunction() local
86 uint16_t *X = mxMalloc (s * sizeof (uint16_t)) ; in mexFunction() local
92 uint32_t *X = mxMalloc (s * sizeof (uint32_t)) ; in mexFunction() local
98 uint64_t *X = mxMalloc (s * sizeof (uint64_t)) ; in mexFunction() local
105 float *X = mxMalloc (s * sizeof (float)) ; in mexFunction() local
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbextractvalues.c50 bool *X = mxMalloc (s * sizeof (bool)) ; in mexFunction() local
56 int8_t *X = mxMalloc (s * sizeof (int8_t)) ; in mexFunction() local
62 int16_t *X = mxMalloc (s * sizeof (int16_t)) ; in mexFunction() local
68 int32_t *X = mxMalloc (s * sizeof (int32_t)) ; in mexFunction() local
74 int64_t *X = mxMalloc (s * sizeof (int64_t)) ; in mexFunction() local
80 uint8_t *X = mxMalloc (s * sizeof (uint8_t)) ; in mexFunction() local
86 uint16_t *X = mxMalloc (s * sizeof (uint16_t)) ; in mexFunction() local
92 uint32_t *X = mxMalloc (s * sizeof (uint32_t)) ; in mexFunction() local
98 uint64_t *X = mxMalloc (s * sizeof (uint64_t)) ; in mexFunction() local
105 float *X = mxMalloc (s * sizeof (float)) ; in mexFunction() local
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbextractvalues.c50 bool *X = mxMalloc (s * sizeof (bool)) ; in mexFunction() local
56 int8_t *X = mxMalloc (s * sizeof (int8_t)) ; in mexFunction() local
62 int16_t *X = mxMalloc (s * sizeof (int16_t)) ; in mexFunction() local
68 int32_t *X = mxMalloc (s * sizeof (int32_t)) ; in mexFunction() local
74 int64_t *X = mxMalloc (s * sizeof (int64_t)) ; in mexFunction() local
80 uint8_t *X = mxMalloc (s * sizeof (uint8_t)) ; in mexFunction() local
86 uint16_t *X = mxMalloc (s * sizeof (uint16_t)) ; in mexFunction() local
92 uint32_t *X = mxMalloc (s * sizeof (uint32_t)) ; in mexFunction() local
98 uint64_t *X = mxMalloc (s * sizeof (uint64_t)) ; in mexFunction() local
105 float *X = mxMalloc (s * sizeof (float)) ; in mexFunction() local
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbextractvalues.c50 bool *X = mxMalloc (s * sizeof (bool)) ; in mexFunction() local
56 int8_t *X = mxMalloc (s * sizeof (int8_t)) ; in mexFunction() local
62 int16_t *X = mxMalloc (s * sizeof (int16_t)) ; in mexFunction() local
68 int32_t *X = mxMalloc (s * sizeof (int32_t)) ; in mexFunction() local
74 int64_t *X = mxMalloc (s * sizeof (int64_t)) ; in mexFunction() local
80 uint8_t *X = mxMalloc (s * sizeof (uint8_t)) ; in mexFunction() local
86 uint16_t *X = mxMalloc (s * sizeof (uint16_t)) ; in mexFunction() local
92 uint32_t *X = mxMalloc (s * sizeof (uint32_t)) ; in mexFunction() local
98 uint64_t *X = mxMalloc (s * sizeof (uint64_t)) ; in mexFunction() local
105 float *X = mxMalloc (s * sizeof (float)) ; in mexFunction() local
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbextractvalues.c50 bool *X = mxMalloc (s * sizeof (bool)) ; in mexFunction() local
56 int8_t *X = mxMalloc (s * sizeof (int8_t)) ; in mexFunction() local
62 int16_t *X = mxMalloc (s * sizeof (int16_t)) ; in mexFunction() local
68 int32_t *X = mxMalloc (s * sizeof (int32_t)) ; in mexFunction() local
74 int64_t *X = mxMalloc (s * sizeof (int64_t)) ; in mexFunction() local
80 uint8_t *X = mxMalloc (s * sizeof (uint8_t)) ; in mexFunction() local
86 uint16_t *X = mxMalloc (s * sizeof (uint16_t)) ; in mexFunction() local
92 uint32_t *X = mxMalloc (s * sizeof (uint32_t)) ; in mexFunction() local
98 uint64_t *X = mxMalloc (s * sizeof (uint64_t)) ; in mexFunction() local
105 float *X = mxMalloc (s * sizeof (float)) ; in mexFunction() local
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbextractvalues.c50 bool *X = mxMalloc (s * sizeof (bool)) ; in mexFunction() local
56 int8_t *X = mxMalloc (s * sizeof (int8_t)) ; in mexFunction() local
62 int16_t *X = mxMalloc (s * sizeof (int16_t)) ; in mexFunction() local
68 int32_t *X = mxMalloc (s * sizeof (int32_t)) ; in mexFunction() local
74 int64_t *X = mxMalloc (s * sizeof (int64_t)) ; in mexFunction() local
80 uint8_t *X = mxMalloc (s * sizeof (uint8_t)) ; in mexFunction() local
86 uint16_t *X = mxMalloc (s * sizeof (uint16_t)) ; in mexFunction() local
92 uint32_t *X = mxMalloc (s * sizeof (uint32_t)) ; in mexFunction() local
98 uint64_t *X = mxMalloc (s * sizeof (uint64_t)) ; in mexFunction() local
105 float *X = mxMalloc (s * sizeof (float)) ; in mexFunction() local
[all …]
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbextractvalues.c50 bool *X = mxMalloc (s * sizeof (bool)) ; in mexFunction() local
56 int8_t *X = mxMalloc (s * sizeof (int8_t)) ; in mexFunction() local
62 int16_t *X = mxMalloc (s * sizeof (int16_t)) ; in mexFunction() local
68 int32_t *X = mxMalloc (s * sizeof (int32_t)) ; in mexFunction() local
74 int64_t *X = mxMalloc (s * sizeof (int64_t)) ; in mexFunction() local
80 uint8_t *X = mxMalloc (s * sizeof (uint8_t)) ; in mexFunction() local
86 uint16_t *X = mxMalloc (s * sizeof (uint16_t)) ; in mexFunction() local
92 uint32_t *X = mxMalloc (s * sizeof (uint32_t)) ; in mexFunction() local
98 uint64_t *X = mxMalloc (s * sizeof (uint64_t)) ; in mexFunction() local
105 float *X = mxMalloc (s * sizeof (float)) ; in mexFunction() local
[all …]
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbextractvalues.c50 bool *X = mxMalloc (s * sizeof (bool)) ; in mexFunction() local
56 int8_t *X = mxMalloc (s * sizeof (int8_t)) ; in mexFunction() local
62 int16_t *X = mxMalloc (s * sizeof (int16_t)) ; in mexFunction() local
68 int32_t *X = mxMalloc (s * sizeof (int32_t)) ; in mexFunction() local
74 int64_t *X = mxMalloc (s * sizeof (int64_t)) ; in mexFunction() local
80 uint8_t *X = mxMalloc (s * sizeof (uint8_t)) ; in mexFunction() local
86 uint16_t *X = mxMalloc (s * sizeof (uint16_t)) ; in mexFunction() local
92 uint32_t *X = mxMalloc (s * sizeof (uint32_t)) ; in mexFunction() local
98 uint64_t *X = mxMalloc (s * sizeof (uint64_t)) ; in mexFunction() local
105 float *X = mxMalloc (s * sizeof (float)) ; in mexFunction() local
[all …]

12345678910>>...2109