Home
last modified time | relevance | path

Searched refs:ce_new (Results 1 – 5 of 5) sorted by relevance

/dports/japanese/anthy/anthy-0.4/src-splitter/
H A Dcompose.c62 struct cand_ent *ce_new; in dup_candidate() local
64 ce_new = alloc_cand_ent(); in dup_candidate()
65 ce_new->nr_words = ce->nr_words; in dup_candidate()
66 ce_new->str.len = ce->str.len; in dup_candidate()
69 ce_new->flag = ce->flag; in dup_candidate()
70 ce_new->core_elm_index = ce->core_elm_index; in dup_candidate()
71 ce_new->mw = ce->mw; in dup_candidate()
72 ce_new->score = ce->score; in dup_candidate()
73 ce_new->dep_word_hash = ce->dep_word_hash; in dup_candidate()
76 ce_new->elm[i] = ce->elm[i]; in dup_candidate()
[all …]
/dports/devel/efl/efl-1.25.1/src/bin/edje/
H A Dedje_pick.c586 Edje_Part_Collection_Directory_Entry *ce_cor, *ce_new, *ce_f; in _edje_pick_header_alias_parent_add() local
600 ce_new = malloc(sizeof(*ce_new)); in _edje_pick_header_alias_parent_add()
601 memcpy(ce_new, ce_cor, sizeof(*ce_new)); in _edje_pick_header_alias_parent_add()
602 ce_new->id = ce_out->id; in _edje_pick_header_alias_parent_add()
603 eina_hash_direct_add(out_file->collection, ce_new->entry, ce_new); in _edje_pick_header_alias_parent_add()
/dports/science/afni/afni-AFNI_21.3.16/src/svm/
H A Dsvm_hideo.c243 double *g0_new,*g_new,*ce_new,*ce0_new,*low_new,*up_new; local
252 ce_new=&(buffer[n+(n+m)*2*(n+m)*2+(n+m)*2]);
424 ce_new[n_indep]=ce[i];
453 ce_new,ce0_new,low_new,up_new,primal,d,d0,ig,
/dports/math/octave/octave-6.4.0/scripts/optimization/
H A Dsqp.m466 ce_new = feval (ce_fun, x_new); variable
528 ce = ce_new;
/dports/math/octave-forge-stk/stk/inst/misc/optim/@stk_optim_octavesqp/private/
H A Dsqp_quadprog.m497 ce_new = feval (ce_fun, x_new); variable
567 ce = ce_new;