Home
last modified time | relevance | path

Searched refs:parent_state (Results 1 – 25 of 125) sorted by relevance

12345

/dports/science/py-dlib/dlib-19.22/examples/
H A Dbayes_net_ex.cpp120 parent_state.add(B, 1); in main()
121 parent_state.add(C, 1); in main()
129 parent_state[B] = 1; in main()
130 parent_state[C] = 0; in main()
135 parent_state[B] = 0; in main()
136 parent_state[C] = 1; in main()
141 parent_state[B] = 0; in main()
142 parent_state[C] = 0; in main()
151 parent_state.clear(); in main()
152 parent_state.add(A,1); in main()
[all …]
/dports/science/dlib-cpp/dlib-19.22/examples/
H A Dbayes_net_ex.cpp120 parent_state.add(B, 1); in main()
121 parent_state.add(C, 1); in main()
129 parent_state[B] = 1; in main()
130 parent_state[C] = 0; in main()
135 parent_state[B] = 0; in main()
136 parent_state[C] = 1; in main()
141 parent_state[B] = 0; in main()
142 parent_state[C] = 0; in main()
151 parent_state.clear(); in main()
152 parent_state.add(A,1); in main()
[all …]
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/binding/
H A Dsaxer.py89 parent_state = self.parentState()
90 if isinstance(parent_state, _SAXElementState):
91 self.__enclosingCTD = parent_state.enclosingCTD()
92 self.__domDocument = parent_state.__domDocument
94 self.__domDepth = parent_state.__domDepth + 1
176 parent_state = self.parentState()
177 parent_state.addElementContent(self.location(), element, None)
239 parent_state = self.parentState()
240 if parent_state is not None:
320 if parent_state.enclosingCTD() is not None:
[all …]
/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/engines/glide/src/
H A Dglide_gtk2_drawing.c594 GtkStateType parent_state = state_type; in glide_draw_combobox_button() local
695 parent_state = entry->state; in glide_draw_combobox_button()
703 parent_state = entry->state; in glide_draw_combobox_button()
706 parent_state = GTK_STATE_NORMAL; in glide_draw_combobox_button()
746 parent_state = parent->state; in glide_draw_combobox_button()
750 parent_state = GTK_STATE_NORMAL; in glide_draw_combobox_button()
837 parent_state = entry->state; in glide_draw_combobox_button()
845 parent_state = entry->state; in glide_draw_combobox_button()
875 parent_state = parent->state; in glide_draw_combobox_button()
973 if (parent_state!= GTK_STATE_INSENSITIVE) in glide_draw_spinbutton_stepper()
[all …]
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwout_twkb.c429 …tic int lwgeom_write_to_buffer(const LWGEOM *geom, TWKB_GLOBALS *globals, TWKB_STATE *parent_state) in lwgeom_write_to_buffer() argument
440 child_state.idlist = parent_state->idlist; in lwgeom_write_to_buffer()
494 FIRST_BYTE_SET_IDLIST(flag, parent_state->idlist && ! is_empty); in lwgeom_write_to_buffer()
530 bytebuffer_append_bytebuffer(parent_state->geom_buf, child_state.header_buf); in lwgeom_write_to_buffer()
542 if( (globals->variant & TWKB_BBOX) && parent_state->header_buf ) in lwgeom_write_to_buffer()
547 if(child_state.bbox_min[i]<parent_state->bbox_min[i]) in lwgeom_write_to_buffer()
548 parent_state->bbox_min[i] = child_state.bbox_min[i]; in lwgeom_write_to_buffer()
549 if(child_state.bbox_max[i]>parent_state->bbox_max[i]) in lwgeom_write_to_buffer()
550 parent_state->bbox_max[i] = child_state.bbox_max[i]; in lwgeom_write_to_buffer()
575 bytebuffer_append_bytebuffer(parent_state->geom_buf,child_state.header_buf); in lwgeom_write_to_buffer()
[all …]
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwout_twkb.c429 …tic int lwgeom_write_to_buffer(const LWGEOM *geom, TWKB_GLOBALS *globals, TWKB_STATE *parent_state) in lwgeom_write_to_buffer() argument
440 child_state.idlist = parent_state->idlist; in lwgeom_write_to_buffer()
494 FIRST_BYTE_SET_IDLIST(flag, parent_state->idlist && ! is_empty); in lwgeom_write_to_buffer()
530 bytebuffer_append_bytebuffer(parent_state->geom_buf, child_state.header_buf); in lwgeom_write_to_buffer()
542 if( (globals->variant & TWKB_BBOX) && parent_state->header_buf ) in lwgeom_write_to_buffer()
547 if(child_state.bbox_min[i]<parent_state->bbox_min[i]) in lwgeom_write_to_buffer()
548 parent_state->bbox_min[i] = child_state.bbox_min[i]; in lwgeom_write_to_buffer()
549 if(child_state.bbox_max[i]>parent_state->bbox_max[i]) in lwgeom_write_to_buffer()
550 parent_state->bbox_max[i] = child_state.bbox_max[i]; in lwgeom_write_to_buffer()
575 bytebuffer_append_bytebuffer(parent_state->geom_buf,child_state.header_buf); in lwgeom_write_to_buffer()
[all …]
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwout_twkb.c429 …tic int lwgeom_write_to_buffer(const LWGEOM *geom, TWKB_GLOBALS *globals, TWKB_STATE *parent_state) in lwgeom_write_to_buffer() argument
440 child_state.idlist = parent_state->idlist; in lwgeom_write_to_buffer()
494 FIRST_BYTE_SET_IDLIST(flag, parent_state->idlist && ! is_empty); in lwgeom_write_to_buffer()
530 bytebuffer_append_bytebuffer(parent_state->geom_buf, child_state.header_buf); in lwgeom_write_to_buffer()
542 if( (globals->variant & TWKB_BBOX) && parent_state->header_buf ) in lwgeom_write_to_buffer()
547 if(child_state.bbox_min[i]<parent_state->bbox_min[i]) in lwgeom_write_to_buffer()
548 parent_state->bbox_min[i] = child_state.bbox_min[i]; in lwgeom_write_to_buffer()
549 if(child_state.bbox_max[i]>parent_state->bbox_max[i]) in lwgeom_write_to_buffer()
550 parent_state->bbox_max[i] = child_state.bbox_max[i]; in lwgeom_write_to_buffer()
575 bytebuffer_append_bytebuffer(parent_state->geom_buf,child_state.header_buf); in lwgeom_write_to_buffer()
[all …]
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwout_twkb.c411 …tic int lwgeom_write_to_buffer(const LWGEOM *geom, TWKB_GLOBALS *globals, TWKB_STATE *parent_state) in lwgeom_write_to_buffer() argument
422 child_state.idlist = parent_state->idlist; in lwgeom_write_to_buffer()
476 FIRST_BYTE_SET_IDLIST(flag, parent_state->idlist && ! is_empty); in lwgeom_write_to_buffer()
512 bytebuffer_append_bytebuffer(parent_state->geom_buf, child_state.header_buf); in lwgeom_write_to_buffer()
524 if( (globals->variant & TWKB_BBOX) && parent_state->header_buf ) in lwgeom_write_to_buffer()
529 if(child_state.bbox_min[i]<parent_state->bbox_min[i]) in lwgeom_write_to_buffer()
530 parent_state->bbox_min[i] = child_state.bbox_min[i]; in lwgeom_write_to_buffer()
531 if(child_state.bbox_max[i]>parent_state->bbox_max[i]) in lwgeom_write_to_buffer()
532 parent_state->bbox_max[i] = child_state.bbox_max[i]; in lwgeom_write_to_buffer()
557 bytebuffer_append_bytebuffer(parent_state->geom_buf,child_state.header_buf); in lwgeom_write_to_buffer()
[all …]
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtout_twkb.c409 …te_to_buffer(const RTCTX *ctx, const RTGEOM *geom, TWKB_GLOBALS *globals, TWKB_STATE *parent_state) in rtgeom_write_to_buffer() argument
419 child_state.idlist = parent_state->idlist; in rtgeom_write_to_buffer()
467 FIRST_BYTE_SET_IDLIST(flag, parent_state->idlist && ! is_empty); in rtgeom_write_to_buffer()
503 bytebuffer_append_bytebuffer(ctx, parent_state->geom_buf, child_state.header_buf); in rtgeom_write_to_buffer()
515 if( (globals->variant & TWKB_BBOX) && parent_state->header_buf ) in rtgeom_write_to_buffer()
520 if(child_state.bbox_min[i]<parent_state->bbox_min[i]) in rtgeom_write_to_buffer()
521 parent_state->bbox_min[i] = child_state.bbox_min[i]; in rtgeom_write_to_buffer()
522 if(child_state.bbox_max[i]>parent_state->bbox_max[i]) in rtgeom_write_to_buffer()
523 parent_state->bbox_max[i] = child_state.bbox_max[i]; in rtgeom_write_to_buffer()
548 bytebuffer_append_bytebuffer(ctx, parent_state->geom_buf,child_state.header_buf); in rtgeom_write_to_buffer()
[all …]
/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/engines/redmond/src/
H A Dredmond_gtk2_drawing.c648 GtkStateType parent_state = state_type; in redmond_draw_combobox_button() local
692 parent_state = entry->state; in redmond_draw_combobox_button()
701 parent_state = entry->state; in redmond_draw_combobox_button()
704 if (parent_state != GTK_STATE_INSENSITIVE) in redmond_draw_combobox_button()
705 parent_state = GTK_STATE_NORMAL; in redmond_draw_combobox_button()
743 parent_state = parent->state; in redmond_draw_combobox_button()
747 parent_state = GTK_STATE_NORMAL; in redmond_draw_combobox_button()
810 parent_state = entry->state; in redmond_draw_combobox_button()
818 parent_state = entry->state; in redmond_draw_combobox_button()
845 parent_state = parent->state; in redmond_draw_combobox_button()
[all …]
/dports/emulators/qemu/qemu-6.2.0/hw/intc/
H A Dloongson_liointc.c59 bool parent_state[NUM_PARENTS]; member
101 if (p->parent_state[parent] != in update_irq()
103 p->parent_state[parent] = !p->parent_state[parent]; in update_irq()
104 qemu_set_irq(p->parent_irq[parent], p->parent_state[parent]); in update_irq()
/dports/emulators/qemu60/qemu-6.0.0/hw/intc/
H A Dloongson_liointc.c59 bool parent_state[NUM_PARENTS]; member
101 if (p->parent_state[parent] != in update_irq()
103 p->parent_state[parent] = !p->parent_state[parent]; in update_irq()
104 qemu_set_irq(p->parent_irq[parent], p->parent_state[parent]); in update_irq()
/dports/emulators/qemu5/qemu-5.2.0/hw/intc/
H A Dloongson_liointc.c63 bool parent_state[NUM_PARENTS]; member
105 if (p->parent_state[parent] != in update_irq()
107 p->parent_state[parent] = !p->parent_state[parent]; in update_irq()
108 qemu_set_irq(p->parent_irq[parent], p->parent_state[parent]); in update_irq()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/intc/
H A Dloongson_liointc.c59 bool parent_state[NUM_PARENTS]; member
101 if (p->parent_state[parent] != in update_irq()
103 p->parent_state[parent] = !p->parent_state[parent]; in update_irq()
104 qemu_set_irq(p->parent_irq[parent], p->parent_state[parent]); in update_irq()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/
H A Dstate.hpp60 initial_substate_of( state_t & parent_state ) in initial_substate_of()
61 : m_parent_state{ &parent_state } in initial_substate_of()
92 substate_of( state_t & parent_state ) in substate_of()
93 : m_parent_state{ &parent_state } in substate_of()
1615 state_t * parent_state,
1748 parent_state() const noexcept in parent_state() function in so_5::state_t
/dports/mail/dovecot/dovecot-2.3.17/src/lib-fts/
H A Dfts-tokenizer.c185 switch (tok->parent_state) { in fts_tokenizer_next()
192 tok->parent_state++; in fts_tokenizer_next()
199 tok->parent_state++; in fts_tokenizer_next()
207 tok->parent_state = FTS_TOKENIZER_PARENT_STATE_ADD_DATA; in fts_tokenizer_next()
/dports/biology/hyphy/hyphy-2.5.33/src/new/
H A Dbgm2.cpp400 impute.Store ( (hyFloat) parent_state); in ImputeDiscreteScore()
493 long parent_state = impute (0, ic*family_size + par+1); in ImputeDiscreteScore() local
494 index += parent_state * multipliers.list_data[par]; in ImputeDiscreteScore()
638 old_index += parent_state * multipliers.list_data[par]; in ImputeDiscreteScore()
688 new_index += parent_state * multipliers.list_data[par]; in ImputeDiscreteScore()
1471 parent_state, child_state,
1530 parent_state = (*obsData) (row, parents.list_data[par]);
1531 data_deep_copy.Store (row, par+1, parent_state);
1533 if (parent_state < 0) {
1682 parent_state = data_deep_copy (row, par+1);
[all …]
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/utils/
H A Dsaxutils.py385 parent_state = self.__elementState
390 parent_state=parent_state)
391 return (this_state, parent_state, ns_ctx, expanded_name)
400 parent_state = self.__elementState = self.__elementStateStack.pop()
402 self.__namespaceContext = parent_state.namespaceContext()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dx86-linux-nat.c51 struct x86_debug_reg_state *parent_state; in low_new_fork() local
74 parent_state = x86_debug_reg_state (parent_pid); in low_new_fork()
76 *child_state = *parent_state; in low_new_fork()
/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Ddbm_procs_inner.h67 fcs_state_keyval_pair parent_state; in get_move_from_parent_to_child() local
77 delta, parent.s, &parent_state, indirect_stacks_buffer); in get_move_from_parent_to_child()
79 instance_solver_thread_calc_derived_states(local_variant, &parent_state, in get_move_from_parent_to_child()
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/include/fst/
H A Ddfs-visit.h151 DfsState<Arc> *parent_state = state_stack.top();
152 StateId p = parent_state->state_id;
153 ArcIterator< Fst<Arc> > &piter = parent_state->arc_iter;
/dports/math/openfst/openfst-1.8.1/src/include/fst/
H A Ddfs-visit.h153 auto *parent_state = state_stack.top();
154 auto &piter = parent_state->arc_iter;
155 visitor->FinishState(s, parent_state->state_id, &piter.Value());
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/
H A Ddfs-visit.h151 DfsState<Arc> *parent_state = state_stack.top();
152 StateId p = parent_state->state_id;
153 ArcIterator< Fst<Arc> > &piter = parent_state->arc_iter;
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/
H A Ddfs-visit.h151 DfsState<Arc> *parent_state = state_stack.top();
152 StateId p = parent_state->state_id;
153 ArcIterator< Fst<Arc> > &piter = parent_state->arc_iter;
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/libv3/tasks/
H A Dancestral.bf434 parent_state = (ancestral_data["MATRIX"])[parent][s];
436 … counts[b][s] = (own_state != parent_state) && (own_state != -1) && (parent_state != -1);
438 counts[b][s] = Call (substitution_filter, own_state, parent_state, ancestral_data);
540 parent_state = (ancestral_data["MATRIX"])[parent][site];
543 if ((own_state != parent_state) && (own_state != -1) && (parent_state != -1)) {
545 parent_state = (ancestral_data["MAPPING"])[parent_state];
546 utility.EnsureKey (result, parent_state);
547 utility.EnsureKey (result[parent_state], own_state);
548 ((result[parent_state])[own_state]) + selected_branch_names[b];

12345