Searched refs:weight (Results 76 - 100 of 619) sorted by relevance

1234567891011>>

/external/skqp/src/pathops/
H A DSkOpContour.cpp45 void SkOpContourBuilder::addConic(SkPoint pts[3], SkScalar weight) { argument
47 fContour->addConic(pts, weight);
55 void SkOpContourBuilder::addCurve(SkPath::Verb verb, const SkPoint pts[4], SkScalar weight) { argument
70 this->addConic(ptStorage, weight);
H A DSkPathOpsCurve.h114 static SkDPoint dconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { argument
116 conic.set(a, weight);
158 static SkPoint fline_xy_at_t(const SkPoint a[2], SkScalar weight, double t) { argument
159 return dline_xy_at_t(a, weight, t).asSkPoint();
162 static SkPoint fquad_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { argument
163 return dquad_xy_at_t(a, weight, t).asSkPoint();
166 static SkPoint fconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { argument
167 return dconic_xy_at_t(a, weight, t).asSkPoint();
170 static SkPoint fcubic_xy_at_t(const SkPoint a[4], SkScalar weight, double t) { argument
171 return dcubic_xy_at_t(a, weight,
194 dconic_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) argument
242 fquad_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) argument
246 fconic_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) argument
250 fcubic_dxdy_at_t(const SkPoint a[4], SkScalar weight, double t) argument
276 conic_is_vertical(const SkPoint a[3], SkScalar weight, double startT, double endT) argument
313 conic_intersect_ray(const SkPoint a[3], SkScalar weight, const SkDLine& ray, SkIntersections* i) argument
[all...]
H A DSkIntersectionHelper.h89 SkScalar weight() const { function in class:SkIntersectionHelper
90 return fSegment->weight();
/external/tensorflow/tensorflow/compiler/tests/
H A Dlstm_test.py64 def _NextC(self, inputs, weight, m_prev, c_prev):
66 x = (inputs + m_prev) * weight
69 def _NextM(self, inputs, weight, m_prev, c_prev):
71 x = (inputs + m_prev) * weight
72 return _Clip(_Sigmoid(x) * self._NextC(inputs, weight, m_prev, c_prev))
119 for weight in np.random.rand(3):
120 weight_tf = constant_op.constant(weight, dtypes.float32)
128 self._NextM(self._inputs, weight, m_prev, c_prev))
130 self._NextC(self._inputs, weight, m_prev, c_prev))
210 for weight i
[all...]
/external/tensorflow/tensorflow/contrib/lite/models/smartreply/ops/
H A Dextract_feature.cc82 TfLiteTensor* weight = GetOutput(context, node, 1); local
90 weight->data.i32[i] = 0;
97 weight->data.f[i] =
103 weight->data.i32[0] = 0;
/external/wayland/doc/publican/sources/css/
H A Depub.css109 font-weight: bolder;
114 font-weight: bolder;
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dbandwidth_estimator.c148 float weight = 0.0f; local
355 /* constant weight after initiation part */
356 weight = 0.01f;
360 /* weight decreases with number of updates */
361 weight = 1.0f / (float) bwest_str->count_tot_updates_rec;
392 bwest_str->rec_bw_inv = weight * curr_bw_inv +
393 (1.0f - weight) * bwest_str->rec_bw_inv;
413 bwest_str->rec_jitter = weight * arr_time_noise_abs +
414 (1.0f - weight) * bwest_str->rec_jitter;
615 const float weight local
[all...]
/external/shflags/doc/
H A Drst2html.css46 font-weight: bold }
53 font-weight: bold ;
65 font-weight: bold ;
72 font-weight: bold ;
90 font-weight: bold ;
136 font-weight: bold }
193 font-weight: bold ;
200 font-weight: bold ;
205 font-weight: bold }
208 font-weight
[all...]
/external/skia/src/pathops/
H A DSkPathOpsCurve.h114 static SkDPoint dconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { argument
116 conic.set(a, weight);
158 static SkPoint fline_xy_at_t(const SkPoint a[2], SkScalar weight, double t) { argument
159 return dline_xy_at_t(a, weight, t).asSkPoint();
162 static SkPoint fquad_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { argument
163 return dquad_xy_at_t(a, weight, t).asSkPoint();
166 static SkPoint fconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { argument
167 return dconic_xy_at_t(a, weight, t).asSkPoint();
170 static SkPoint fcubic_xy_at_t(const SkPoint a[4], SkScalar weight, double t) { argument
171 return dcubic_xy_at_t(a, weight,
194 dconic_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) argument
242 fquad_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) argument
246 fconic_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) argument
250 fcubic_dxdy_at_t(const SkPoint a[4], SkScalar weight, double t) argument
276 conic_is_vertical(const SkPoint a[3], SkScalar weight, double startT, double endT) argument
313 conic_intersect_ray(const SkPoint a[3], SkScalar weight, const SkDLine& ray, SkIntersections* i) argument
[all...]
H A DSkIntersectionHelper.h89 SkScalar weight() const { function in class:SkIntersectionHelper
90 return fSegment->weight();
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/stats/
H A Dnode-stats.h92 // weight
94 // Note that l'' can't be zero here because of the min node weight check
95 // since min node weight must be >= 0.
127 // Check if we're violating min weight constraint.
173 // Check if we're violating min weight constraint.
198 Eigen::ArrayXf weight = -temp * g; local
202 std::vector<float>(weight.data(), weight.data() + weight.rows());
203 gain = (-g * weight)
245 Eigen::VectorXf weight; local
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
H A DPolynomialFitter.java53 * @param weight weight of the observed point in the fit
58 public void addObservedPoint(double weight, double x, double y) { argument
59 fitter.addObservedPoint(weight, x, y);
/external/autotest/client/profilers/powertop/src/
H A Dprocess.c77 void suggest_process_death(char *process_match, char *tokill, struct line *slines, int linecount, double minwakeups, char *comment, int weight) argument
87 add_suggestion(comment, weight, 'K' , hotkey_string, do_kill);
/external/clang/www/
H A Dmenu.css27 font-weight: bold;
/external/compiler-rt/www/
H A Dmenu.css27 font-weight: bold;
/external/iproute2/examples/
H A Dcbqinit.eth130 # weight, which is set to be proportional to
31 # "rate". It is not necessary, weight=1 will work as well.
36 $BANDWIDTH rate 4Mbit allot 1514 weight 500Kbit \
48 $BANDWIDTH rate 1Mbit allot 1514 weight 100Kbit \
56 $BANDWIDTH rate 100Kbit allot 1514 weight 10Mbit \
74 rate 1Mbit $BANDWIDTH allot 1514b avpkt 1000 weight 10Kbit \
/external/libcxx/www/
H A Dmenu.css27 font-weight: bold;
/external/libcxxabi/www/
H A Dmenu.css27 font-weight: bold;
/external/pdfium/core/fxge/android/
H A Dcfx_androidfontinfo.cpp29 void* CFX_AndroidFontInfo::MapFont(int weight, argument
38 if (weight >= 700)
/external/pdfium/core/fxge/
H A Dcfx_fontmgr.cpp50 int weight,
54 key += ByteString::FormatInteger(weight);
109 int weight,
114 return m_pBuiltinMapper->FindSubstFont(face_name, bTrueType, flags, weight,
119 int weight,
122 auto it = m_FaceMap.find(KeyNameFromFace(face_name, weight, bItalic));
133 int weight,
151 m_FaceMap[KeyNameFromFace(face_name, weight, bItalic)] = std::move(pFontDesc);
49 KeyNameFromFace(const ByteString& face_name, int weight, bool bItalic) argument
106 FindSubstFont(const ByteString& face_name, bool bTrueType, uint32_t flags, int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont) argument
118 GetCachedFace(const ByteString& face_name, int weight, bool bItalic, uint8_t** pFontData) argument
132 AddCachedFace(const ByteString& face_name, int weight, bool bItalic, uint8_t* pData, uint32_t size, int face_index) argument
/external/pdfium/core/fxge/dib/
H A Dcstretchengine.cpp92 int weight = FXSYS_round( local
97 (SDP_Table[256 + weight] + SDP_Table[weight] +
98 SDP_Table[256 - weight] + SDP_Table[512 - weight])
108 pixel_weights.m_Weights[0] = SDP_Table[256 + weight] << 8;
110 (SDP_Table[weight] + SDP_Table[256 - weight] +
111 SDP_Table[512 - weight])
116 (SDP_Table[256 + weight]
190 double weight = std::max(0.0, area_end - area_start); local
[all...]
/external/skia/src/gpu/effects/
H A DGrMagnifierEffect.fp30 half weight = 0.0;
35 weight = min(dist * dist, 1.0);
38 weight = min(min(delta_squared.x, delta_squared.y), 1.0);
41 sk_OutColor = texture(src, mix(coord, zoom_coord, weight));
/external/skqp/src/gpu/effects/
H A DGrMagnifierEffect.fp30 half weight = 0.0;
35 weight = min(dist * dist, 1.0);
38 weight = min(min(delta_squared.x, delta_squared.y), 1.0);
41 sk_OutColor = texture(src, mix(coord, zoom_coord, weight));
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
H A Dinput_target.h56 TensorInputTarget(const Tensor& target, const Tensor& weight, int num_targets) argument
59 new SingleDimStorageType(weight.unaligned_flat<float>()),
/external/llvm/docs/_static/
H A Dllvm.css18 th { border: 2px solid gray; font-weight: bold; font-size: 105%;
28 font-family: "Georgia,Palatino,Times,Roman,SanSerif"; font-weight: bold;
49 font-weight: bold; font-style: oblique;
53 .doc_author { text-align: left; font-weight: bold; padding-left: 20pt }
58 .doc_hilite { color: blue; font-weight: bold; }
63 .doc_warning { color: red; font-weight: bold }
102 th.layout { border: none; font-weight: bold; font-size: 105%;

Completed in 1212 milliseconds

1234567891011>>