Home
last modified time | relevance | path

Searched refs:cind (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dports/graphics/Coin/coin-Coin-4.0.0/src/caches/
H A DSoNormalCache.cpp501 else if (cind + 3 < endptr && (cind[2] < 0 || cind[2] > maxcoordidx)) { in generatePerFace()
549 while (cind < endptr && *cind >= 0 && *cind <= maxcoordidx) { in generatePerFace()
633 if (cind[0] < 0 || cind[1] < 0 || cind[2] < 0 || in generatePerFaceStrip()
639 cind - cstart, *(cind), *(cind+1), *(cind+2), maxcoordidx); in generatePerFaceStrip()
654 else if (cind + 3 < endptr && (cind[2] < 0 || cind[2] > maxcoordidx)) { in generatePerFaceStrip()
695 int idx = cind < endptr ? *cind++ : -1; in generatePerFaceStrip()
721 idx = cind < endptr ? *cind++ : -1; in generatePerFaceStrip()
792 if (cind[0] < 0 || cind[1] < 0 || cind[2] < 0 || in generatePerStrip()
798 cind - cstart, *(cind), *(cind+1), *(cind+2), maxcoordidx); in generatePerStrip()
812 else if (cind + 3 < endptr && (cind[2] < 0 || cind[2] > maxcoordidx)) { in generatePerStrip()
[all …]
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/sparse/
H A Dsparse_jacobian.cpp80 unsigned int *cind = NULL; /* column indices */ in main() local
90 sparse_jac(tag, m, n, 0, x, &nnz, &rind, &cind, &values, options); in main()
94 printf("%2d %2d %10.6f\n\n",rind[i],cind[i],values[i]); in main()
97 free(cind); cind=NULL; in main()
107 sparse_jac(tag, m, n, 0, x, &nnz, &rind, &cind, &values, options); in main()
111 printf("%2d %2d %10.6f\n\n",rind[i],cind[i],values[i]); in main()
114 free(cind); cind=NULL; in main()
136 printf("%2d %2d %10.6f\n\n",rind[i],cind[i],values[i]); in main()
139 free(cind); cind=NULL; in main()
153 printf("%2d %2d %10.6f\n\n",rind[i],cind[i],values[i]); in main()
[all …]
H A Dsparse_hessian.cpp77 unsigned int *cind = NULL; in main() local
85 sparse_hess(tag, n, 0, x, &nnz, &rind, &cind, &values, options); in main()
89 printf("%2d %2d %10.6f\n\n",rind[i],cind[i],values[i]); in main()
92 free(cind); cind = NULL; in main()
98 sparse_hess(tag, n, 0, x, &nnz, &rind, &cind, &values, options); in main()
102 printf("%2d %2d %10.6f\n\n",rind[i],cind[i],values[i]); in main()
105 free(cind); cind=NULL; in main()
124 sparse_hess(tag, n, 0, x, &nnz, &rind, &cind, &values, options); in main()
128 printf("%2d %2d %10.6f\n\n",rind[i],cind[i],values[i]); in main()
131 free(cind); cind=NULL; in main()
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dconstfold.cpp254 int cind = -1; in DECLFOLDER() local
278 if (cind >= 0) { in DECLFOLDER()
762 int cind = rop.add_constant (elemtype, in DECLFOLDER() local
1145 int cind = rop.add_constant (result); in DECLFOLDER() local
1161 int cind = -1; in DECLFOLDER() local
1175 if (cind >= 0) { in DECLFOLDER()
1196 int cind = rop.add_constant (result); in DECLFOLDER() local
1219 int cind = rop.add_constant (result); in DECLFOLDER() local
1446 int cind = rop.add_constant (r); in DECLFOLDER() local
1468 int cind = rop.add_constant (result); in DECLFOLDER() local
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dconstfold.cpp254 int cind = -1; in DECLFOLDER() local
278 if (cind >= 0) { in DECLFOLDER()
762 int cind = rop.add_constant (elemtype, in DECLFOLDER() local
1145 int cind = rop.add_constant (result); in DECLFOLDER() local
1161 int cind = -1; in DECLFOLDER() local
1175 if (cind >= 0) { in DECLFOLDER()
1196 int cind = rop.add_constant (result); in DECLFOLDER() local
1219 int cind = rop.add_constant (result); in DECLFOLDER() local
1446 int cind = rop.add_constant (r); in DECLFOLDER() local
1468 int cind = rop.add_constant (result); in DECLFOLDER() local
[all …]
/dports/archivers/plzip/plzip-1.9/
H A Darg_parser.cc100 int cind = 1; // character index in opt in parse_short_option() local
102 while( cind > 0 ) in parse_short_option()
105 const unsigned char c = opt[cind]; in parse_short_option()
119 if( opt[++cind] == 0 ) { ++argind; cind = 0; } // opt finished in parse_short_option()
121 if( options[index].has_arg != no && cind > 0 && opt[cind] ) in parse_short_option()
123 data.back().argument = &opt[cind]; ++argind; cind = 0; in parse_short_option()
133 data.back().argument = arg; ++argind; cind = 0; in parse_short_option()
/dports/archivers/zutils/zutils-1.10/
H A Darg_parser.cc100 int cind = 1; // character index in opt in parse_short_option() local
102 while( cind > 0 ) in parse_short_option()
105 const unsigned char c = opt[cind]; in parse_short_option()
119 if( opt[++cind] == 0 ) { ++argind; cind = 0; } // opt finished in parse_short_option()
121 if( options[index].has_arg != no && cind > 0 && opt[cind] ) in parse_short_option()
123 data.back().argument = &opt[cind]; ++argind; cind = 0; in parse_short_option()
133 data.back().argument = arg; ++argind; cind = 0; in parse_short_option()
/dports/archivers/lziprecover/lziprecover-1.22/
H A Darg_parser.cc100 int cind = 1; // character index in opt in parse_short_option() local
102 while( cind > 0 ) in parse_short_option()
105 const unsigned char c = opt[cind]; in parse_short_option()
119 if( opt[++cind] == 0 ) { ++argind; cind = 0; } // opt finished in parse_short_option()
121 if( options[index].has_arg != no && cind > 0 && opt[cind] ) in parse_short_option()
123 data.back().argument = &opt[cind]; ++argind; cind = 0; in parse_short_option()
133 data.back().argument = arg; ++argind; cind = 0; in parse_short_option()
/dports/archivers/lzip/lzip-1.22/
H A Darg_parser.cc100 int cind = 1; // character index in opt in parse_short_option() local
102 while( cind > 0 ) in parse_short_option()
105 const unsigned char c = opt[cind]; in parse_short_option()
119 if( opt[++cind] == 0 ) { ++argind; cind = 0; } // opt finished in parse_short_option()
121 if( options[index].has_arg != no && cind > 0 && opt[cind] ) in parse_short_option()
123 data.back().argument = &opt[cind]; ++argind; cind = 0; in parse_short_option()
133 data.back().argument = arg; ++argind; cind = 0; in parse_short_option()
/dports/sysutils/ddrescue/ddrescue-1.25/
H A Darg_parser.cc100 int cind = 1; // character index in opt in parse_short_option() local
102 while( cind > 0 ) in parse_short_option()
105 const unsigned char c = opt[cind]; in parse_short_option()
119 if( opt[++cind] == 0 ) { ++argind; cind = 0; } // opt finished in parse_short_option()
121 if( options[index].has_arg != no && cind > 0 && opt[cind] ) in parse_short_option()
123 data.back().argument = &opt[cind]; ++argind; cind = 0; in parse_short_option()
133 data.back().argument = arg; ++argind; cind = 0; in parse_short_option()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libbase/
H A Darg_parser.cpp92 int cind = 1; // character index in opt in parse_short_option() local
94 while( cind > 0 ) { in parse_short_option()
96 const unsigned char code = opt[cind]; in parse_short_option()
111 if( opt[++cind] == 0 ) { ++argind; cind = 0; } // opt finished in parse_short_option()
113 if( options[index].has_arg != no && cind > 0 && opt[cind] ) { in parse_short_option()
114 data.back().argument = &opt[cind]; ++argind; cind = 0; in parse_short_option()
120 data.back().argument = arg; ++argind; cind = 0; in parse_short_option()
/dports/graphics/ocrad/ocrad-0.27/
H A Darg_parser.cc100 int cind = 1; // character index in opt in parse_short_option() local
102 while( cind > 0 ) in parse_short_option()
105 const unsigned char c = opt[cind]; in parse_short_option()
119 if( opt[++cind] == 0 ) { ++argind; cind = 0; } // opt finished in parse_short_option()
121 if( options[index].has_arg != no && cind > 0 && opt[cind] ) in parse_short_option()
123 data.back().argument = &opt[cind]; ++argind; cind = 0; in parse_short_option()
133 data.back().argument = arg; ++argind; cind = 0; in parse_short_option()
/dports/textproc/highlight/highlight-4.1/src/cli/
H A Darg_parser.cc98 int cind = 1; // character index in opt in parse_short_option() local
100 while( cind > 0 ) in parse_short_option()
103 const unsigned char code = opt[cind]; in parse_short_option()
117 if( opt[++cind] == 0 ) { ++argind; cind = 0; } // opt finished in parse_short_option()
119 if( options[index].has_arg != no && cind > 0 && opt[cind] ) in parse_short_option()
121 data.back().argument = &opt[cind]; ++argind; cind = 0; in parse_short_option()
130 data.back().argument = arg; ++argind; cind = 0; in parse_short_option()
/dports/textproc/ansifilter/ansifilter-2.18/src/
H A Darg_parser.cpp100 int cind = 1; // character index in opt in parse_short_option() local
102 while( cind > 0 ) { in parse_short_option()
104 const unsigned char code = opt[cind]; in parse_short_option()
120 if( opt[++cind] == 0 ) { in parse_short_option()
122 cind = 0; in parse_short_option()
125 if( options[index].has_arg != no && cind > 0 && opt[cind] ) { in parse_short_option()
126 data.back().argument = &opt[cind]; in parse_short_option()
128 cind = 0; in parse_short_option()
137 cind = 0; in parse_short_option()
/dports/astro/gnuastro/gnuastro-0.16/bin/mkcatalog/
H A Dcolumns.c2748 cind = sr + coind; in columns_fill()
2756 p->hostobjid_c[cind]=pp->object; in columns_fill()
2762 ((int32_t *)colarr)[cind]=pp->object; in columns_fill()
2766 ((int32_t *)colarr)[cind]=coind+1; in columns_fill()
2770 ((int32_t *)colarr)[cind]=ci[CCOL_NUM]; in columns_fill()
2782 ((float *)colarr)[cind]=SB_ERROR(p, ci, 1); in columns_fill()
2786 ((int32_t *)colarr)[cind]=ci[CCOL_NUMXY]; in columns_fill()
2790 ((int32_t *)colarr)[cind]=ci[CCOL_NUMWHT]; in columns_fill()
2794 ((int32_t *)colarr)[cind]=ci[CCOL_NUMALL]; in columns_fill()
3008 ((float *)colarr)[cind] in columns_fill()
[all …]
/dports/math/igraph/igraph-0.9.5/vendor/glpk/misc/
H A Dtriang.c106 int *cind, *rind, *cnt, *ptr, *list, *prev, *next; in triang() local
110 cind = talloc(1+m, int); in triang()
133 len = mat(info, -j, cind, cval); in triang()
216 len = mat(info, -j, cind, cval); in triang()
225 len = mat(info, -j, cind, cval); in triang()
229 { i = cind[k]; in triang()
247 rn[size] = cind[kk]; in triang()
262 { i = cind[k]; in triang()
296 tfree(cind); in triang()
/dports/math/glpk/glpk-5.0/src/misc/
H A Dtriang.c106 int *cind, *rind, *cnt, *ptr, *list, *prev, *next; in triang() local
110 cind = talloc(1+m, int); in triang()
133 len = mat(info, -j, cind, cval); in triang()
216 len = mat(info, -j, cind, cval); in triang()
225 len = mat(info, -j, cind, cval); in triang()
229 { i = cind[k]; in triang()
247 rn[size] = cind[kk]; in triang()
262 { i = cind[k]; in triang()
296 tfree(cind); in triang()
/dports/math/cppad/CppAD-20210000.8/speed/adolc/
H A Dsparse_hessian.cpp108 IntVector cind = nullptr; // column indices in link_sparse_hessian() local
134 cind = nullptr; in link_sparse_hessian()
137 same_pattern, x, &nnz, &rind, &cind, &values, options in link_sparse_hessian()
144 free(cind); in link_sparse_hessian()
174 same_pattern, x, &nnz, &rind, &cind, &values, options in link_sparse_hessian()
184 size_t i = size_t( cind[ell] ); in link_sparse_hessian()
195 size_t i = size_t( cind[ind_ell] ); in link_sparse_hessian()
228 free(cind); in link_sparse_hessian()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/sql/
H A Diterator.go72 cind map[quad.Direction]int member
104 it.cind = make(map[quad.Direction]int, len(quad.Directions)+1)
110 it.cind[quad.Any] = i
116 it.cind[d] = i
140 if len(it.cind) > 1 {
143 i, ok := it.cind[d]
153 i, ok := it.cind[quad.Any]
155 …err = fmt.Errorf("cannot find node hash in query output (columns: %v, cind: %v)", it.cols, it.cind)
190 i, ok := it.cind[quad.Any]
198 i, ok := it.cind[d]
[all …]
/dports/archivers/lzlib/lzlib-1.12/
H A Dcarg_parser.c154 int cind = 1; /* character index in opt */ in parse_short_option() local
156 while( cind > 0 ) in parse_short_option()
159 const unsigned char code = opt[cind]; in parse_short_option()
175 if( opt[++cind] == 0 ) { ++*argindp; cind = 0; } /* opt finished */ in parse_short_option()
177 if( options[index].has_arg != ap_no && cind > 0 && opt[cind] ) in parse_short_option()
179 if( !push_back_record( ap, code, &opt[cind] ) ) return 0; in parse_short_option()
180 ++*argindp; cind = 0; in parse_short_option()
190 ++*argindp; cind = 0; in parse_short_option()
/dports/math/parmetis/parmetis-4.0.3/metis/libmetis/
H A Dcontig.c33 idx_t *cptr, idx_t *cind) in FindPartitionInducedComponents() argument
72 cind[last++] = i; in FindPartitionInducedComponents()
77 i = cind[first++]; in FindPartitionInducedComponents()
85 cind[last++] = k; in FindPartitionInducedComponents()
268 idx_t *cind) in FindSepInducedComponents() argument
283 queue = cind; in FindSepInducedComponents()
364 cind = iwspacemalloc(ctrl, nvtxs); in EliminateComponents()
393 pcptr[where[cind[cptr[i]]]]++; in EliminateComponents()
423 cwhere[cind[j]] = i; in EliminateComponents()
446 ii = cind[j]; in EliminateComponents()
[all …]
/dports/math/py-PyMetis/PyMetis-2020.1/src/metis/libmetis/
H A Dcontig.c33 idx_t *cptr, idx_t *cind) in CompressGraph()
72 cind[last++] = i; in CompressGraph()
77 i = cind[first++]; in CompressGraph()
85 cind[last++] = k; in CompressGraph()
268 idx_t *cind)
283 queue = cind;
364 cind = iwspacemalloc(ctrl, nvtxs);
393 pcptr[where[cind[cptr[i]]]]++;
423 cwhere[cind[j]] = i;
446 ii = cind[j];
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/metis/libmetis/
H A Dcontig.c33 idx_t *cptr, idx_t *cind) in FindPartitionInducedComponents() argument
72 cind[last++] = i; in FindPartitionInducedComponents()
77 i = cind[first++]; in FindPartitionInducedComponents()
85 cind[last++] = k; in FindPartitionInducedComponents()
268 idx_t *cind) in FindSepInducedComponents() argument
283 queue = cind; in FindSepInducedComponents()
364 cind = iwspacemalloc(ctrl, nvtxs); in EliminateComponents()
393 pcptr[where[cind[cptr[i]]]]++; in EliminateComponents()
423 cwhere[cind[j]] = i; in EliminateComponents()
446 ii = cind[j]; in EliminateComponents()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/metis/libmetis/
H A Dcontig.c33 idx_t *cptr, idx_t *cind) in FindPartitionInducedComponents() argument
72 cind[last++] = i; in FindPartitionInducedComponents()
77 i = cind[first++]; in FindPartitionInducedComponents()
85 cind[last++] = k; in FindPartitionInducedComponents()
268 idx_t *cind) in FindSepInducedComponents() argument
283 queue = cind; in FindSepInducedComponents()
364 cind = iwspacemalloc(ctrl, nvtxs); in EliminateComponents()
393 pcptr[where[cind[cptr[i]]]]++; in EliminateComponents()
423 cwhere[cind[j]] = i; in EliminateComponents()
446 ii = cind[j]; in EliminateComponents()
[all …]
/dports/science/octopus/octopus-10.5/external_libs/metis-5.1/libmetis/
H A Dcontig.c32 idx_t *cptr, idx_t *cind) in FindPartitionInducedComponents() argument
71 cind[last++] = i; in FindPartitionInducedComponents()
76 i = cind[first++]; in FindPartitionInducedComponents()
84 cind[last++] = k; in FindPartitionInducedComponents()
267 idx_t *cind) in FindSepInducedComponents() argument
282 queue = cind; in FindSepInducedComponents()
363 cind = iwspacemalloc(ctrl, nvtxs); in EliminateComponents()
392 pcptr[where[cind[cptr[i]]]]++; in EliminateComponents()
422 cwhere[cind[j]] = i; in EliminateComponents()
445 ii = cind[j]; in EliminateComponents()
[all …]

12345678910>>...13