Home
last modified time | relevance | path

Searched refs:weights (Results 1 – 25 of 168) sorted by relevance

1234567

/titanic_44/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.negorder.d.out1 Ordering of quantize() with some negative weights:
148 Ordering of lquantize() with some negative weights:
295 Ordering of sum() with some negative weights:
322 Ordering of max() with some negative weights:
349 Ordering of min() with some negative weights:
/titanic_44/usr/src/cmd/localedef/
H A Dcollate.c200 static avl_tree_t weights[COLL_WEIGHTS_MAX]; variable
442 avl_create(&weights[i], weight_compare, sizeof (weight_t), in init_collate()
1013 if (avl_find(&weights[pass], &srch, &where) != NULL) in add_weight()
1021 avl_insert(&weights[pass], w, where); in add_weight()
1048 if ((w = avl_find(&weights[pass], &srch, NULL)) == NULL) { in get_weight()
1102 for (w = avl_first(&weights[i]); w; in dump_collate()
1103 w = AVL_NEXT(&weights[i], w)) { in dump_collate()
/titanic_44/usr/src/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.negorder.d.out1 Ordering of llquantize() with some negative weights:
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DGBLayout.java500 double weights[][] = new double [2][]; in getLayoutWeights() local
501 weights[0] = new double[layoutInfo.width]; in getLayoutWeights()
502 weights[1] = new double[layoutInfo.height]; in getLayoutWeights()
504 System.arraycopy(layoutInfo.weightX, 0, weights[0], 0, in getLayoutWeights()
506 System.arraycopy(layoutInfo.weightY, 0, weights[1], 0, in getLayoutWeights()
509 return weights; in getLayoutWeights()
/titanic_44/usr/src/cmd/localedef/data/
H A Dsi_LK.UTF-8.src688 * Define collation weights as symbols
852 * collation weights in order
1013 * assignment of characters to weights
H A Dth_TH.UTF-8.src692 * Define collation weights as symbols
857 * collation weights in order
1019 * assignment of characters to weights
H A Dgu_IN.UTF-8.src685 * Define collation weights as symbols
845 * collation weights in order
1002 * assignment of characters to weights
H A Dhy_AM.UTF-8.src796 * Define collation weights as symbols
928 * collation weights in order
1057 * assignment of characters to weights
H A Dkn_IN.UTF-8.src695 * Define collation weights as symbols
857 * collation weights in order
1016 * assignment of characters to weights
H A Dpa_IN.UTF-8.src674 * Define collation weights as symbols
824 * collation weights in order
971 * assignment of characters to weights
H A Dta_IN.UTF-8.src668 * Define collation weights as symbols
841 * collation weights in order
1011 * assignment of characters to weights
H A Dte_IN.UTF-8.src709 * Define collation weights as symbols
872 * collation weights in order
1032 * assignment of characters to weights
H A Dhe_IL.UTF-8.src816 * Define collation weights as symbols
948 * collation weights in order
1077 * assignment of characters to weights
H A Dka_GE.UTF-8.src885 * Define collation weights as symbols
1050 * collation weights in order
1212 * assignment of characters to weights
H A Dor_IN.UTF-8.src701 * Define collation weights as symbols
868 * collation weights in order
1032 * assignment of characters to weights
H A Das_IN.UTF-8.src704 * Define collation weights as symbols
872 * collation weights in order
1037 * assignment of characters to weights
H A Dbn_BD.UTF-8.src703 * Define collation weights as symbols
870 * collation weights in order
1034 * assignment of characters to weights
H A Dbn_IN.UTF-8.src703 * Define collation weights as symbols
870 * collation weights in order
1034 * assignment of characters to weights
H A Dta_LK.UTF-8.src668 * Define collation weights as symbols
841 * collation weights in order
1011 * assignment of characters to weights
H A Dml_IN.UTF-8.src732 * Define collation weights as symbols
902 * collation weights in order
1069 * assignment of characters to weights
H A Dhi_IN.UTF-8.src867 * Define collation weights as symbols
1059 * collation weights in order
1248 * assignment of characters to weights
H A Dkok_IN.UTF-8.src868 * Define collation weights as symbols
1060 * collation weights in order
1249 * assignment of characters to weights
H A Dmn_CN.UTF-8.src895 * Define collation weights as symbols
1107 * collation weights in order
1316 * assignment of characters to weights
H A Dmr_IN.UTF-8.src869 * Define collation weights as symbols
1062 * collation weights in order
1252 * assignment of characters to weights
H A Dne_IN.UTF-8.src867 * Define collation weights as symbols
1058 * collation weights in order
1246 * assignment of characters to weights

1234567