Home
last modified time | relevance | path

Searched refs:new_where (Results 1 – 25 of 40) sorted by relevance

12

/dports/graphics/colmap/colmap-3.6/lib/Graclus/multilevelLib/
H A Dwkkm_old.c175 idxtype *xadj, *adjncy, *adjwgt, *where, *new_where; in Weighted_kernel_k_means() local
188 new_where = imalloc(nvtxs, "Weighted_kernel_k_means: new_where"); in Weighted_kernel_k_means()
190 new_where[i] = where[i]; in Weighted_kernel_k_means()
274 new_where[i] = min_ind; // note here we can not change where; otherwise we change the center in Weighted_kernel_k_means()
283 sum[new_where[i]] += w[i]; in Weighted_kernel_k_means()
285 me = new_where[i]; in Weighted_kernel_k_means()
287 if (new_where[adjncy[j]] == me) in Weighted_kernel_k_means()
299 where[i] = new_where[i]; in Weighted_kernel_k_means()
308 free(sum); free(squared_sum); free(new_where); in Weighted_kernel_k_means()
H A Dwkkm_boundary_only.c140 idxtype *squared_sum, *sum, *xadj, *adjncy, *adjwgt, *where, *new_where, *bndptr, *bndind; in Weighted_kernel_k_means() local
158 new_where = imalloc(nvtxs, "Weighted_kernel_k_means: new_where"); in Weighted_kernel_k_means()
160 new_where[i] = where[i]; in Weighted_kernel_k_means()
296 new_where[i] = min_ind; // note here we can not change where; otherwise we change the center in Weighted_kernel_k_means()
308 sum[new_where[i]] += w[i]; in Weighted_kernel_k_means()
327 me = new_where[i]; in Weighted_kernel_k_means()
329 if (new_where[adjncy[j]] == me) in Weighted_kernel_k_means()
351 where[i] = new_where[i]; in Weighted_kernel_k_means()
356 …free(sum); free(squared_sum); free(new_where); free(linearTerm); free(inv_sum); free(squared_inv_s… in Weighted_kernel_k_means()
H A Dwkkm_experiment.c137 idxtype *squared_sum, *sum, *xadj, *adjncy, *adjwgt, *where, *new_where, *bndptr, *bndind; in Weighted_kernel_k_means() local
155 new_where = imalloc(nvtxs, "Weighted_kernel_k_means: new_where"); in Weighted_kernel_k_means()
157 new_where[i] = where[i]; in Weighted_kernel_k_means()
293 new_where[i] = min_ind; // note here we can not change where; otherwise we change the center in Weighted_kernel_k_means()
305 sum[new_where[i]] += w[i]; in Weighted_kernel_k_means()
324 me = new_where[i]; in Weighted_kernel_k_means()
326 if (new_where[adjncy[j]] == me) in Weighted_kernel_k_means()
348 where[i] = new_where[i]; in Weighted_kernel_k_means()
353 …free(sum); free(squared_sum); free(new_where); free(linearTerm); free(inv_sum); free(squared_inv_s… in Weighted_kernel_k_means()
H A Dwkkm.c188 idxtype *squared_sum, *sum, *xadj, *adjncy, *adjwgt, *where, *new_where, *bndptr, *bndind; in Weighted_kernel_k_means() local
206 new_where = idxmalloc(nvtxs, "Weighted_kernel_k_means: new_where"); in Weighted_kernel_k_means()
208 new_where[i] = where[i]; in Weighted_kernel_k_means()
345 new_where[i] = min_ind; // note here we can not change where; otherwise we change the center in Weighted_kernel_k_means()
357 sum[new_where[i]] += w[i]; in Weighted_kernel_k_means()
376 me = new_where[i]; in Weighted_kernel_k_means()
378 if (new_where[adjncy[j]] == me) in Weighted_kernel_k_means()
400 where[i] = new_where[i]; in Weighted_kernel_k_means()
405 …free(sum); free(squared_sum); free(new_where); free(linearTerm); free(inv_sum); free(squared_inv_s… in Weighted_kernel_k_means()
/dports/science/hdf5/hdf5-1.10.6/tools/src/h5jam/
H A Dh5jam.c22 herr_t write_pad(int ofile, hsize_t old_where, hsize_t *new_where);
530 write_pad(int ofile, hsize_t old_where, hsize_t *new_where) in write_pad() argument
536 if(new_where == NULL) in write_pad()
551 *new_where = old_where + psize; in write_pad()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgimple-ssa-strength-reduction.c2174 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
2186 new_where = NULL; in nearest_common_dominator_for_cands()
2191 new_where = sib_where; in nearest_common_dominator_for_cands()
2196 new_where = dep_where; in nearest_common_dominator_for_cands()
2201 dep_where, &new_where); in nearest_common_dominator_for_cands()
2209 *where = new_where; in nearest_common_dominator_for_cands()
2217 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgimple-ssa-strength-reduction.c2159 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
2171 new_where = NULL; in nearest_common_dominator_for_cands()
2176 new_where = sib_where; in nearest_common_dominator_for_cands()
2181 new_where = dep_where; in nearest_common_dominator_for_cands()
2186 dep_where, &new_where); in nearest_common_dominator_for_cands()
2194 *where = new_where; in nearest_common_dominator_for_cands()
2202 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgimple-ssa-strength-reduction.c3054 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3065 new_where = NULL; in nearest_common_dominator_for_cands()
3070 new_where = sib_where; in nearest_common_dominator_for_cands()
3075 new_where = dep_where; in nearest_common_dominator_for_cands()
3080 dep_where, &new_where); in nearest_common_dominator_for_cands()
3089 *where = new_where; in nearest_common_dominator_for_cands()
3095 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgimple-ssa-strength-reduction.c3038 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3049 new_where = NULL; in nearest_common_dominator_for_cands()
3054 new_where = sib_where; in nearest_common_dominator_for_cands()
3059 new_where = dep_where; in nearest_common_dominator_for_cands()
3064 dep_where, &new_where); in nearest_common_dominator_for_cands()
3073 *where = new_where; in nearest_common_dominator_for_cands()
3079 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgimple-ssa-strength-reduction.c3038 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3049 new_where = NULL; in nearest_common_dominator_for_cands()
3054 new_where = sib_where; in nearest_common_dominator_for_cands()
3059 new_where = dep_where; in nearest_common_dominator_for_cands()
3064 dep_where, &new_where); in nearest_common_dominator_for_cands()
3073 *where = new_where; in nearest_common_dominator_for_cands()
3079 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c3314 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3325 new_where = NULL; in nearest_common_dominator_for_cands()
3330 new_where = sib_where; in nearest_common_dominator_for_cands()
3335 new_where = dep_where; in nearest_common_dominator_for_cands()
3340 dep_where, &new_where); in nearest_common_dominator_for_cands()
3349 *where = new_where; in nearest_common_dominator_for_cands()
3355 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c3314 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3325 new_where = NULL; in nearest_common_dominator_for_cands()
3330 new_where = sib_where; in nearest_common_dominator_for_cands()
3335 new_where = dep_where; in nearest_common_dominator_for_cands()
3340 dep_where, &new_where); in nearest_common_dominator_for_cands()
3349 *where = new_where; in nearest_common_dominator_for_cands()
3355 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimple-ssa-strength-reduction.c3316 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3327 new_where = NULL; in nearest_common_dominator_for_cands()
3332 new_where = sib_where; in nearest_common_dominator_for_cands()
3337 new_where = dep_where; in nearest_common_dominator_for_cands()
3342 dep_where, &new_where); in nearest_common_dominator_for_cands()
3351 *where = new_where; in nearest_common_dominator_for_cands()
3357 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimple-ssa-strength-reduction.c3314 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3325 new_where = NULL; in nearest_common_dominator_for_cands()
3330 new_where = sib_where; in nearest_common_dominator_for_cands()
3335 new_where = dep_where; in nearest_common_dominator_for_cands()
3340 dep_where, &new_where); in nearest_common_dominator_for_cands()
3349 *where = new_where; in nearest_common_dominator_for_cands()
3355 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgimple-ssa-strength-reduction.c3316 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3327 new_where = NULL; in nearest_common_dominator_for_cands()
3332 new_where = sib_where; in nearest_common_dominator_for_cands()
3337 new_where = dep_where; in nearest_common_dominator_for_cands()
3342 dep_where, &new_where); in nearest_common_dominator_for_cands()
3351 *where = new_where; in nearest_common_dominator_for_cands()
3357 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c3314 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3325 new_where = NULL; in nearest_common_dominator_for_cands()
3330 new_where = sib_where; in nearest_common_dominator_for_cands()
3335 new_where = dep_where; in nearest_common_dominator_for_cands()
3340 dep_where, &new_where); in nearest_common_dominator_for_cands()
3349 *where = new_where; in nearest_common_dominator_for_cands()
3355 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c3314 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3325 new_where = NULL; in nearest_common_dominator_for_cands()
3330 new_where = sib_where; in nearest_common_dominator_for_cands()
3335 new_where = dep_where; in nearest_common_dominator_for_cands()
3340 dep_where, &new_where); in nearest_common_dominator_for_cands()
3349 *where = new_where; in nearest_common_dominator_for_cands()
3355 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c3314 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3325 new_where = NULL; in nearest_common_dominator_for_cands()
3330 new_where = sib_where; in nearest_common_dominator_for_cands()
3335 new_where = dep_where; in nearest_common_dominator_for_cands()
3340 dep_where, &new_where); in nearest_common_dominator_for_cands()
3349 *where = new_where; in nearest_common_dominator_for_cands()
3355 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgimple-ssa-strength-reduction.c3314 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3325 new_where = NULL; in nearest_common_dominator_for_cands()
3330 new_where = sib_where; in nearest_common_dominator_for_cands()
3335 new_where = dep_where; in nearest_common_dominator_for_cands()
3340 dep_where, &new_where); in nearest_common_dominator_for_cands()
3349 *where = new_where; in nearest_common_dominator_for_cands()
3355 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgimple-ssa-strength-reduction.c3316 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3327 new_where = NULL; in nearest_common_dominator_for_cands()
3332 new_where = sib_where; in nearest_common_dominator_for_cands()
3337 new_where = dep_where; in nearest_common_dominator_for_cands()
3342 dep_where, &new_where); in nearest_common_dominator_for_cands()
3351 *where = new_where; in nearest_common_dominator_for_cands()
3357 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgimple-ssa-strength-reduction.c3314 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3325 new_where = NULL; in nearest_common_dominator_for_cands()
3330 new_where = sib_where; in nearest_common_dominator_for_cands()
3335 new_where = dep_where; in nearest_common_dominator_for_cands()
3340 dep_where, &new_where); in nearest_common_dominator_for_cands()
3349 *where = new_where; in nearest_common_dominator_for_cands()
3355 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple-ssa-strength-reduction.c3316 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3327 new_where = NULL; in nearest_common_dominator_for_cands()
3332 new_where = sib_where; in nearest_common_dominator_for_cands()
3337 new_where = dep_where; in nearest_common_dominator_for_cands()
3342 dep_where, &new_where); in nearest_common_dominator_for_cands()
3351 *where = new_where; in nearest_common_dominator_for_cands()
3357 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimple-ssa-strength-reduction.c3314 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3325 new_where = NULL; in nearest_common_dominator_for_cands()
3330 new_where = sib_where; in nearest_common_dominator_for_cands()
3335 new_where = dep_where; in nearest_common_dominator_for_cands()
3340 dep_where, &new_where); in nearest_common_dominator_for_cands()
3349 *where = new_where; in nearest_common_dominator_for_cands()
3355 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimple-ssa-strength-reduction.c3316 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3327 new_where = NULL; in nearest_common_dominator_for_cands()
3332 new_where = sib_where; in nearest_common_dominator_for_cands()
3337 new_where = dep_where; in nearest_common_dominator_for_cands()
3342 dep_where, &new_where); in nearest_common_dominator_for_cands()
3351 *where = new_where; in nearest_common_dominator_for_cands()
3357 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple-ssa-strength-reduction.c3316 slsr_cand_t sib_where = NULL, dep_where = NULL, this_where = NULL, new_where; in nearest_common_dominator_for_cands() local
3327 new_where = NULL; in nearest_common_dominator_for_cands()
3332 new_where = sib_where; in nearest_common_dominator_for_cands()
3337 new_where = dep_where; in nearest_common_dominator_for_cands()
3342 dep_where, &new_where); in nearest_common_dominator_for_cands()
3351 *where = new_where; in nearest_common_dominator_for_cands()
3357 ncd = ncd_for_two_cands (ncd, this_ncd, new_where, this_where, where); in nearest_common_dominator_for_cands()

12