Home
last modified time | relevance | path

Searched refs:xpivot (Results 1 – 25 of 55) sorted by relevance

123

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_patchrotation.c72 INT32 xpivot = 0, ypivot = 0; in Patch_GetRotatedSprite() local
82 xpivot = sprinfo->pivot[frame].x; in Patch_GetRotatedSprite()
87 xpivot = patch->leftoffset; in Patch_GetRotatedSprite()
91 RotatedPatch_DoRotation(rotsprite, patch, rotationangle, xpivot, ypivot, flip); in Patch_GetRotatedSprite()
101 void Patch_Rotate(patch_t *patch, INT32 angle, INT32 xpivot, INT32 ypivot, boolean flip) in Patch_Rotate() argument
105 RotatedPatch_DoRotation(patch->rotated, patch, angle, xpivot, ypivot, flip); in Patch_Rotate()
138 void RotatedPatch_DoRotation(rotsprite_t *rotsprite, patch_t *patch, INT32 angle, INT32 xpivot, INT… in RotatedPatch_DoRotation() argument
167 xpivot = width - xpivot; in RotatedPatch_DoRotation()
177 xcenter = (xpivot * FRACUNIT); in RotatedPatch_DoRotation()
180 if (xpivot != width / 2 || ypivot != height / 2) in RotatedPatch_DoRotation()
[all …]
H A Dr_patchrotation.h17 void RotatedPatch_DoRotation(rotsprite_t *rotsprite, patch_t *patch, INT32 angle, INT32 xpivot, INT…
/dports/math/suitesparse-config/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/umfpack/
H A Dumf_singletons.c194 xpivot = head ; in order_singletons()
196 head = Next [xpivot] ; in order_singletons()
203 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
204 if (Xdeg [xpivot] != 1) in order_singletons()
216 p2 = Xp [xpivot+1] ; in order_singletons()
217 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
231 p2 = Xp [xpivot+1] ; in order_singletons()
232 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
259 if (x == xpivot) continue ; in order_singletons()
287 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/umfpack/UMFPACK/Source/
H A Dumf_singletons.cc193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/umfpack/src/umfpack/
H A Dumf_singletons.c192 xpivot = head ; in order_singletons()
194 head = Next [xpivot] ; in order_singletons()
201 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
202 if (Xdeg [xpivot] != 1) in order_singletons()
214 p2 = Xp [xpivot+1] ; in order_singletons()
215 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
229 p2 = Xp [xpivot+1] ; in order_singletons()
230 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
257 if (x == xpivot) continue ; in order_singletons()
285 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_singletons.c193 xpivot = head ; in order_singletons()
195 head = Next [xpivot] ; in order_singletons()
202 ASSERT (Xdeg [xpivot] >= 0) ; in order_singletons()
203 if (Xdeg [xpivot] != 1) in order_singletons()
215 p2 = Xp [xpivot+1] ; in order_singletons()
216 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
230 p2 = Xp [xpivot+1] ; in order_singletons()
231 for (p = Xp [xpivot] ; p < p2 ; p++) in order_singletons()
258 if (x == xpivot) continue ; in order_singletons()
286 Xdeg [xpivot] = FLIP (1) ; in order_singletons()
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/linear_algebra/include/LiDIA/matrix/
H A Dbigint_matrix_algorithms.cc684 xpivot = -1; in snf_hartley()
690 xpivot = i; in snf_hartley()
790 xpivot = -1; in snf_hartley()
1111 xpivot = -1; in snf_havas()
1227 xpivot = -1; in snf_havas()
1360 xpivot = -1; in snf_mult()
1496 xpivot = -1; in snf_mult()
1649 xpivot = -1; in snf_add()
1785 xpivot = -1; in snf_add()
1946 xpivot = -1; in snf_new()
[all …]
H A Dsparse_bigint_matrix_kernel.cc1643 xpivot = -1; in snf_hartley()
1649 xpivot = i; in snf_hartley()
1751 xpivot = -1; in snf_hartley()
2076 xpivot = -1; in snf_havas()
2194 xpivot = -1; in snf_havas()
2325 xpivot = -1; in snf_mult()
2462 xpivot = -1; in snf_mult()
2613 xpivot = -1; in snf_add()
2750 xpivot = -1; in snf_add()
2909 xpivot = -1; in snf_new()
[all …]
H A Ddense_bigint_matrix_kernel.cc1954 xpivot = -1; in snf_hartley()
1960 xpivot = i; in snf_hartley()
2062 xpivot = -1; in snf_hartley()
2387 xpivot = -1; in snf_havas()
2505 xpivot = -1; in snf_havas()
2636 xpivot = -1; in snf_mult()
2773 xpivot = -1; in snf_mult()
2925 xpivot = -1; in snf_add()
3062 xpivot = -1; in snf_add()
3222 xpivot = -1; in snf_new()
[all …]

123