Home
last modified time | relevance | path

Searched refs:Rj (Results 1 – 25 of 1525) sorted by relevance

12345678910>>...61

/dports/math/py-secp256k1/secp256k1-0.13.2/libsecp256k1/src/modules/schnorr/
H A Dschnorr_impl.h63 secp256k1_gej Rj; in secp256k1_schnorr_sig_sign() local
75 secp256k1_ecmult_gen(ctx, &Rj, &n); in secp256k1_schnorr_sig_sign()
77 secp256k1_gej_add_ge(&Rj, &Rj, pubnonce); in secp256k1_schnorr_sig_sign()
79 secp256k1_ge_set_gej(&Ra, &Rj); in secp256k1_schnorr_sig_sign()
107 secp256k1_gej Qj, Rj; in secp256k1_schnorr_sig_verify() local
132 secp256k1_ecmult(ctx, &Rj, &Qj, &h, &s); in secp256k1_schnorr_sig_verify()
133 if (secp256k1_gej_is_infinity(&Rj)) { in secp256k1_schnorr_sig_verify()
136 secp256k1_ge_set_gej_var(&Ra, &Rj); in secp256k1_schnorr_sig_verify()
145 secp256k1_gej Qj, Rj; in secp256k1_schnorr_sig_recover() local
169 secp256k1_gej_set_ge(&Rj, &Ra); in secp256k1_schnorr_sig_recover()
[all …]
/dports/net/zebra-server/idzebra-2.0.55/dict/
H A Dlookgrep.c222 mask_shift(mc, Rj1, Rj, dfa, ch); in move()
237 Rj += mc->n; in move()
245 MatchWord *Rj, int pos, void *client, in grep() argument
314 MatchWord *Rj1 = Rj+ mc->fact; in grep()
315 MatchWord *Rj_tmp = Rj+2*mc->fact; in grep()
379 MatchWord *Rj; in dict_lookup_grep() local
415 Rj = (MatchWord *) xcalloc((MAX_LENGTH+2) * mc->fact, sizeof(*Rj)); in dict_lookup_grep()
417 set_bit (mc, Rj, 0, 0); in dict_lookup_grep()
421 memcpy(Rj + mc->n * d, Rj + mc->n * (d-1), mc->n * sizeof(*Rj)); in dict_lookup_grep()
424 if (get_bit(mc, Rj, d-1, s)) in dict_lookup_grep()
[all …]
/dports/net/zebra-server/idzebra-2.0.55/dfa/
H A Dgrepper.c238 Rj = icalloc (mc->n * (mc->range+1) * sizeof(*Rj)); in go()
240 Rj_a = icalloc (mc->n * sizeof(*Rj)); in go()
241 Rj_b = icalloc (mc->n * sizeof(*Rj)); in go()
242 Rj_c = icalloc (mc->n * sizeof(*Rj)); in go()
244 set_bit (mc, Rj, 0, 0); in go()
248 memcpy (Rj + mc->n * d, Rj + mc->n * (d-1), mc->n * sizeof(*Rj)); in go()
251 if (get_bit (mc, Rj, d-1, s)) in go()
289 mask_shift (mc, Rj1, Rj, dfa, ch); in go()
311 Rj1 = Rj; in go()
312 Rj = Rj_t; in go()
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/crypto/rc4/
H A Drc4_arm.s17 #define Rj R7 macro
31 MOVBU (Rpj), Rj
39 ADD Rt, Rj
40 AND $0xff, Rj
43 MOVBU Rj<<2(Rstate), Rt2
45 MOVB Rt, Rj<<2(Rstate)
61 MOVB Rj, (Rpj)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/tools/manip/
H A Dborn.c18 #define fGB(rij, Ri, Rj) \ argument
19 (VSQRT(VSQR(rij)+(Ri)*(Rj)*VEXP(-0.25*VSQR(rij)/(Ri)/(Rj))))
29 #define dfGB_drij(rij, Ri, Rj) \ argument
30 (((rij)-0.25*VEXP(-0.25*VSQR(rij)/(Ri)/(Rj)))/fGB(rij,Ri,Rj))
40 #define dfGB_dRi(rij, Ri, Rj) \ argument
41 (0.5*(0.25*VSQR(rij)/(Ri)+(Rj))*VEXP(-0.25*VSQR(rij)/(Ri)/(Rj))/fGB(rij,Ri,Rj))
51 #define dfGB_dRj(rij, Ri, Rj) (dfGB_dRi(rij, Rj, Ri)) argument
/dports/math/suitesparse-config/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/umfpack/
H A Dumfpack_triplet_to_col.c73 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
153 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
157 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
163 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
182 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
191 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
199 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
208 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
219 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/umfpack/UMFPACK/Source/
H A Dumfpack_triplet_to_col.cc73 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
153 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
157 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
163 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
182 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
191 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
199 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
208 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
219 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/science/elmerfem/elmerfem-release-9.0/umfpack/src/umfpack/
H A Dumfpack_triplet_to_col.c73 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
153 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
157 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
163 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
182 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
191 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
199 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
208 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
219 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumfpack_triplet_to_col.c72 Int *RowCount, *Rp, *Rj, *W, nn, do_values, do_map, *Map2, status ; in UMFPACK_triplet_to_col() local
152 Rj = (Int *) UMF_malloc (nz+1, sizeof (Int)) ; in UMFPACK_triplet_to_col()
156 if (!Rj || !Rp || !RowCount || !W) in UMFPACK_triplet_to_col()
162 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()
181 Rj, W, RowCount, Tx, Ax, Rx in UMFPACK_triplet_to_col()
190 Rj, W, RowCount, Map, Map2) ; in UMFPACK_triplet_to_col()
198 Rj, W, RowCount , Tx, Ax, Rx in UMFPACK_triplet_to_col()
207 Rp, Rj, W, RowCount) ; in UMFPACK_triplet_to_col()
218 (void) UMF_free ((void *) Rj) ; in UMFPACK_triplet_to_col()

12345678910>>...61