Searched refs:weight (Results 126 - 150 of 619) sorted by relevance

1234567891011>>

/external/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp96 // weight must reflect this.
148 // Don't recompute spill weight for an unspillable register.
161 float weight = 1.0f; local
170 // Calculate instr weight.
173 weight = LiveIntervals::getSpillWeight(writes, reads, &MBFI, *mi);
175 // Give extra weight to what looks like a loop induction variable update.
177 weight *= 3;
179 totalWeight += weight;
192 volatile float hweight = Hint[hint] += weight;
211 // Weakly boost the spill weight o
[all...]
/external/tensorflow/tensorflow/python/training/
H A Dmoving_averages.py94 weight,
101 `moving_average(value * weight) / moving_average(weight)`,
104 Internally, this Op keeps moving average variables of both `value * weight`
105 and `weight`.
110 weight: `Tensor` that keeps the current value of a weight.
112 truediv: Boolean, if `True`, dividing by `moving_average(weight)` is
115 `value * weight` and `weight` t
[all...]
/external/opencv/cvaux/src/
H A Dcvbgfg_gaussmix.cpp120 //Rw is the learning rate for weight and Rg is leaning rate for mean and variance
130 //w[n+1] = w[n] + Rw*(g - w[n]) weight
202 bg_model->g_point[n].g_values[0].weight = 1; //the first value seen has weight one
211 bg_model->g_point[n].g_values[k].weight = 0;
442 g_point->g_values[k].weight = g_point->g_values[k].weight +
444 g_point->g_values[k].weight));
446 double learning_rate_gaussian = (double)match[k]/(g_point->g_values[k].weight*
472 g_point->g_values[k].weight
[all...]
H A Denmin.cpp82 // weight - weight of the edge ( maximum flow via the edge )
89 int weight;
233 ( ( Edge* )newEdgePtr ) -> weight = dFunc( leftLine,
245 ( ( Edge* )newEdgePtr ) -> weight +=
252 ( ( Edge* )tempEdgePtr ) -> weight = vFunc( alpha, beta );
266 ( ( Edge* )newEdgePtr ) -> weight +=
273 ( ( Edge* )tempEdgePtr ) -> weight = vFunc( alpha, beta );
288 ( ( Edge* )newEdgePtr ) -> weight = dFunc( leftLine,
300 ( ( Edge* )newEdgePtr ) -> weight
[all...]
/external/opencv/cv/src/
H A Dcvstereogc.cpp61 short weight; member in struct:GCVtx
70 int weight; member in struct:GCEdge
150 if( v->weight != 0 )
155 v->t = v->weight < 0;
169 int e0 = -1, ei = 0, ej = 0, min_weight, weight; local
181 if( edges[ei^vt].weight == 0 )
223 // find the minimum edge weight along the path
224 min_weight = edges[e0].weight;
233 weight = edges[ei^k].weight;
[all...]
H A Dcvemd.cpp111 float weight, max_cost; member in struct:CvEMDState
319 emd = (float) (total_cost / state.weight);
400 float weight = signature1[i * (dims + 1)]; local
402 if( weight > 0 )
404 s_sum += weight;
405 state->s[ssize] = weight;
409 else if( weight < 0 )
415 float weight = signature2[i * (dims + 1)]; local
417 if( weight > 0 )
419 d_sum += weight;
464 float weight = signature1[j]; local
471 float weight = signature2[j]; local
[all...]
/external/ImageMagick/MagickCore/
H A Dnt-feature.c417 type_info->weight=400;
446 type_info->weight=700;
451 type_info->weight=100;
457 type_info->weight=200;
462 type_info->weight=300;
468 type_info->weight=400;
473 type_info->weight=500;
479 type_info->weight=600;
485 type_info->weight=800;
491 type_info->weight
[all...]
H A Dresample.c331 register double weight;
509 weight = QuantumScale*((double)
511 resample_filter->average_pixel.red *= weight;
512 resample_filter->average_pixel.green *= weight;
513 resample_filter->average_pixel.blue *= weight;
514 divisor_c = weight;
517 weight = QuantumScale*((double)
520 weight*resample_filter->image->background_color.red;
522 weight*resample_filter->image->background_color.green;
524 weight*resample_filte
327 register double weight; local
[all...]
/external/skia/src/pathops/
H A DSkAddIntersections.cpp79 __FUNCTION__, CONIC_DEBUG_DATA(wt.pts(), wt.weight()), LINE_DEBUG_DATA(wn.pts()));
83 i[0][0], CONIC_DEBUG_DATA(wt.pts(), wt.weight()), PT_DEBUG_DATA(i, 0));
99 __FUNCTION__, CONIC_DEBUG_DATA(wt.pts(), wt.weight()), QUAD_DEBUG_DATA(wn.pts()));
103 i[0][0], CONIC_DEBUG_DATA(wt.pts(), wt.weight()), PT_DEBUG_DATA(i, 0));
119 __FUNCTION__, CONIC_DEBUG_DATA(wt.pts(), wt.weight()),
120 CONIC_DEBUG_DATA(wn.pts(), wn.weight()));
124 i[0][0], CONIC_DEBUG_DATA(wt.pts(), wt.weight()), PT_DEBUG_DATA(i, 0));
128 SkDebugf(" wnTs[0]=%g " CONIC_DEBUG_STR, i[1][0], CONIC_DEBUG_DATA(wn.pts(), wn.weight()));
180 __FUNCTION__, CUBIC_DEBUG_DATA(wt.pts()), CONIC_DEBUG_DATA(wn.pts(), wn.weight()));
188 SkDebugf(" wnTs[0]=%g " CONIC_DEBUG_STR, i[1][0], CONIC_DEBUG_DATA(wn.pts(), wn.weight()));
[all...]
/external/skqp/src/pathops/
H A DSkAddIntersections.cpp79 __FUNCTION__, CONIC_DEBUG_DATA(wt.pts(), wt.weight()), LINE_DEBUG_DATA(wn.pts()));
83 i[0][0], CONIC_DEBUG_DATA(wt.pts(), wt.weight()), PT_DEBUG_DATA(i, 0));
99 __FUNCTION__, CONIC_DEBUG_DATA(wt.pts(), wt.weight()), QUAD_DEBUG_DATA(wn.pts()));
103 i[0][0], CONIC_DEBUG_DATA(wt.pts(), wt.weight()), PT_DEBUG_DATA(i, 0));
119 __FUNCTION__, CONIC_DEBUG_DATA(wt.pts(), wt.weight()),
120 CONIC_DEBUG_DATA(wn.pts(), wn.weight()));
124 i[0][0], CONIC_DEBUG_DATA(wt.pts(), wt.weight()), PT_DEBUG_DATA(i, 0));
128 SkDebugf(" wnTs[0]=%g " CONIC_DEBUG_STR, i[1][0], CONIC_DEBUG_DATA(wn.pts(), wn.weight()));
180 __FUNCTION__, CUBIC_DEBUG_DATA(wt.pts()), CONIC_DEBUG_DATA(wn.pts(), wn.weight()));
188 SkDebugf(" wnTs[0]=%g " CONIC_DEBUG_STR, i[1][0], CONIC_DEBUG_DATA(wn.pts(), wn.weight()));
[all...]
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp266 ClipFloat weight[3]; //!< barycentrics member in struct:rr::__anon4863::cliputil::TriangleVertex
301 middle.weight[0] = tcu::mix(inside.weight[0], outside.weight[0], hitDist);
302 middle.weight[1] = tcu::mix(inside.weight[1], outside.weight[1], hitDist);
303 middle.weight[2] = tcu::mix(inside.weight[2], outside.weight[
[all...]
/external/libopus/doc/
H A Dcustomdoxygen.css17 font-weight: bold;
30 font-weight: bold;
59 font-weight: bold;
91 font-weight: normal;
104 font-weight: bold;
108 font-weight: bold;
119 font-weight: bold;
157 font-weight: bold;
176 font-weight: bold;
198 font-weight
[all...]
/external/libxcam/xcore/
H A Dhandler_interface.cpp52 _params.window.weight = 0;
83 XCAM_LOG_DEBUG ("ae set metering mode window [x:%d, y:%d, x_end:%d, y_end:%d, weight:%d]",
88 window->weight);
113 XCAM_LOG_DEBUG ("window start point(%d, %d), end point(%d, %d), weight = %d",
114 window[i].x_start, window[i].y_start, window[i].x_end, window[i].y_end, window[i].weight);
117 if (_params.window.weight < window[i].weight) {
118 _params.window.weight = window[i].weight;
126 XCAM_LOG_DEBUG ("ae set metering mode window [x:%d, y:%d, x_end:%d, y_end:%d, weight
[all...]
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
H A Dperf_to_tracing.py103 # Sum up self samples weight, and children's total weights.
105 self.total_weight += s.weight
113 def __init__(self, stack_id, ts, cpu, tid, weight, samp_type, comm):
118 self.weight = weight
127 ret['weight'] = self.weight # Sample weight
223 # If parent's sibling has same node name, has no children and small weight,
/external/libldac/src/
H A Dbitalloc_sub_ldac.c76 int weight; member in struct:__anon11726
124 p_sfcinf->weight = iwt;
176 p_sfcinf->weight = iwt;
221 p_sfcinf->weight = 0;
250 p_ac->sfc_weight = p_sfcinf->weight;
/external/libnl/doc/stylesheets/
H A Dvolnitsky.css46 font-weight: bold;
86 font-weight: bold;
131 font-weight: bold;
190 font-weight: bold;
253 font-weight: bold;
257 font-weight: bold;
287 font-weight: bold;
314 font-weight: bold;
367 font-weight: bold ! important;
383 font-weight
[all...]
H A Dxhtml11-quirks.css11 font-weight: bold;
/external/python/cpython2/Doc/tools/static/
H A Dbasic.css98 font-weight: bold;
108 font-weight: bold;
192 font-weight: bold;
207 font-weight: bold;
220 font-weight: bold;
233 font-weight: bold;
242 font-weight: bold;
314 font-weight: bold;
398 font-weight: bold;
408 font-weight
[all...]
/external/libavc/common/arm/
H A Dih264_weighted_pred_a9q.s69 @* weight for the weighted prediction
144 vmul.s16 q2, q2, d2[0] @weight mult. for rows 1,2
145 vmul.s16 q3, q3, d2[0] @weight mult. for rows 3,4
176 vmul.s16 q2, q2, d2[0] @weight mult. for row 1
178 vmul.s16 q3, q3, d2[0] @weight mult. for row 2
179 vmul.s16 q4, q4, d2[0] @weight mult. for row 3
180 vmul.s16 q5, q5, d2[0] @weight mult. for row 4
216 vmul.s16 q6, q6, d2[0] @weight mult. for row 1L
218 vmul.s16 q7, q7, d2[0] @weight mult. for row 1H
220 vmul.s16 q8, q8, d2[0] @weight mul
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
H A DGaussNewtonEstimator.java183 double weight = measurements[i].getWeight();
189 bDecrementData[j] = weight * residual * grad[j];
196 wGradGradT.setEntry(k, l, weight * gk * grad[l]);
/external/autotest/server/cros/ap_configurators/
H A Ddlink_dir300_ap_configurator.py103 weight = 1
105 weight = 1000
106 self.add_item_to_command_list(self._set_radio, (enabled,), 1, weight)
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
H A DCurveFitter.java59 /** Add an observed (x,y) point to the sample with unit weight.
74 * @param weight weight of the observed point in the fit
82 public void addObservedPoint(double weight, double x, double y) { argument
83 observations.add(new WeightedObservedPoint(weight, x, y));
/external/autotest/frontend/client/src/autotest/public/
H A Dtkoclient.css62 font-weight: bold;
/external/pdfium/core/fxge/
H A Dcfx_font.h36 int weight,
86 void AdjustMMParams(int glyph_index, int width, int weight) const;
/external/python/cpython2/Demo/tkinter/ttk/
H A Dtreeview_multicolumn.py71 container.grid_columnconfigure(0, weight=1)
72 container.grid_rowconfigure(0, weight=1)

Completed in 2178 milliseconds

1234567891011>>