Home
last modified time | relevance | path

Searched refs:next_one (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/math/4ti2/4ti2-Release_1_6_9/src/groebner/
H A DSupportTree.tpp55 int next_one = start;
56 while (!support[next_one]) { ++next_one; }
62 insert(*node.nodes[i].second, support, next_one+1, remaining-1, index);
68 insert(*new_node, support, next_one+1, remaining-1, index);
90 int next_one = start;
91 while (!support[next_one]) { ++next_one; }
95 if (i < (int) node.nodes.size() && next_one == node.nodes[i].first)
103 insert(*new_node, support, next_one+1, remaining-1, index);
181 int next_one = start;
182 while (!support[next_one]) { ++next_one; }
[all …]
H A DOnesTree.tpp60 int next_one = start;
61 while (!support[next_one]) { ++next_one; }
64 while (i < (int) nodes.size() && next_one != nodes[i].first) { ++i; }
67 nodes[i].second->insert(support, next_one+1, remaining-1, index);
74 nodes.push_back(std::pair<int,OnesTreeNode<IndexSet>*>(next_one,new_node));
75 new_node->insert(support, next_one+1, remaining-1, index);
112 int next_one = start;
113 while (!support[next_one]) { ++next_one; }
116 while (i < (int) nodes.size() && next_one != nodes[i].first) { ++i; }
119 return nodes[i].second->find(support, next_one+1, remaining-1);
/dports/lang/erlang-runtime23/corba-5.0.2/lib/orber/COSS/CosNaming/
H A DCosNaming_BindingIterator_impl.erl37 -export([next_one/1, next_n/2, destroy/1]).
66 next_one([]) -> function
70 next_one([Binding]) -> function
72 next_one([Binding|Rest]) -> function
/dports/lang/erlang-runtime24/corba-5.0.2/lib/orber/COSS/CosNaming/
H A DCosNaming_BindingIterator_impl.erl37 -export([next_one/1, next_n/2, destroy/1]).
66 next_one([]) -> function
70 next_one([Binding]) -> function
72 next_one([Binding|Rest]) -> function
/dports/lang/erlang-runtime22/corba-4.5.2/lib/orber/COSS/CosNaming/
H A DCosNaming_BindingIterator_impl.erl37 -export([next_one/1, next_n/2, destroy/1]).
66 next_one([]) -> function
70 next_one([Binding]) -> function
72 next_one([Binding|Rest]) -> function
/dports/lang/erlang/corba-5.0.2/lib/orber/COSS/CosNaming/
H A DCosNaming_BindingIterator_impl.erl37 -export([next_one/1, next_n/2, destroy/1]).
66 next_one([]) -> function
70 next_one([Binding]) -> function
72 next_one([Binding|Rest]) -> function
/dports/lang/erlang-runtime21/corba-4.5.2/lib/orber/COSS/CosNaming/
H A DCosNaming_BindingIterator_impl.erl37 -export([next_one/1, next_n/2, destroy/1]).
66 next_one([]) -> function
70 next_one([Binding]) -> function
72 next_one([Binding|Rest]) -> function
/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosFileTransfer/src/
H A DCosFileTransfer_FileIterator_impl.erl47 -export([next_one/2,
117 next_one(_OE_This, []) -> function
121 next_one(_OE_This, [FileWrapper]) -> function
123 next_one(_OE_This, [FileWrapper|Rest]) -> function
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosFileTransfer/src/
H A DCosFileTransfer_FileIterator_impl.erl47 -export([next_one/2,
117 next_one(_OE_This, []) -> function
121 next_one(_OE_This, [FileWrapper]) -> function
123 next_one(_OE_This, [FileWrapper|Rest]) -> function
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosFileTransfer/src/
H A DCosFileTransfer_FileIterator_impl.erl47 -export([next_one/2,
117 next_one(_OE_This, []) -> function
121 next_one(_OE_This, [FileWrapper]) -> function
123 next_one(_OE_This, [FileWrapper|Rest]) -> function
/dports/lang/erlang/corba-5.0.2/lib/cosFileTransfer/src/
H A DCosFileTransfer_FileIterator_impl.erl47 -export([next_one/2,
117 next_one(_OE_This, []) -> function
121 next_one(_OE_This, [FileWrapper]) -> function
123 next_one(_OE_This, [FileWrapper|Rest]) -> function
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosFileTransfer/src/
H A DCosFileTransfer_FileIterator_impl.erl47 -export([next_one/2,
117 next_one(_OE_This, []) -> function
121 next_one(_OE_This, [FileWrapper]) -> function
123 next_one(_OE_This, [FileWrapper|Rest]) -> function
/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosProperty/src/
H A DCosPropertyService_PropertiesIterator_impl.erl47 next_one/1,
125 next_one(State) when ?get_Counter(State) > ?get_Length(State) -> function
131 next_one(State) -> function
H A DCosPropertyService_PropertyNamesIterator_impl.erl46 next_one/1,
124 next_one(State) when ?get_Counter(State) > ?get_Length(State) -> function
126 next_one(State) -> function
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosProperty/src/
H A DCosPropertyService_PropertiesIterator_impl.erl47 next_one/1,
125 next_one(State) when ?get_Counter(State) > ?get_Length(State) -> function
131 next_one(State) -> function
H A DCosPropertyService_PropertyNamesIterator_impl.erl46 next_one/1,
124 next_one(State) when ?get_Counter(State) > ?get_Length(State) -> function
126 next_one(State) -> function
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosProperty/src/
H A DCosPropertyService_PropertiesIterator_impl.erl47 next_one/1,
125 next_one(State) when ?get_Counter(State) > ?get_Length(State) -> function
131 next_one(State) -> function
H A DCosPropertyService_PropertyNamesIterator_impl.erl46 next_one/1,
124 next_one(State) when ?get_Counter(State) > ?get_Length(State) -> function
126 next_one(State) -> function
/dports/lang/erlang/corba-5.0.2/lib/cosProperty/src/
H A DCosPropertyService_PropertiesIterator_impl.erl47 next_one/1,
125 next_one(State) when ?get_Counter(State) > ?get_Length(State) -> function
131 next_one(State) -> function
H A DCosPropertyService_PropertyNamesIterator_impl.erl46 next_one/1,
124 next_one(State) when ?get_Counter(State) > ?get_Length(State) -> function
126 next_one(State) -> function
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosProperty/src/
H A DCosPropertyService_PropertyNamesIterator_impl.erl46 next_one/1,
124 next_one(State) when ?get_Counter(State) > ?get_Length(State) -> function
126 next_one(State) -> function
H A DCosPropertyService_PropertiesIterator_impl.erl47 next_one/1,
125 next_one(State) when ?get_Counter(State) > ?get_Length(State) -> function
131 next_one(State) -> function
/dports/comms/lirc/lirc-0.9.0/drivers/lirc_wpc8769l/
H A Dlirc_wpc8769l.c260 unsigned int next_one, next_zero, size; in irq_handler() local
364 next_one = generic_find_next_le_bit(ldata, size, 0); in irq_handler()
366 if (next_one > 0) in irq_handler()
367 put_pulse_bit(next_one in irq_handler()
370 while (next_one < size) { in irq_handler()
372 size, next_one + 1); in irq_handler()
375 (next_zero - next_one) in irq_handler()
379 next_one = generic_find_next_le_bit(ldata, in irq_handler()
383 (next_one - next_zero) in irq_handler()
386 next_one = size; in irq_handler()
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_PDB_internal_coords.py163 next_one = False
174 next_one = True
175 elif next_one:
176 next_one = False
/dports/devel/omniORB/omniORB-4.2.4/idl/COS/
H A DCosGraphs.idl80 boolean next_one (out ScopedEdge the_edge);
95 boolean next_one (out WeightedEdge the_edge);
128 boolean next_one (out Edge the_edge);

1234567891011