Home
last modified time | relevance | path

Searched +defs:P +defs:i (Results 1 – 25 of 23173) sorted by relevance

12345678910>>...927

/dports/devel/agar/agar-1.5.0/math/
H A Dm_polygon.c50 M_Polygon P; in M_PolygonRead() local
51 Uint i; in M_PolygonRead() local
64 Uint i; in M_PolygonWrite() local
87 Uint i; in M_PolygonScale() local
99 Uint i; in M_PolygonOffset() local
136 Uint i; in M_PolygonFromPointSet2i() local
164 Uint i; in M_PolygonToPointSet2i() local
183 Uint i; in M_PolygonFromLines() local
213 M_PolygonDelVertex(M_Polygon *P, int i) in M_PolygonDelVertex()
230 int i, count = 0; in M_PointInPolygon() local
[all …]
H A Dm_polyhedron.c33 M_PolyhedronInit(M_Polyhedron *P) in M_PolyhedronInit()
44 M_PolyhedronFree(M_Polyhedron *P) in M_PolyhedronFree()
55 M_PolyhedronRead(AG_DataSource *ds, M_Polyhedron *P) in M_PolyhedronRead()
57 Uint i, j; in M_PolyhedronRead() local
118 Uint i, j; in M_PolyhedronWrite() local
154 M_PolyhedronAddVertex(M_Polyhedron *P, M_Vector3 v) in M_PolyhedronAddVertex()
168 M_PolyhedronDelVertex(M_Polyhedron *P, Uint i) in M_PolyhedronDelVertex()
186 M_PolyhedronAddEdge(M_Polyhedron *P, int v1, int v2) in M_PolyhedronAddEdge()
208 M_PolyhedronDelEdge(M_Polyhedron *P, Uint e) in M_PolyhedronDelEdge()
210 Uint i = (P->e[e].oe < e) ? P->e[e].oe : e; /* Pick head HE */ in M_PolyhedronDelEdge() local
[all …]
/dports/math/m4rie/m4rie-release-20200115/src/
H A Dpermutation.h43 static inline void mzed_apply_p_left(mzed_t *A, mzp_t const *P) { in mzed_apply_p_left()
56 static inline void mzed_apply_p_left_trans(mzed_t *A, mzp_t const *P) { in mzed_apply_p_left_trans()
69 static inline void mzed_apply_p_right(mzed_t *A, mzp_t const *P) { in mzed_apply_p_right()
73 for (rci_t i = length-1; i >= 0; --i) { in mzed_apply_p_right() local
87 static inline void mzed_apply_p_right_trans(mzed_t *A, mzp_t const *P) { in mzed_apply_p_right_trans()
91 for (rci_t i = 0; i < length; ++i) { in mzed_apply_p_right_trans() local
106 for(int i=0; i<A->depth; i++) { in mzd_slice_apply_p_left() local
121 for(int i=0; i<A->depth; i++) { in mzd_slice_apply_p_left_trans() local
136 for(int i=0; i<A->depth; i++) { in mzd_slice_apply_p_right() local
151 for(int i=0; i<A->depth; i++) { in mzd_slice_apply_p_right_trans() local
[all …]
/dports/math/m4ri/m4ri-release-20200125/m4ri/
H A Dmzp.c31 for (rci_t i = 0; i < length; ++i) { in mzp_init() local
37 void mzp_free(mzp_t *P) { in mzp_free()
54 mzp_t *mzp_copy(mzp_t *P, const mzp_t *Q) { in mzp_copy()
57 for(rci_t i=0; i<Q->length; i++) in mzp_copy() local
62 void mzp_set_ui(mzp_t *P, unsigned int value) { in mzp_set_ui()
64 for (rci_t i = 0; i < P->length; ++i) { in mzp_set_ui() local
73 for (rci_t i = 0; i < length; ++i) { in mzd_apply_p_left() local
83 for (rci_t i = length - 1; i >= 0; --i) { in mzd_apply_p_left_trans() local
212 for(rci_t i = 0; i < A->ncols; ++i) in _mzd_apply_p_right_even() local
270 for (rci_t i = 0; i < length; ++i) { in _mzd_apply_p_right_trans() local
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DSparsePolyOps-ideal-monomial.C66 const SparsePolyRing P = myRing(); in myGBasis_MonId() local
83 const SparsePolyRing P = myRing(); in myTestIsRadical_MonId() local
99 const SparsePolyRing P = myRing(); in myRadical_MonId() local
127 const SparsePolyRing P = myRing(); in myIntersect_MonId() local
158 const SparsePolyRing P = myRing(); in myColon_MonId() local
165 for(long i=0; i<len2; ++i) in myColon_MonId() local
203 for (long i=len(g2)-1; i>=0; --i) in myMul_MonId() local
238 for(long i=0; i<len1; ++i) in myElim_MonId() local
256 for (long i=0 ; i < NumIndets(owner(pp)) ; ++i ) in IndetsIdeal() local
273 const SparsePolyRing P = RingOf(I); in AlexanderDual() local
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DSparsePolyOps-ideal-monomial.C66 const SparsePolyRing P = myRing(); in myGBasis_MonId() local
83 const SparsePolyRing P = myRing(); in myTestIsRadical_MonId() local
99 const SparsePolyRing P = myRing(); in myRadical_MonId() local
127 const SparsePolyRing P = myRing(); in myIntersect_MonId() local
158 const SparsePolyRing P = myRing(); in myColon_MonId() local
165 for(long i=0; i<len2; ++i) in myColon_MonId() local
203 for (long i=len(g2)-1; i>=0; --i) in myMul_MonId() local
238 for(long i=0; i<len1; ++i) in myElim_MonId() local
256 for (long i=0 ; i < NumIndets(owner(pp)) ; ++i ) in IndetsIdeal() local
273 const SparsePolyRing P = RingOf(I); in AlexanderDual() local
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_tools/
H A Dtextural_features.cpp214 CSG_Matrix P[4]; in On_Execute() local
449 int i, j; in f3_corr() local
479 int i, j; in f4_var() local
500 int i, j; in f5_idm() local
513 int i; in f6_savg() local
525 int i; in f7_svar() local
537 int i; in f8_sentropy() local
549 int i, j; in f9_entropy() local
581 int i; in f11_dentropy() local
593 int i, j; in f12_icorr() local
[all …]
/dports/databases/libzdb/libzdb-3.2.2/src/db/mysql/
H A DMysqlPreparedStatement.c75 T P; in MysqlPreparedStatement_new() local
94 static void _free(T *P) { in _free()
111 int i = checkAndSetParameterIndex(parameterIndex, P->parameterCount); in _setString() local
127 int i = checkAndSetParameterIndex(parameterIndex, P->parameterCount); in _setInt() local
137 int i = checkAndSetParameterIndex(parameterIndex, P->parameterCount); in _setLLong() local
147 int i = checkAndSetParameterIndex(parameterIndex, P->parameterCount); in _setDouble() local
157 int i = checkAndSetParameterIndex(parameterIndex, P->parameterCount); in _setTimestamp() local
174 int i = checkAndSetParameterIndex(parameterIndex, P->parameterCount); in _setBlob() local
188 static void _execute(T P) { in _execute()
226 static long long _rowsChanged(T P) { in _rowsChanged()
[all …]
/dports/databases/libzdb/libzdb-3.2.2/src/db/postgresql/
H A DPostgresqlPreparedStatement.c70 T P; in PostgresqlPreparedStatement_new() local
92 static void _free(T *P) { in _free()
115 int i = checkAndSetParameterIndex(parameterIndex, P->parameterCount); in _setString() local
124 int i = checkAndSetParameterIndex(parameterIndex, P->parameterCount); in _setInt() local
134 int i = checkAndSetParameterIndex(parameterIndex, P->parameterCount); in _setLLong() local
144 int i = checkAndSetParameterIndex(parameterIndex, P->parameterCount); in _setDouble() local
154 int i = checkAndSetParameterIndex(parameterIndex, P->parameterCount); in _setTimestamp() local
163 int i = checkAndSetParameterIndex(parameterIndex, P->parameterCount); in _setBlob() local
170 static void _execute(T P) { in _execute()
192 static long long _rowsChanged(T P) { in _rowsChanged()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/numerics/test/Polynomial/
H A DPolynomial_UnitTest.cpp55 Polynomial<double> P(0,1.0); in TEUCHOS_UNIT_TEST() local
79 Polynomial<double> P(degree); in TEUCHOS_UNIT_TEST() local
113 for (int i=0 ; i<numTests ; ++i) { in TEUCHOS_UNIT_TEST() local
118 for (int i=0 ; i<numTests ; ++i) { in TEUCHOS_UNIT_TEST() local
122 for (int i=0 ; i<numTests ; ++i ) { in TEUCHOS_UNIT_TEST() local
148 unsigned int i = 3; in TEUCHOS_UNIT_TEST() local
154 Polynomial<double> P(degree); in TEUCHOS_UNIT_TEST() local
155 unsigned int i = 0; in TEUCHOS_UNIT_TEST() local
161 Polynomial<double> P(degree); in TEUCHOS_UNIT_TEST() local
162 unsigned int i = 3; in TEUCHOS_UNIT_TEST() local
[all …]
/dports/math/givaro/givaro-4.1.1/src/kernel/field/
H A Dgivtablelimits.h55 static size_t nmax53(const unsigned long P, const unsigned long e) { in nmax53()
56 size_t i = 0; in nmax53() local
61 static size_t qmax53(const unsigned long P, const unsigned long e) { in qmax53()
62 size_t i = 0; in qmax53() local
67 static size_t nmax64(const unsigned long P, const unsigned long e) { in nmax64()
68 size_t i = 0; in nmax64() local
73 size_t qmax64(const unsigned long P, const unsigned long e) { in qmax64()
74 size_t i = 0; in qmax64() local
79 static size_t twopmax53(const unsigned long P, const unsigned long e, const unsigned long nm) { in twopmax53()
88 static size_t twopmax53(const unsigned long P, const unsigned long e) { in twopmax53()
/dports/math/e-antic/flint2-ae7ec89/fmpz/
H A Dmulti_crt.c47 slong i; in _fmpz_multi_crt_set_length() local
79 fmpz_multi_crt_t P, in _push_prog()
86 slong i, mid; in _push_prog() local
194 fmpz_multi_crt_t P, in fmpz_multi_crt_precompute_p()
198 slong i; in fmpz_multi_crt_precompute_p() local
269 slong i; in fmpz_multi_crt_precompute() local
297 slong i; in fmpz_multi_crt_precomp() local
325 slong i; in fmpz_multi_crt_precomp_p() local
356 slong i; in fmpz_multi_crt() local
407 slong i; in _fmpz_multi_crt_run() local
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/nmod_poly/
H A Dmulti_crt.c47 slong i; in _nmod_poly_multi_crt_set_length() local
79 nmod_poly_multi_crt_t P, in _push_prog()
86 slong i, mid; in _push_prog() local
194 nmod_poly_multi_crt_t P, in nmod_poly_multi_crt_precompute_p()
198 slong i; in nmod_poly_multi_crt_precompute_p() local
273 slong i; in nmod_poly_multi_crt_precompute() local
300 slong i; in nmod_poly_multi_crt_precomp() local
329 slong i; in nmod_poly_multi_crt_precomp_p() local
360 slong i; in nmod_poly_multi_crt() local
410 slong i; in _nmod_poly_multi_crt_run() local
[all …]
/dports/math/e-antic/flint2-ae7ec89/nmod_poly/
H A Dmulti_crt.c47 slong i; in _nmod_poly_multi_crt_set_length() local
79 nmod_poly_multi_crt_t P, in _push_prog()
86 slong i, mid; in _push_prog() local
194 nmod_poly_multi_crt_t P, in nmod_poly_multi_crt_precompute_p()
198 slong i; in nmod_poly_multi_crt_precompute_p() local
273 slong i; in nmod_poly_multi_crt_precompute() local
300 slong i; in nmod_poly_multi_crt_precomp() local
329 slong i; in nmod_poly_multi_crt_precomp_p() local
360 slong i; in nmod_poly_multi_crt() local
410 slong i; in _nmod_poly_multi_crt_run() local
[all …]
/dports/math/flint2/flint-2.8.4/nmod_poly/
H A Dmulti_crt.c47 slong i; in _nmod_poly_multi_crt_set_length() local
79 nmod_poly_multi_crt_t P, in _push_prog()
86 slong i, mid; in _push_prog() local
194 nmod_poly_multi_crt_t P, in nmod_poly_multi_crt_precompute_p()
198 slong i; in nmod_poly_multi_crt_precompute_p() local
273 slong i; in nmod_poly_multi_crt_precompute() local
300 slong i; in nmod_poly_multi_crt_precomp() local
329 slong i; in nmod_poly_multi_crt_precomp_p() local
360 slong i; in nmod_poly_multi_crt() local
410 slong i; in _nmod_poly_multi_crt_run() local
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz/
H A Dmulti_crt.c47 slong i; in _fmpz_multi_crt_set_length() local
79 fmpz_multi_crt_t P, in _push_prog()
86 slong i, mid; in _push_prog() local
194 fmpz_multi_crt_t P, in fmpz_multi_crt_precompute_p()
198 slong i; in fmpz_multi_crt_precompute_p() local
269 slong i; in fmpz_multi_crt_precompute() local
297 slong i; in fmpz_multi_crt_precomp() local
325 slong i; in fmpz_multi_crt_precomp_p() local
356 slong i; in fmpz_multi_crt() local
407 slong i; in _fmpz_multi_crt_run() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/containers/unord/unord.set/
H A Dlocal_iterators.pass.cpp32 typedef int P; in main() typedef
46 I i = c.begin(b); in main() local
76 typedef int P; in main() typedef
90 I i = c.begin(b); in main() local
120 typedef int P; in main() typedef
164 typedef int P; in main() typedef
210 typedef int P; in main() typedef
224 I i = c.begin(b); in main() local
255 typedef int P; in main() typedef
300 typedef int P; in main() typedef
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/containers/unord/unord.multiset/
H A Dlocal_iterators.pass.cpp32 typedef int P; in main() typedef
46 I i = c.begin(b); in main() local
90 typedef int P; in main() typedef
104 I i = c.begin(b); in main() local
148 typedef int P; in main() typedef
206 typedef int P; in main() typedef
266 typedef int P; in main() typedef
280 I i = c.begin(b); in main() local
325 typedef int P; in main() typedef
384 typedef int P; in main() typedef
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/containers/unord/unord.set/
H A Dlocal_iterators.pass.cpp32 typedef int P; in main() typedef
46 I i = c.begin(b); in main() local
76 typedef int P; in main() typedef
90 I i = c.begin(b); in main() local
120 typedef int P; in main() typedef
164 typedef int P; in main() typedef
210 typedef int P; in main() typedef
224 I i = c.begin(b); in main() local
255 typedef int P; in main() typedef
300 typedef int P; in main() typedef
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/containers/unord/unord.map/
H A Dlocal_iterators.pass.cpp33 typedef std::pair<int, std::string> P; in main() typedef
47 I i = c.begin(b); in main() local
81 typedef std::pair<int, std::string> P; in main() typedef
95 I i = c.begin(b); in main() local
129 typedef std::pair<int, std::string> P; in main() typedef
143 I i = c.cbegin(b); in main() local
191 I i = c.cbegin(b); in main() local
241 I i = c.begin(b); in main() local
290 I i = c.begin(b); in main() local
339 I i = c.cbegin(b); in main() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/containers/unord/unord.map/
H A Dlocal_iterators.pass.cpp33 typedef std::pair<int, std::string> P; in main() typedef
47 I i = c.begin(b); in main() local
81 typedef std::pair<int, std::string> P; in main() typedef
95 I i = c.begin(b); in main() local
129 typedef std::pair<int, std::string> P; in main() typedef
143 I i = c.cbegin(b); in main() local
191 I i = c.cbegin(b); in main() local
241 I i = c.begin(b); in main() local
290 I i = c.begin(b); in main() local
339 I i = c.cbegin(b); in main() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/containers/unord/unord.multiset/
H A Dlocal_iterators.pass.cpp32 typedef int P; in main() typedef
46 I i = c.begin(b); in main() local
90 typedef int P; in main() typedef
104 I i = c.begin(b); in main() local
148 typedef int P; in main() typedef
206 typedef int P; in main() typedef
266 typedef int P; in main() typedef
280 I i = c.begin(b); in main() local
325 typedef int P; in main() typedef
384 typedef int P; in main() typedef
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/containers/unord/unord.set/
H A Dlocal_iterators.pass.cpp32 typedef int P; in main() typedef
46 I i = c.begin(b); in main() local
76 typedef int P; in main() typedef
90 I i = c.begin(b); in main() local
120 typedef int P; in main() typedef
164 typedef int P; in main() typedef
210 typedef int P; in main() typedef
224 I i = c.begin(b); in main() local
255 typedef int P; in main() typedef
300 typedef int P; in main() typedef
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/containers/unord/unord.set/
H A Dlocal_iterators.pass.cpp32 typedef int P; in main() typedef
46 I i = c.begin(b); in main() local
76 typedef int P; in main() typedef
90 I i = c.begin(b); in main() local
120 typedef int P; in main() typedef
164 typedef int P; in main() typedef
210 typedef int P; in main() typedef
224 I i = c.begin(b); in main() local
255 typedef int P; in main() typedef
300 typedef int P; in main() typedef
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/containers/unord/unord.multiset/
H A Dlocal_iterators.pass.cpp32 typedef int P; in main() typedef
46 I i = c.begin(b); in main() local
90 typedef int P; in main() typedef
104 I i = c.begin(b); in main() local
148 typedef int P; in main() typedef
206 typedef int P; in main() typedef
266 typedef int P; in main() typedef
280 I i = c.begin(b); in main() local
325 typedef int P; in main() typedef
384 typedef int P; in main() typedef
[all …]

12345678910>>...927