HomeSort by relevance Sort by last modified time
    Searched refs:weight (Results 26 - 50 of 888) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
util.hpp 124 GraphEdge(int from, int to, float weight);
125 bool operator <(const GraphEdge& other) const { return weight < other.weight; }
126 bool operator >(const GraphEdge& other) const { return weight > other.weight; }
129 float weight; member in struct:cv::detail::GraphEdge
132 inline GraphEdge::GraphEdge(int _from, int _to, float _weight) : from(_from), to(_to), weight(_weight) {}
141 void addEdge(int from, int to, float weight);
  /external/skia/src/core/
SkFontMgr.cpp 195 * If pattern.weight < 400, weights below pattern.weight are checked
196 * in descending order followed by weights above pattern.weight
198 * If pattern.weight > 500, weights above pattern.weight are checked
199 * in ascending order followed by weights below pattern.weight
201 * If pattern.weight is 400, 500 is checked first
202 * and then the rule for pattern.weight < 400 is used.
203 * If pattern.weight is 500, 400 is checked first
204 * and then the rule for pattern.weight < 400 is used
    [all...]
SkFontStyle.cpp 19 SkFontStyle::SkFontStyle(int weight, int width, Slant slant) {
21 fUnion.fR.fWeight = SkTPin<int>(weight, kThin_Weight, kBlack_Weight);
  /external/skia/src/pathops/
SkPathOpsConic.h 41 const SkDConic& set(const SkPoint pts[kPointCount], SkScalar weight) {
43 fWeight = weight;
59 static int FindExtrema(const double src[], SkScalar weight, double tValue[1]);
99 static SkDConic SubDivide(const SkPoint a[kPointCount], SkScalar weight, double t1, double t2) {
101 conic.set(a, weight);
106 SkScalar* weight) const;
108 static SkDPoint SubDivide(const SkPoint pts[kPointCount], SkScalar weight,
112 conic.set(pts, weight);
SkPathOpsCurve.h 98 static SkDPoint dconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) {
100 conic.set(a, weight);
118 static SkPoint fline_xy_at_t(const SkPoint a[2], SkScalar weight, double t) {
119 return dline_xy_at_t(a, weight, t).asSkPoint();
122 static SkPoint fquad_xy_at_t(const SkPoint a[3], SkScalar weight, double t) {
123 return dquad_xy_at_t(a, weight, t).asSkPoint();
126 static SkPoint fconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) {
127 return dconic_xy_at_t(a, weight, t).asSkPoint();
130 static SkPoint fcubic_xy_at_t(const SkPoint a[4], SkScalar weight, double t) {
131 return dcubic_xy_at_t(a, weight, t).asSkPoint()
    [all...]
  /frameworks/minikin/libs/minikin/
AnalyzeStyle.cpp 29 bool analyzeStyle(const uint8_t* os2_data, size_t os2_size, int* weight, bool* italic) {
37 *weight = weightClass / 100;
  /frameworks/support/v4/java/android/support/v4/view/animation/
LookupTableInterpolator.java 51 float weight = diff / mStepSize; local
54 return mValues[position] + weight * (mValues[position + 1] - mValues[position]);
  /external/gemmlowp/profiling/
profiler.h 161 std::size_t weight; member in struct:gemmlowp::ProfileTreeView::Node
162 Node() : label(nullptr), weight(0) {}
171 return n1->weight > n2->weight;
181 printf("%.2f%% %s\n", 100.0f * node->weight / root_.weight, node->label);
190 node->weight++;
218 top_level_children_weight += c->weight;
224 other_child->weight = node->weight - top_level_children_weight
    [all...]
  /external/icu/icu4c/source/i18n/
collationweights.cpp 37 /* collation element weight allocation -------------------------------------- */
42 getWeightTrail(uint32_t weight, int32_t length) {
43 return (uint32_t)(weight>>(8*(4-length)))&0xff;
47 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) {
49 return (uint32_t)((weight&(0xffffff00<<length))|(trail<<length));
53 getWeightByte(uint32_t weight, int32_t idx) {
54 return getWeightTrail(weight, idx); /* same calculation */
58 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) {
78 return (uint32_t)((weight&mask)|(byte<<idx));
82 truncateWeight(uint32_t weight, int32_t length)
261 uint32_t weight=lowerLimit; local
552 uint32_t weight = range.start; local
    [all...]
  /external/mesa3d/docs/
mesa.css 11 font-weight: bold;
17 font-weight: bold;
  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 30 virtual void* MapFont(int weight,
40 int weight,
46 if (!(picth_family & FXFONT_FF_ROMAN) && weight > 400) {
52 void* CFX_MacFontInfo::MapFont(int weight,
81 GetJapanesePreference(face, weight, pitch_family);
  /frameworks/base/core/java/android/gesture/
InstanceLearner.java 60 double weight; local
62 weight = Double.MAX_VALUE;
64 weight = 1 / distance;
67 if (score == null || weight > score) {
68 label2score.put(sample.label, weight);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyRegColoring.cpp 62 // Compute the total spill weight for VReg.
66 float weight = 0.0f; local
68 weight += LiveIntervals::getSpillWeight(MO.isDef(), MO.isUse(), MBFI,
70 return weight;
107 assert(LI->weight == 0.0f);
108 LI->weight = computeWeight(MRI, MBFI, VReg);
115 // registers), by weight next, and then by position.
122 if (LHS->weight != RHS->weight)
123 return LHS->weight > RHS->weight
    [all...]
  /external/bzip2/
huffman.c 37 while (weight[tmp] < weight[heap[zz >> 1]]) { \
52 weight[heap[yy+1]] < weight[heap[yy]]) \
54 if (weight[tmp] < weight[heap[yy]]) break; \
76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; local
80 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
88 weight[0] = 0;
105 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2])
    [all...]
  /external/zopfli/src/zopfli/
katajainen.c 36 size_t weight; /* Total weight (symbol count) of this chain. */ member in struct:Node
54 static void InitNode(size_t weight, int count, Node* tail, Node* node) {
55 node->weight = weight;
123 InitNode(leaves[lastcount].weight, lastcount + 1, 0, newchain);
125 size_t sum = lists[index - 1][0]->weight + lists[index - 1][1]->weight;
126 if (lastcount < numsymbols && sum > leaves[lastcount].weight) {
128 InitNode(leaves[lastcount].weight, lastcount + 1, oldchain->tail
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 14 void* MapFont(int weight,
45 int weight,
63 if (!(picth_family & FXFONT_FF_ROMAN) && weight > 400) {
68 void* CFX_LinuxFontInfo::MapFont(int weight,
82 int32_t index = GetJapanesePreference(cstr_face, weight, pitch_family);
121 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
GaussianFitter.java 68 * with a weight of 1.0.
79 * with a weight of <code>weight</code>.
81 * @param weight weight assigned to point
85 public void addObservedPoint(double weight, double x, double y) {
86 fitter.addObservedPoint(weight, x, y);
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
dataurl-dbquote-font.css 27 font-weight: normal;
dataurl-noquote-multiline-font.css 28 font-weight: normal;
dataurl-singlequote-font.css 27 font-weight: normal;
  /external/skia/include/core/
SkFontStyle.h 15 enum Weight {
45 SkFontStyle(int weight, int width, Slant);
53 int weight() const { return fUnion.fR.fWeight; } function in class:SkFontStyle
  /external/speex/libspeex/
quant_lsp_bfin.h 108 spx_word16_t *weight,
131 " I1 = %3;\n\t" /* %3: &weight[0] */
155 : "a" (x), "a" (weight), "b" (cdbk), "a" (nbVec), "a" (nbDim)
  /external/webrtc/webrtc/modules/audio_processing/vad/
gmm_unittest.cc 28 noise_gmm.weight = kNoiseGmmWeights;
35 voice_gmm.weight = kVoiceGmmWeights;
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
ILearning_StochasticLinearRanker.aidl 32 boolean SetModelPriorWeight(in List<StringFloat> weight);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
record.py 72 weight=None, region=None, alias_evaluate_target_health=None,
114 :type weight: int
115 :param weight: *Weighted resource record sets only* Among resource
142 weight=weight, region=region,
207 %(weight)s
214 <Weight>%(weight)s</Weight>
247 weight=None, region=None, alias_evaluate_target_health=None
    [all...]

Completed in 1376 milliseconds

12 3 4 5 6 7 8 91011>>