HomeSort by relevance Sort by last modified time
    Searched full:weights (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/icu4c/i18n/
ucol_wgt.h 24 /* definitions for CE weights */
35 * what ranges to use for a given number of weights between (excluding)
39 * weights greater than this one.
41 * weights less than this one.
42 * @param n The number of collation element weights w necessary such that
46 * n weights between the limits.
57 * iterate through the weights.
ucol_wgt.c 16 * This file contains code for allocating n collation element weights
36 /* helper functions for CE weights */
138 * take two CE weights and calculate the
139 * possible ranges of weights between the two limits, excluding them
140 * for weights with up to 4 bytes there are up to 2*4-1=7 ranges
301 * which ranges to use for a given number of weights between (excluding)
337 /* what is the maximum number of weights with these ranges? */
344 printf("the maximum number of %lu weights is sufficient for n=%lu\n", maxCount, n);
348 printf("error: the maximum number of %lu weights is insufficient for n=%lu\n", maxCount, n);
482 * iterate through the weights
    [all...]
  /external/freetype/src/base/
ftlcdfil.c 36 FT_Byte* weights = library->lcd_weights; local
54 fir[0] = weights[2] * val1;
55 fir[1] = weights[3] * val1;
56 fir[2] = weights[4] * val1;
61 fir[0] += weights[1] * val1;
62 fir[1] += weights[2] * val1;
63 fir[2] += weights[3] * val1;
64 fir[3] += weights[4] * val1;
72 pix = fir[0] + weights[0] * val;
73 fir[0] = fir[1] + weights[1] * val
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 17 // Function objects to generate random weights in various semirings
55 // The number of alternative random weights.
82 // Number of alternative random weights.
113 // Alphabet size for random weights.
115 // Number of alternative random weights.
123 // weights for the generators G1 and G2.
push.h 31 // Pushes the weights in FST in the direction defined by TYPE. If
51 // OFST obtained from IFST by pushing weights and/or labels according
53 // left distributive when pushing weights towards the initial state
54 // and right distributive when pushing weights towards the final
arc.h 28 // Arc with integer labels and state Ids and float weights over the
52 // Arc with integer labels and state Ids and float weights over the
76 // Arc with integer labels and state Ids and string weights.
106 // weights over the Gallic semiring w.r.t the output labels and weights of A.
arcsum.h 17 // Functions to sum arcs (sum weights) in an fst.
53 // Combines identically labeled arcs, summing weights. For each state
55 // weights using Weight:::Plus().
weight.h 38 // ApproxEqual: approximate equality (for inexact weights)
39 // Quantize: quantizes wrt delta (for inexact weights)
58 // LeftSemiring: indicates weights form a left semiring.
59 // RightSemiring: indicates weights form a right semiring.
equal.h 56 VLOG(1) << "Equal: mismatched final weights:"
87 VLOG(1) << "Equal: mismatched arc weights:"
prune.h 53 // 'opts.threshold' Times() the weight of the shortest path. Weights
126 // path. Weights need to be commutative and have the path property.
138 // weight of the shortest path. Weights need to be commutative and
235 // 'opts.threshold' Times() the weight of the shortest path. Weights
properties.h 94 // Non-trivial arc or final weights
96 // Only trivial arc and final weights
243 // Properties that are preserved when an FST's weights are changed.
255 // and an FSTs final weights are directed to it via new transitions.
264 // and the epsilon transitions directed to it are made final weights.
factor-weight.h 18 // Classes to factor weights in an FST.
37 bool final_only; // only factor final weights when true
51 // sequence of pairs of weights (xi,yi) such that the sum of the
295 // Equality function for Elements, assume weights have been quantized.
330 // equivalent to the input whose path weights have been factored
333 // weights of the second step of the input epsilon-normalization
determinize.h 40 // the transition weights. In the simplest case, it is just the same
105 float delta; // Quantization delta for subset weights
302 // element weights include the input automaton label weights and the
447 float delta_; // Quantization delta for subset weights
469 // the Gallic semiring as an acceptor whose weights contain the output
519 // The transducer must be functional. The weights must be (weakly)
684 float delta; // Quantization delta for subset weights
697 // The transducer must be functional. The weights must be (weakly)
fst.cpp 31 "Character separator between printed weights"
reverse.h 32 // TropicalWeight or LogWeight). In general, e.g. when the weights
fstlib.h 26 // transductions"). The weights can be used to represent the cost of
shortest-path.h 58 // The weights need to be right distributive and have the path (kPath)
183 // Penalize complete paths to ensure correct results with inexact weights.
219 // The weights need to be right distributive and have the path (kPath)
348 // The weights need to be right distributive and have the path
equivalent.h 95 // unweighted or with weights over a left semiring. Two acceptors are
97 // strings (with the same weights).
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Baseline7.java 26 * Baseline alignment in RelativeLayout with various font weights.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SensorTest.java 45 public RunAve(float[] weights) {
46 mWeights = weights;
49 for (int i = 0; i < weights.length; i++) {
50 sum += weights[i];
54 mDepth = weights.length;
  /external/icu4c/test/intltest/
wbnf.h 77 o the weight-list for repeat assigns the weights for repeat itmes one by one
92 For 'repeat', the parser will eat up as much as possible weights at one time,
93 discard superfluous weights if it is too much,
94 fill insufficient weights with default weight if it is too less.
wbnf.cpp 439 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 = NULL)
1040 Buffer_int weights; local
    [all...]
  /external/srec/srec/include/
swimodel.h 39 const wtdata *weights; /*pointer to weights*/ member in struct:__anon5925
all_defs.h 44 #define WT_SCALE 6.4F /* log weights */
47 #define WEIGHT_SCALE (0x01 << WEIGHT_SHIFT) /* absolute weights */
  /external/webkit/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 287 static int weights[] = { 64, 14, 27, 35, 100, 20, 14, 42, 63, 3, 6, 35, 20, 56, 56, 17, 4, 49, 56, 71, 31, 10, 18, 3, 18, 2, 166 };
289 ASSERT(numGlyphs == sizeof(weights) / sizeof(int));
296 totalWeight += weights[i];
297 sum += widthForGlyph(glyph) * weights[i];

Completed in 240 milliseconds

1 2 3 4