Searched refs:weight (Results 426 - 450 of 619) sorted by relevance

<<11121314151617181920>>

/external/python/cpython3/Lib/idlelib/
H A Dtree.py418 self.frame.rowconfigure(0, weight=1)
419 self.frame.columnconfigure(0, weight=1)
H A Dquery.py91 frame.grid_columnconfigure(0, weight=1)
/external/skia/src/core/
H A DSkBlurImageFilter.cpp298 // weight = 1 / d * 2 ^ 32
299 auto weight = static_cast<uint32_t>(round(1.0 / divisor * (1ull << 32))); local
325 Sk4u value = sum2.mulHi(weight);
H A DSkPath.cpp230 bool SkPath::interpolate(const SkPath& ending, SkScalar weight, SkPath* out) const { argument
240 fPathRef->interpolate(*ending.fPathRef, weight, out->fPathRef.get());
1157 const SkScalar weight = SK_ScalarRoot2Over2; local
1174 this->conicTo(rectIter.next(), rrectIter.next(), weight);
1177 this->conicTo(rectIter.next(), rrectIter.next(), weight);
1182 this->conicTo(rectIter.next(), rrectIter.next(), weight);
1270 const SkScalar weight = SK_ScalarRoot2Over2; local
1274 this->conicTo(rectIter.next(), ovalIter.next(), weight);
1561 SkScalar weight = SkScalarSqrt(SK_ScalarHalf + cosh * SK_ScalarHalf); local
1562 this->conicTo(x1, y1, x1 + after.fX, y1 + after.fY, weight);
2939 winding_conic(const SkPoint pts[], SkScalar x, SkScalar y, SkScalar weight, int* onCurveCount) argument
[all...]
/external/skia/src/gpu/ops/
H A DGrDefaultPathRenderer.cpp118 void addConic(SkScalar weight, const SkPoint pts[], SkScalar srcSpaceTolSqd, argument
121 const SkPoint* quadPts = converter.computeQuads(pts, weight, srcSpaceTol);
/external/skqp/src/core/
H A DSkBlurImageFilter.cpp298 // weight = 1 / d * 2 ^ 32
299 auto weight = static_cast<uint32_t>(round(1.0 / divisor * (1ull << 32))); local
325 Sk4u value = sum2.mulHi(weight);
H A DSkPath.cpp229 bool SkPath::interpolate(const SkPath& ending, SkScalar weight, SkPath* out) const { argument
239 fPathRef->interpolate(*ending.fPathRef, weight, out->fPathRef.get());
1148 const SkScalar weight = SK_ScalarRoot2Over2; local
1165 this->conicTo(rectIter.next(), rrectIter.next(), weight);
1168 this->conicTo(rectIter.next(), rrectIter.next(), weight);
1173 this->conicTo(rectIter.next(), rrectIter.next(), weight);
1261 const SkScalar weight = SK_ScalarRoot2Over2; local
1265 this->conicTo(rectIter.next(), ovalIter.next(), weight);
1533 SkScalar weight = SkScalarSqrt(SK_ScalarHalf + cosh * SK_ScalarHalf); local
1534 this->conicTo(x1, y1, x1 + after.fX, y1 + after.fY, weight);
3055 winding_conic(const SkPoint pts[], SkScalar x, SkScalar y, SkScalar weight, int* onCurveCount) argument
[all...]
/external/skqp/src/gpu/ops/
H A DGrDefaultPathRenderer.cpp118 void addConic(SkScalar weight, const SkPoint pts[], SkScalar srcSpaceTolSqd, argument
121 const SkPoint* quadPts = converter.computeQuads(pts, weight, srcSpaceTol);
/external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
H A Dtraining.py410 # reduce score_array to same ndim as weight array
425 """Performs sample weight validation and standardization.
428 weight array.
435 `"temporal"` indicated that we expect 2D weight data
440 A numpy array of target weights, one entry per sample to weight.
606 coefficients (Python floats) to weight the loss contributions
823 weight = None
831 weight = K.placeholder(ndim=2, name=name + '_sample_weights')
834 weight = K.placeholder(ndim=1, name=name + 'sample_weights')
836 sample_weights.append(weight)
[all...]
/external/libavc/decoder/
H A Dih264d_inter_pred.c1288 WORD32 weight = (WORD16)(u4_wt_ofst_y & 0xffff); local
1296 weight, ofst, u4_ht_y,
1301 weight = ((u4_wt_ofst_v & 0xffff) << 16)
1310 (u2_log2Y_crwd >> 8), weight, ofst,
/external/mesa3d/src/mesa/main/
H A Dtexcompress_bptc.c514 int weight; local
516 weight = weights[index_bits][index];
518 return ((64 - weight) * a + weight * b + 32) >> 6;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
H A DMockSpdyPeer.java303 @Override public void priority(int streamId, int streamDependency, int weight, argument
/external/python/cpython2/Tools/webchecker/
H A Dwsgui.py94 top.columnconfigure(99, weight=1)
/external/v8/src/interpreter/
H A Dinterpreter-assembler.h260 // Updates the bytecode array's interrupt budget by a 32-bit unsigned |weight|
263 void UpdateInterruptBudget(compiler::Node* weight, bool backward);
/external/ImageMagick/MagickCore/
H A Deffect.c1820 weight;
1822 weight=1.0f;
1827 sum+=weight*(*pix++);
1828 weight+=1.0f;
1832 sum+=weight*(*pix++);
1833 weight-=1.0f;
1899 weight;
1901 weight=1.0f;
1906 sum+=weight*(*pix++);
1907 weight
1809 weight; local
1888 weight; local
[all...]
H A Ddraw.c300 clone_info->weight=draw_info->weight;
2143 if (LocaleCompare("font-weight",keyword) == 0)
2146 weight;
2149 weight=ParseCommandOption(MagickWeightOptions,MagickFalse,token);
2150 if (weight == -1)
2151 weight=(ssize_t) StringToUnsignedLong(token);
2152 graphic_context[n]->weight=(size_t) weight;
5050 option=GetImageOption(clone_info,"weight");
2130 weight; local
5031 weight; local
5253 weight; local
[all...]
/external/aac/libSACdec/src/
H A Dsac_calcM1andM2.cpp699 /* 1/weight = sqrt(temp) * 1/sqrt(iidLin21) */
712 /* weight_[m,e] is actually 1/weight in the next few lines */
720 /* weight = 0.5 * max(1/weight, 1/maxWeight) */
736 /* H11re = weight - alphaRe * weight; */
737 /* H21re = weight + alphaRe * weight; */
755 /* H11im = -alphaIm * weight; */
756 /* H21im = alphaIm * weight; */
768 FIXP_DBL weight = local
[all...]
/external/opencv/cvaux/include/
H A Dcvaux.h123 float* weight; /*array of mixture weights. Summ of all weights in state is 1. */ member in struct:CvEHMMState
280 float weight;
353 // Purpose: finds weight of subgraph in a graph
358 // weight_type - describes the way we measure weight.
360 // CV_NOT_WEIGHTED - weight of a clique is simply its size
361 // CV_WEIGHTED_VTX - weight of a clique is the sum of weights of its vertices
378 // weight of subgraph.
390 // Purpose: tries to find clique with maximum possible weight in a graph
397 // weight_type - describes our notion about weight.
399 // CV_NOT_WEIGHTED - weight o
1351 double weight; member in struct:CvGaussBGValues
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocPBQP.cpp279 PBQP::PBQPNum spillCost = (vregLI->weight != 0.0) ?
280 vregLI->weight : std::numeric_limits<PBQP::PBQPNum>::min();
539 double oldWeight = spillInterval->weight;
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinISelLowering.cpp551 /// Examine constraint type and operand type and determine a weight value.
557 ConstraintWeight weight = CW_Invalid; local
560 // but allow it at the lowest weight.
566 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
594 return weight;
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
H A Dquantile_ops.cc212 new_entry->set_weight(entry.weight);
324 entries.emplace_back(entry.value(), entry.weight(),
549 entries.emplace_back(entry.value(), entry.weight(), entry.min_rank(),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2506 // weight: -1 = invalid match, and 0 = so-so match to 5 = good match.
2507 int weight = -1; local
2510 // of the best (highest weight) one so far.
2535 weight = getMultipleConstraintMatchWeight(OpInfo, maIndex);
2536 if (weight == -1) {
2540 weightSum += weight;
2609 /// Examine constraint type and operand type and determine a weight value.
2624 ConstraintWeight weight = local
2626 if (weight > BestWeight)
2627 BestWeight = weight;
2639 ConstraintWeight weight = CW_Invalid; local
[all...]
/external/skia/src/pathops/
H A DSkOpSegment.cpp498 (*CurveIntersectRay[oppSegment->verb()])(oppSegment->pts(), oppSegment->weight(), testPerp, &i);
793 void SkOpSegment::init(SkPoint pts[], SkScalar weight, SkOpContour* contour, SkPath::Verb verb) { argument
797 fWeight = weight;
812 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t);
815 (*CurveIntersectRay[opp->verb()])(opp->pts(), opp->weight(), perp, &i);
H A DSkPathOpsDebug.cpp603 fDebugWorstWeight[index * 2] = wt.weight();
604 fDebugWorstWeight[index * 2 + 1] = wn.weight();
625 static void dump_curve(SkPath::Verb verb, const SkPoint& pts, float weight) { argument
639 if (weight != 1) {
641 if (weight == floorf(weight)) {
642 SkDebugf("%.0f", weight);
644 SkDebugf("%1.9gf", weight);
733 void SkDConic::debugSet(const SkDPoint* pts, SkScalar weight) { argument
735 fWeight = weight;
[all...]
/external/skqp/src/pathops/
H A DSkOpSegment.cpp498 (*CurveIntersectRay[oppSegment->verb()])(oppSegment->pts(), oppSegment->weight(), testPerp, &i);
793 void SkOpSegment::init(SkPoint pts[], SkScalar weight, SkOpContour* contour, SkPath::Verb verb) { argument
797 fWeight = weight;
812 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t);
815 (*CurveIntersectRay[opp->verb()])(opp->pts(), opp->weight(), perp, &i);

Completed in 851 milliseconds

<<11121314151617181920>>