/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
map.h | 28 // This determines how final weights are mapped. 47 // Mapper Interface - class determinies how arcs and final weights 55 // // The mapper will be passed final weights as arcs of the 64 // method of the mapper to determine how to treat final weights, 848 // Mapper to add a constant to all weights. 872 // Mapper to (right) multiply a constant to all weights. 896 // Mapper to map all non-Zero() weights to One(). 918 // Mapper to quantize all weights.
|
queue.h | 240 // Given a vector that maps from states to weights and a Less 241 // comparison function object between weights, this class defines a 250 StateWeightCompare(const vector<Weight>* weights, const L &less) 251 : weights_(weights), less_(less) {} 642 // true if the semiring is idempotent and all the arc weights are equal to
|
encode.h | 39 // stores both the Tuple of encode labels and weights to a unique 70 // we either hash the labels, weights or compbination of them. 231 if (type_ == ENCODE) { // labels and/or weights to single label
|
shortest-distance.h | 190 // The weights must must be right distributive and k-closed (i.e., 1 + 220 // The weights must must be right (left) distributive if reverse is
|
randgen.h | 57 // Randomly selects a transition w.r.t. the weights treated as negative
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceRandom.java | 242 System.err.println("** Event weights > 100%"); 246 // if the user specified all of the weights, then they need to be 100% 248 System.err.println("** Event weights != 100%");
|
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/ |
CollationAttribute.java | 99 * Attribute for direction of secondary weights
|
/external/srec/srec/include/ |
pre_desc.h | 174 prdata exp_wt[MAX_WTS]; /* weights exp lookup table */
|
/external/webkit/WebCore/platform/graphics/gtk/ |
FontPlatformDataGtk.cpp | 52 // FIXME: Map all FontWeight values to fontconfig weights.
|
FontPlatformDataPango.cpp | 85 // FIXME: Map all FontWeight values to Pango font weights.
|
/external/icu4c/i18n/unicode/ |
ucol.h | 167 /** Attribute for direction of secondary weights - used in French. 168 * Acceptable values are UCOL_ON, which results in secondary weights 170 * weights in the order they appear.*/ 175 * primary weights in the same way, 177 * weights that are equal or below the variable top value 184 * weights, UCOL_UPPER_FIRST which forces upper case letters to [all...] |
/external/webkit/JavaScriptCore/icu/unicode/ |
ucol.h | 176 /** Attribute for direction of secondary weights - used in French.\ 177 * Acceptable values are UCOL_ON, which results in secondary weights 179 * weights in the order they appear.*/ 184 * primary weights in the same way, 186 * weights that are equal or below the variable top value 193 * weights, UCOL_UPPER_FIRST which forces upper case letters to [all...] |
/external/webkit/WebCore/icu/unicode/ |
ucol.h | 176 /** Attribute for direction of secondary weights - used in French.\ 177 * Acceptable values are UCOL_ON, which results in secondary weights 179 * weights in the order they appear.*/ 184 * primary weights in the same way, 186 * weights that are equal or below the variable top value 193 * weights, UCOL_UPPER_FIRST which forces upper case letters to [all...] |
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
I04Dns2x2Ftr.h | 53 /** look up table of weights */
|
I04Dns2x4Ftr.h | 53 /** look up table of weights */
|
I04Tld2x4Ftr.h | 53 /** look up table of weights */
|
Sequence.h | 64 /** array of weights (0.16); value 1.0 is saturated to 0xFFFF */
|
/external/v8/tools/ |
profile_view.js | 50 * of self weights for a bottom up view is needed.
|
profile.js | 365 // Propagate weights so percents can be calculated correctly. 509 * Computes total weights in the call graph. 590 * Node total weight (includes weights of all children).
|
/frameworks/base/docs/html/resources/articles/ |
layout-tricks-efficiency.jd | 168 using LinearLayout's weights it's also more efficient. The difference
|
/external/srec/srec/clib/ |
swimodel.c | 375 PLogMessage("loaded models %s num_hmmstates %d num_dims %d num_pdfs %d weights[0] %d\n", 387 hmmstates[i].weights = weight_ptr; 453 weightptr = spd->weights;
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
MatrixPaletteRenderer.java | 162 throw new IllegalArgumentException("Weights must add up to 1.0f");
|
/external/bison/src/ |
vcg.h | 812 method. With the weights barymedian and medianbary, equal weights of 820 crossing weights are permuted. By specifying no, this phase is [all...] |
/external/srec/srec/ca/ |
pat_basi.c | 151 /* Build the weights conversion table */
|
/frameworks/base/libs/surfaceflinger/ |
BlurFilter.cpp | 50 const int BLUR_DITHER_BITS = 6; // dither weights stored on 6 bits
|