Home
last modified time | relevance | path

Searched refs:fringe (Results 1 – 25 of 1061) sorted by relevance

12345678910>>...43

/dports/www/p5-HTML-FormHandler/HTML-FormHandler-0.40068/t/render/
H A Derrors.t54 has_field 'fringe.olivia';
55 has_field 'fringe.fauxlivia';
65 'fringe.olivia' => "I'm the true Olivia",
66 'fringe.fauxlivia' => "I'm the true Olivia",
72 <label for="fringe.fauxlivia">Fauxlivia</label>
73 …<input type="text" name="fringe.fauxlivia" id="fringe.fauxlivia" value="I\'m the true Olivia" clas…
79 '<div class="error" id="fringe">
81 <label for="fringe.olivia">Olivia</label>
82 <input type="text" name="fringe.olivia" id="fringe.olivia" value="I\'m the true Olivia" />
86 …<input type="text" name="fringe.fauxlivia" id="fringe.fauxlivia" value="I\'m the true Olivia" clas…
[all …]
/dports/math/combblas/CombBLAS_beta_16_2/Applications/SpMSpV-IPDPS2017/
H A DSpMSpVBench.cpp139 while(fringe.getnnz() > 0) in BFS_CSC()
142 fringe.setNumToInd(); in BFS_CSC()
144 SpMV<SelectMinSR>(ABoolCSC, fringe, fringe, false, SPA); in BFS_CSC()
154 parents.Set(fringe); in BFS_CSC()
224 while(fringe.getnnz() > 0) in BFS_DCSC()
227 fringe.setNumToInd(); in BFS_DCSC()
229 SpMV<SelectMinSR>(Aeff, fringe, fringe, false); in BFS_DCSC()
240 parents.Set(fringe); in BFS_DCSC()
319 fringe.setNumToInd(); in BFS_CSC_Split()
321 SpMV<SelectMinSR>(ABoolCSC, fringe, fringe, false); in BFS_CSC_Split()
[all …]
/dports/graphics/art/ART-1.9.3/rtengine/
H A DPF_correct_RT.cc55 const std::unique_ptr<float[]> fringe(new float[width * height]); in PF_correct_RT() local
85 fringe[i * width + k] = xatan2f(lab->b(i, k), lab->r(i, k)); in PF_correct_RT()
96 const float HH = fringe[i * width + j]; in PF_correct_RT()
112 fringe[i * width + j] = chroma; in PF_correct_RT()
126 fringe[j] = 1.f / (fringe[j] + chromave); in PF_correct_RT()
147 if (fringe[i * width + j] < threshfactor) { in PF_correct_RT()
153 const float wt = fringe[i1 * width + j1]; in PF_correct_RT()
167 if (fringe[i * width + j] < threshfactor) { in PF_correct_RT()
173 const float wt = fringe[i1 * width + j1]; in PF_correct_RT()
187 if (fringe[i * width + j] < threshfactor) { in PF_correct_RT()
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dpiecewise.c65 } fringe; typedef
108 fringe *fringes;
352 fringe *s = calloc(sizeof(fringe), n * 2); in init_circles()
586 static fringe *check_lo(struct state *st, event **eq, double y, fringe *f, fringe *hi) in check_lo()
595 static fringe *check_hi(struct state *st, event **eq, double y, fringe *lo, fringe *f) in check_hi()
610 static fringe *fringe_start(struct state *st, event **eq, fringe *f, double x, double y, fringe *lo… in fringe_start()
663 static int fringe_double_splay(struct state *st, fringe *f, double x, double y, fringe *lo, fringe in fringe_double_splay()
679 static fringe *fringe_cross(struct state *st, event **eq, fringe *f, double x, double y, fringe *lo… in fringe_cross()
681 fringe *l, *r; in fringe_cross()
693 static fringe *fringe_finish(struct state *st, event **eq, fringe *f, double x, double y, fringe *l… in fringe_finish()
[all …]
H A Dpenrose.c315 fringe_c fringe; member
412 if (tp->fringe.nodes == NULL) in free_penrose()
414 fp1 = tp->fringe.nodes; in free_penrose()
481 tp->fringe.n_nodes = 2; in init_penrose()
482 if (tp->fringe.nodes != NULL) in init_penrose()
837 tp->fringe.n_nodes--; in delete_vertex()
982 tp->fringe.n_nodes++; in alloc_vertex()
1052 node = tp->fringe.nodes; in add_tile()
1093 tp->fringe.nodes = far; in add_tile()
1098 tp->fringe.nodes = vertex; in add_tile()
[all …]
/dports/math/combblas/CombBLAS_beta_16_2/Applications/
H A DBetwCent.cpp155 Dist<int>::MPI_DCCols fringe = AT.SubsRefCol(batch); in main() local
179 while( fringe.getnnz() > 0 ) in main()
181 nsp += fringe; in main()
182 Dist<bool>::MPI_DCCols * level = new Dist<bool>::MPI_DCCols( fringe ); in main()
185 fringe = PSpGEMM<PTBOOLINT>(AT, fringe); in main()
186 fringe = EWiseMult(fringe, nsp, true); in main()
195 …DenseParMat<int, double> bcu(1.0, AT.getcommgrid(), fringe.getlocalrows(), fringe.getlocalcols() ); in main()
H A DRandomParentBFS.cpp162 FullyDistSpVec<int64_t, ParentType> fringe(Aeff.getcommgrid(), Aeff.getncol()); in RandomParentBFS() local
164 fringe.SetElement(0, ParentType(0)); in RandomParentBFS()
165 fringe.SetElement(1, ParentType(1)); in RandomParentBFS()
166 fringe.SetElement(5, ParentType(5)); in RandomParentBFS()
167 fringe.SetElement(6, ParentType(6)); in RandomParentBFS()
168 fringe.SetElement(7, ParentType(7)); in RandomParentBFS()
172 SpMV<SelectRandSRing>(A, fringe, fringe, false); in RandomParentBFS()
173 fringe.DebugPrint(); in RandomParentBFS()
H A DDirOptBFS.cpp370 fringe.SetElement(Cands[i], Cands[i]); in main()
374 BitMapFringe<int64_t,int64_t> bm_fringe(fringe.getcommgrid(), fringe); in main()
380 fringe.Apply(myset<int64_t>(1)); in main()
393 bm_fringe.LoadFromSpVec(fringe); in main()
412 bm_fringe.UpdateSpVec(fringe); in main()
423 fringe.setNumToInd(); in main()
424 fringe = SpMV(Aeff, fringe,optbuf); in main()
426 fringe = EWiseMult(fringe, parents, true, (int64_t) -1); in main()
427 parents.Set(fringe); in main()
433 fringe.Apply(myset<int64_t>(1)); in main()
[all …]
H A DSingleChildBFS.cpp263 …FullyDistSpVec<int64_t, int64_t> fringe(Aeff.getcommgrid(), Aeff.getncol()); // numerical values a… in main() local
268 fringe.SetElement(Cands[i], Cands[i]); in main()
274 while(fringe.getnnz() > 0) in main()
276 fringe.setNumToInd(); in main()
277fringe = SpMV(Aeff, fringe,optbuf); // SpMV with sparse vector (with indexisvalue flag preset), op… in main()
278fringe = EWiseMult(fringe, parents, true, (int64_t) -1); // clean-up vertices that already has par… in main()
279 fringe.PrintInfo("Frontier"); in main()
280 auto singlechild = fringe.Uniq(RandReduce<int64_t>(), randreducempiop); in main()
283 parents.Set(fringe); in main()
/dports/audio/festival/speech_tools/doc/man/
H A Dfringe_client_man.dox.body4 @brief *Send commands to a running fringe server*
11 fringe_client is a simple program for sending commands to a fringe
17 @section finding-fringe Finding Fringe.
19 Each fringe which runs in server mode registers
23 select which fringe a command is sent to.
/dports/lang/python27/Python-2.7.18/Demo/threads/
H A Dfcmp.py7 def fringe(co, list): function
10 fringe(co, x)
16 f = co.create(fringe, co, list)
31 co1 = Coroutine(); f1 = co1.create(fringe, co1, l1)
32 co2 = Coroutine(); f2 = co2.create(fringe, co2, l2)
/dports/lang/python-legacy/Python-2.7.18/Demo/threads/
H A Dfcmp.py7 def fringe(co, list): function
10 fringe(co, x)
16 f = co.create(fringe, co, list)
31 co1 = Coroutine(); f1 = co1.create(fringe, co1, l1)
32 co2 = Coroutine(); f2 = co2.create(fringe, co2, l2)
/dports/devel/py-pythran/pythran-0.11.0/pythran/types/
H A Dreorder.py23 fringe = [v] # nodes yet to look at
24 while fringe:
25 w = fringe[-1] # depth first search
27 fringe.pop()
39 fringe.extend(new_nodes)
43 fringe.pop() # done considering this node
/dports/lang/maude/maude-2.7.1/src/FreeTheory/
H A DfreePreNet.cc139 NatSet fringe; in buildNet() local
140 expandFringe(topPositionIndex, symbol, fringe); in buildNet()
141 reduceFringe(liveSet, fringe); in buildNet()
143 (void) makeNode(liveSet, fringe, positionsTested); in buildNet()
302 fringe.insert(positions.position2Index(newPath)); in expandFringe()
314 const NatSet::const_iterator ei = fringe.end(); in reduceFringe()
315 for (NatSet::const_iterator i = fringe.begin(); i != ei; ++i) in reduceFringe()
342 const NatSet& fringe, in findLiveSet() argument
364 if (!partiallySubsumed(liveSet, patternIndex, fringe)) in findLiveSet()
373 if (!partiallySubsumed(liveSet, patternIndex, fringe)) in findLiveSet()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/exec/
H A Dexpression_internal.h244 std::vector<Expression> fringe; member
248 fringe = call->arguments;
250 auto it = fringe.begin();
252 while (it != fringe.end()) {
259 if (it != fringe.begin()) {
264 it = fringe.erase(it);
266 auto index = it - fringe.begin();
267 fringe.insert(it, sub_call->arguments.begin(), sub_call->arguments.end());
268 it = fringe.begin() + index;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/dataset/
H A Dexpression_internal.h250 std::vector<Expression> fringe; member
254 fringe = call->arguments;
256 auto it = fringe.begin();
258 while (it != fringe.end()) {
265 if (it != fringe.begin()) {
270 it = fringe.erase(it);
272 auto index = it - fringe.begin();
273 fringe.insert(it, sub_call->arguments.begin(), sub_call->arguments.end());
274 it = fringe.begin() + index;
/dports/databases/grass7/grass-7.8.6/lib/nviz/
H A Dnviz.c50 data->fringe = NULL; in Nviz_init_data()
71 G_free(data->fringe[i]); in Nviz_destroy_data()
72 data->fringe[i] = NULL; in Nviz_destroy_data()
75 data->fringe = NULL; in Nviz_destroy_data()
175 …data->fringe = (struct fringe_data **) G_realloc(data->fringe, data->num_fringes + 1 * sizeof(stru… in Nviz_new_fringe()
176 data->fringe[data->num_fringes++] = f; in Nviz_new_fringe()
210 f = data->fringe[i]; in Nviz_set_fringe()
238 struct fringe_data *f = data->fringe[i]; in Nviz_draw_fringe()
/dports/math/combblas/CombBLAS_beta_16_2/Ordering/
H A DRCM.cpp342 fringe.SetElement(source, startOrder); in RCMOrder()
355 fringe = EWiseApply<int64_t>(fringe, order, in RCMOrder()
361 SpMV<SelectMinSR>(A, fringe, fringe, false, SPA); in RCMOrder()
363 fringe = EWiseMult(fringe, order, true, (int64_t) -1); in RCMOrder()
375 endLabel += fringe.getnnz(); in RCMOrder()
424 SpMV<SelectMinSR>(A, fringe, fringe, false, SPA); in PseudoPeripheralVertex()
426 fringe = EWiseMult(fringe, level, true, (int64_t) -1); in PseudoPeripheralVertex()
428 fringe=curLevel; in PseudoPeripheralVertex()
430 level.Set(fringe); in PseudoPeripheralVertex()
436 fringe = level.Find(curLevel); in PseudoPeripheralVertex()
[all …]
H A DMD.cpp196 PSpMat_Int64 fringe(A.getnrow(), sources.getnnz(), ri, ci, (int64_t) 1, false); in getReachesSPMM() local
211 while( fringe.getnnz() > 0 ) in getReachesSPMM()
214 fringe = PSpGEMM<SelectMinSR>(A, fringe); in getReachesSPMM()
217 fringe = EWiseMult(fringe, visited, true); in getReachesSPMM()
218 visited += fringe; in getReachesSPMM()
222 fringe = PSpGEMM<PTDD>(E, fringe); in getReachesSPMM()
/dports/misc/otter/otter-3.3f/examples/
H A DRun_all.out155 Running fringe/bring.in ...
157 Running fringe/ec_yql.in ...
159 Running fringe/gl4.in ...
161 Running fringe/gl8.in ...
163 Running fringe/if.in ...
165 Running fringe/lexical1.in ...
167 Running fringe/lexical2.in ...
169 Running fringe/lexical3.in ...
171 Running fringe/luka5h.in ...
173 Running fringe/mfl_13.in ...
[all …]
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dpenrose.c250 fringe_c fringe; member
400 if (tp->fringe.nodes == NULL) in free_penrose_screen()
402 fp1 = tp->fringe.nodes; in free_penrose_screen()
467 tp->fringe.n_nodes = 2; in init_penrose()
468 if (tp->fringe.nodes != NULL) in init_penrose()
829 tp->fringe.n_nodes--; in delete_vertex()
970 tp->fringe.n_nodes++; in alloc_vertex()
1040 node = tp->fringe.nodes; in add_tile()
1081 tp->fringe.nodes = faraway; in add_tile()
1086 tp->fringe.nodes = vertex; in add_tile()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A Dfringe.el38 (defgroup fringe nil unknown
60 (put (car bitmaps) 'fringe bn)
88 (get symbol 'fringe))
202 :group 'fringe
203 :require 'fringe
319 (provide 'fringe)
/dports/editors/emacs/emacs-27.2/lisp/
H A Dfringe.el38 (defgroup fringe nil unknown
60 (put (car bitmaps) 'fringe bn)
88 (get symbol 'fringe))
198 :group 'fringe
199 :require 'fringe
312 (provide 'fringe)
/dports/lang/racket/racket-8.3/share/pkgs/redex-lib/redex/private/
H A Dsearch.rkt43 ;; fringe = (listof partial-rule)
48 (define-struct fail-cont (env fringe bound)
131 (define (choose-rule env fringe fail)
133 [(empty? fringe)
136 (push-down (car fringe) env (cdr fringe) fail)]))
152 (define failure-fringe
156 fringe))
161 (define new-fringe-elements
173 (define new-fringe (append new-fringe-elements
174 fringe))
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dnearby-danger.h168 path_less > fringe; in search_astar() local
171 fringe.push(current); in search_astar()
174 while (!fringe.empty()) in search_astar()
176 current = fringe.top(); in search_astar()
177 fringe.pop(); in search_astar()
200 fringe.push(res.first); in search_astar()

12345678910>>...43