Searched refs:weights (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DProfileDataLoader.h77 EdgeWeights weights = EdgeInformation.find(f)->second; local
79 assert((weights.find(e) != weights.end())
81 return weights.find(e)->second;
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dwbnf.cpp439 Buffer_int weights; member in class:WeightedRand
446 for (int i=0; i<size; ++i) weights.append(DEFAULT_WEIGHT);
450 weights.append_array( (*weight_list),s);
451 for (int i=s; i<size; ++i) weights.append(DEFAULT_WEIGHT);
453 weights.append_array( (*weight_list),size);
457 int c = weights.content_size();
459 total += weights[i];
464 weights.append(weight);
492 mark -= weights[i]; // 0 <= mark <= total
738 Repeat(Pick * base, int minCount =0, int maxCount = 1, Buffer_int * weights
1040 Buffer_int weights; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dpanedw.tcl20 # JDC: added option to choose behavior of weights
21 # -weights extra : only apply weights to extra space (as current (>= 1.3.1) with grid command)
22 # -weights available : apply weights to total available space (as before (<1.3.1) with place command)
41 {-weights Enum extra 1 {extra available}}
68 set _panedw($path,weights) ""
143 lappend _panedw($path,weights) $weight
361 set weights [Widget::getoption $path -weights]
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dfnmatch_loop.c342 const int32_t *weights; local
345 const unsigned char *weights; local
362 weights = (const int32_t *)
371 weights = (const unsigned char *)
385 int len = weights[idx];
390 if (idx2 != 0 && len == weights[idx2])
395 && (weights[idx + 1 + cnt]
396 == weights[idx2 + 1 + cnt]))
H A Dregcomp.c3400 const unsigned char *weights, *extra, *cp;
3410 weights = (const unsigned char *) _NL_CURRENT (LC_COLLATE,
3423 len = weights[idx1];
3435 if (len == weights[idx2])
3439 weights[idx1 + 1 + cnt] == weights[idx2 + 1 + cnt])
3391 const unsigned char *weights, *extra, *cp; local
H A Dregexec.c3888 const unsigned char *weights, *extra;
3942 weights = (const unsigned char *)
3953 size_t weight_len = weights[idx];
3954 if (weight_len == weights[equiv_class_idx])
3958 && (weights[equiv_class_idx + 1 + cnt]
3959 == weights[idx + 1 + cnt]))
3884 const unsigned char *weights, *extra; local
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/
H A Dgraphops.tcl44 # Add features to handle weights as well.
129 # -weights - adds to returning dictionary arc weights for each connection between nodes, so
149 -weights {
150 #checking if all edges have their weights set
155 return -code error "Bad option \"$option\". Expected -directed or -weights"
214 #it doesn't assume that all weights on edges are positive. However, this generality
220 #any cycles with negative sum of weights ( the presence of such cycles means
222 #cycle is traversed ). Possible negative weights on edges.
232 #checking if all edges have their weights se
[all...]
/macosx-10.9.5/adv_cmds-153/colldef/
H A Dparse.y485 yyerror("only COLL_WEIGHTS_MAX weights allowed");
533 } weights {
538 yyerror("Can't specify weights for collating symbol <%s>", showwcs($1, CHARMAP_SYMBOL_LEN));
543 yyerror("Not enough weights specified");
548 | ELLIPSIS { weight_index = 0; allow_ellipsis = 1; } weights {
560 yyerror("Not enough weights specified");
586 } weights {
593 yyerror("Not enough weights specified");
602 | ELEM { weight_index = 0; } weights {
609 yyerror("Can't specify weights fo
780 weights : label
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c2926 const int32_t *weights;
2942 weights = (const int32_t *)
3382 const unsigned char *weights;
3394 weights = (const unsigned char *)
3424 size_t len = weights[idx2];
3427 if (weights[idx] == len)
3434 && (weights[idx + 1 + cnt]
3435 == weights[idx2 + 1 + cnt]))
6340 const int32_t *weights;
6352 weights
2913 const int32_t *weights; local
3369 const unsigned char *weights; local
6323 const int32_t *weights; local
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c3002 const int32_t *weights;
3018 weights = (const int32_t *)
3453 const unsigned char *weights;
3465 weights = (const unsigned char *)
3495 size_t len = weights[idx2];
3498 if (weights[idx] == len)
3505 && (weights[idx + 1 + cnt]
3506 == weights[idx2 + 1 + cnt]))
6542 const int32_t *weights;
6554 weights
2989 const int32_t *weights; variable
3440 const unsigned char *weights; variable
6525 const int32_t *weights; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalcalg3.el1493 (weights nil)
1634 (setq weights (cons isigsq weights))))
1700 (if weights (setq sum (math-mul sum (car weights))))
1702 weights (cdr weights)
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c2599 const unsigned char *weights;
2611 weights = (const unsigned char *)
2641 size_t len = weights[idx2];
2644 if (weights[idx] == len)
2651 && (weights[idx + 1 + cnt]
2652 == weights[idx2 + 1 + cnt]))
2585 const unsigned char *weights; local

Completed in 494 milliseconds