HomeSort by relevance Sort by last modified time
    Searched full:weight (Results 601 - 625 of 2039) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/
katz.py 47 Extra weight can be provided to immediate neighbors through the
64 Weight attributed to the immediate neighborhood. If not a scalar the
150 x[n] += xlast[nbr] * G[n][nbr].get('weight',1)
198 Extra weight can be provided to immediate neighbors through the
214 Weight attributed to the immediate neighborhood. If not a scalar the
  /build/tools/droiddoc/templates-ds/assets/
android-developer-core.css 254 font-weight: bold;
288 font-weight: bold;
569 font-weight : bold;
945 font-weight:bold;
985 font-weight:bold;
989 font-weight:bold;
1044 font-weight:bold;
1077 font-weight:bold;
1188 .kwd { color: #006; font-weight: bold; }
1190 .typ { color: #404; font-weight: bold;
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 253 font-weight: bold;
287 font-weight: bold;
568 font-weight : bold;
944 font-weight:bold;
984 font-weight:bold;
988 font-weight:bold;
1043 font-weight:bold;
1076 font-weight:bold;
1187 .kwd { color: #006; font-weight: bold; }
1189 .typ { color: #404; font-weight: bold;
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java 304 // a lead byte below the common-weight compression range.
383 // Shifted primary weights are lower than the common weight.
466 // s is a common secondary weight, and
568 // because with upperFirst the common weight is the highest one.
596 // Move lead bytes 06..3F to C6..FF for a large common-weight range.
618 // Move lead bytes 06..BF to 46..FF for the common-weight range.
640 // Do not change the artificial uppercase weight of a tertiary CE (0.0.ut),
647 // Common weight 05 -> 85..C5 (common-weight compression range)
694 // weight
    [all...]
  /external/marisa-trie/tests/
unit-test.cc 187 ASSERT(key.weight() == 0.0);
197 ASSERT(key.weight() == 1.0);
205 ASSERT(rkey.weight() == 0.0);
215 ASSERT(rkey.weight() == 4.0);
307 ASSERT(wrange.weight() == 0.0);
318 ASSERT(wrange.weight() == 4.0);
328 ASSERT(wrange.weight() == 8.0);
  /external/marisa-trie/v0_1_5/tests/
unit-test.cc 190 ASSERT(key.weight() == 0.0);
200 ASSERT(key.weight() == 1.0);
208 ASSERT(rkey.weight() == 0.0);
218 ASSERT(rkey.weight() == 4.0);
311 ASSERT(wrange.weight() == 0.0);
322 ASSERT(wrange.weight() == 4.0);
332 ASSERT(wrange.weight() == 8.0);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
FontFamily_Delegate.java 290 final int weight, final boolean isItalic) {
297 delegate.addFont(path, weight, isItalic);
302 return delegate.addFont(path, weight, isItalic);
394 private boolean addFont(@NonNull String path, int weight, boolean isItalic) {
407 fontInfo.mWeight = weight;
414 int weight = fontInfo.mWeight;
419 if (font.mWeight == weight && font.mIsItalic == isItalic) {
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 278 unsigned field_select_mask, unsigned weight)
290 mv.top.weight = weight;
294 mv.bottom.weight = weight;
303 mv.top.weight = weight;
309 mv.bottom.weight = weight;
318 mv.top.weight = weight
    [all...]
  /external/icu/icu4c/source/i18n/
collationbuilder.cpp 371 // an explicit common-weight node of the reset-before strength.
374 // Found a same-strength node with an explicit weight.
387 // Insert the preceding same-level explicit weight if it is not there already.
388 // Which explicit weight immediately precedes this one?
390 // Does this preceding weight have a node?
398 // Either the reset element has an above-common weight and
399 // the parent node provides the implied common weight,
400 // or the reset element has a weight<=common in the node
401 // right after the parent, and we need to insert the preceding weight.
411 // The preceding weight has a node
    [all...]
collationkeys.cpp 280 // Shifted primary weights are lower than the common weight.
358 // s is a common secondary weight, and
462 // because with upperFirst the common weight is the highest one.
490 // Move lead bytes 06..3F to C6..FF for a large common-weight range.
510 // Move lead bytes 06..BF to 46..FF for the common-weight range.
530 // Do not change the artificial uppercase weight of a tertiary CE (0.0.ut),
537 // Common weight 05 -> 85..C5 (common-weight compression range)
583 // The only weights greater than the merge separator and less than the common weight
587 // Any above-common quaternary weight will compare greater regardless
    [all...]
collationfastlatin.h 47 // Note on the supported weight ranges:
117 * plus a secondary CE if the secondary weight is high.
122 /** The highest primary weight is reserved for U+FFFF. */
266 * varTops[m] is the highest CollationFastLatin long-primary weight
272 * to the highest CollationFastLatin long-primary weight.
274 * Bits 15..7: max fast-Latin long-primary weight (bits 11..3 shifted left by 4 bits)
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 525 unsigned Weight = 0;
528 Weight += RegBank.getRegUnit(*I).Weight;
530 return Weight;
    [all...]
  /external/openfst/src/include/fst/
fst.h 165 typedef typename A::Weight Weight;
172 virtual Weight Final(StateId) const = 0; // State's final weight
384 static const uint32 kArcWeightValue = 0x0004; // " " " weight
542 typename F::Arc::Weight Final(const F &fst, typename F::Arc::StateId s) {
564 typename A::Weight Final(const Fst<A> &fst, typename A::StateId s) {
605 typedef typename A::Weight Weight;
838 typedef typename Arc::Weight Weight
    [all...]
const-fst.h 54 typedef typename A::Weight Weight;
80 Weight Final(StateId s) const { return states_[s].final; }
113 Weight final; // Final weight
118 State() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {}
string-weight.h 1 // string-weight.h
19 // String weight set and associated semiring operation definitions.
27 #include <fst/product-weight.h>
28 #include <fst/weight.h>
540 // Product of string weight and an arbitray weight.
  /frameworks/av/include/camera/
CameraParameters.h 278 // The fifth element is the weight. Values for weight must range from 1 to
279 // 1000. The weight should be interpreted as a per-pixel weight - all
280 // pixels in the area have the specified weight. This means a small area
281 // with the same weight as a larger area will have less influence on the
372 // Each metering area is a rectangle with specified weight. The direction is
380 // The fifth element is the weight. Values for weight must range from 1 to
381 // 1000. The weight should be interpreted as a per-pixel weight - al
    [all...]
  /external/opencv/cvaux/src/
cvhmm.cpp 166 2/*for weight and log_var_val*/ ) * sizeof( float) );
175 all_states[i].weight = pointers; pointers += num_mix[i];
548 // weight - pointer to the wights of the Gaussian mixture
559 int vect_size, float* weight, int num_mix )
574 if ( weight[m] > 0.0)
581 prob = prob + weight[m]*exp((double)l_prob);
803 /* 3a. first mixture - simply scale by weight */
809 mp[l] *= state[l].weight[0];
824 mp[l + ofs] += mp[l] * state[l].weight[m];
863 state[m].log_var_val, vect_size, state[m].weight,
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java 83 * When views do not overlap weight behaves as it does in a LinearLayout.</p>
85 * <p>When views do overlap, weight on a slideable pane indicates that the pane should be
86 * sized to fill all available space in the closed state. Weight on a pane that becomes covered
504 // Weight will incur a second pass.
514 if (lp.weight > 0) {
515 weightSum += lp.weight;
517 // If we have no width, weight is the only contributor to the final size.
518 // Measure this view on the weight pass only.
558 // Resolve weight and make sure non-sliding panels are smaller than the full screen.
575 final boolean skippedFirstPass = lp.width == 0 && lp.weight > 0
1403 public float weight = 0; field in class:SlidingPaneLayout.LayoutParams
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 411 /// IncorporateWeight - Add the extra weight 'RHS' to the existing weight 'LHS',
412 /// reducing the combined weight using any special properties of the operation.
413 /// The existing weight LHS represents the computation X op X op ... op X where
414 /// X occurs LHS times. The combined weight represents X op X op ... op X with
420 // weight would be LHS + RHS. But we are using finite precision arithmetic,
424 // weight back into range if wrapping would be wrong.
426 // If RHS is zero then the weight didn't change.
429 // If LHS is zero then the combined weight is RHS.
437 // Idempotent means X op X === X, so any non-zero weight is equivalent to
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-core.css 251 font-weight: bold;
285 font-weight: bold;
566 font-weight : bold;
681 .kwd { color: #006; font-weight: bold; }
683 .typ { color: #404; font-weight: bold; }
687 .tag { color: #006; font-weight: bold; }
  /external/guava/
javadoc-stylesheet.css 101 font-weight:bold;
265 font-weight:bold;
276 font-weight:bold;
366 font-weight:bold;
417 font-weight:bold;
473 font-weight:bold;
  /external/icu/icu4c/source/test/perf/perldriver/
Output.pm 223 td.worse { color: #FF0000; font-weight: bold; border-bottom-width: 1 }
225 td.errorLarge { font-size: 75%; color: #FF0000; font-weight: bold; border-right-width: 1;
227 A:link { color: black; font-weight: normal; text-decoration: none} /* unvisited links */
228 A:visited { color: blue; font-weight: normal; text-decoration: none } /* visited links */
229 A:hover { color: red; font-weight: normal; text-decoration: none } /* user hovers */
230 A:active { color: lime; font-weight: normal; text-decoration: none } /* active links */
  /external/libavc/common/
ih264_weighted_pred.c 185 /* wt - weight value */
259 /* wt - weight values for u and v */
350 /* wt1 - weight value for source 1 */
351 /* wt2 - weight value for source 2 */
426 /* wt1 - weight values for u and v in source 1 */
427 /* wt2 - weight values for u and v in source 2 */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/isomorphism/
matchhelpers.py 161 >>> nm = iso.numerical_node_match('weight', 1.0)
162 >>> nm = iso.numerical_node_match(['weight', 'linewidth'], [.25, .5])
245 >>> nm = generic_node_match('weight', 1.0, close)
247 >>> nm = generic_node_match(['weight', 'color'], [1.0, 'red'], [close, eq])
298 >>> nm = generic_node_match('weight', 1.0, close)
300 >>> nm = generic_node_match(['weight', 'color'],
  /external/chromium-trace/trace-viewer/tracing/test_data/
traceviewify.json     [all...]

Completed in 623 milliseconds

<<21222324252627282930>>