Searched refs:weight (Results 201 - 225 of 619) sorted by relevance

1234567891011>>

/external/tensorflow/tensorflow/python/kernel_tests/
H A Dcandidate_sampler_ops_test.py105 for index, id_, weight in zip(indices, ids, weights):
107 self.assertLess(weight, -1.0e37)
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.c154 uint16_t weight = 0; local
359 /* constant weight after initiation part, 0.01 in Q13 */
360 weight = (uint16_t) 82;
362 /* weight decreases with number of updates, 1/countUpdates in Q13 */
363 weight = (uint16_t) WebRtcSpl_DivW32W16(
409 bweStr->recBwInv = WEBRTC_SPL_UMUL(weight, currBwInv) +
410 WEBRTC_SPL_UMUL((uint32_t) 8192 - weight, bweStr->recBwInv);
413 up to 30 bits used with Q13 weight */
453 weight >>= 3;
454 bweStr->recJitter = weight * (arrTimeNoiseAb
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
H A DChiSquareTestImpl.java243 double weight = 0.0;
257 // Compare and compute weight only if different
260 weight = FastMath.sqrt((double) countSum1 / (double) countSum2);
275 dev = obs1/weight - obs2 * weight;
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
H A DArbitraryMeasurementWorker.java61 .weight(1)
/external/freetype/src/cid/
H A Dcidobjs.c236 FT_FREE( info->weight );
416 if ( info->weight )
418 if ( !ft_strcmp( info->weight, "Bold" ) ||
419 !ft_strcmp( info->weight, "Black" ) )
H A Dcidtoken.h46 T1_FIELD_STRING( "Weight", weight, 0 )
/external/freetype/src/type1/
H A Dt1tokens.h32 T1_FIELD_STRING( "Weight", weight,
/external/icu/icu4c/source/test/perf/perldriver/
H A DOutput.pm227 td.worse { color: #FF0000; font-weight: bold; border-bottom-width: 1 }
229 td.errorLarge { font-size: 75%; color: #FF0000; font-weight: bold; border-right-width: 1;
231 A:link { color: black; font-weight: normal; text-decoration: none} /* unvisited links */
232 A:visited { color: blue; font-weight: normal; text-decoration: none } /* visited links */
233 A:hover { color: red; font-weight: normal; text-decoration: none } /* user hovers */
234 A:active { color: lime; font-weight: normal; text-decoration: none } /* active links */
/external/icu/icu4j/perf-tests/perldriver/
H A DOutput.pm225 td.worse { color: #FF0000; font-weight: bold; border-bottom-width: 1 }
227 td.errorLarge { font-size: 75%; color: #FF0000; font-weight: bold; border-right-width: 1;
229 A:link { color: black; font-weight: normal; text-decoration: none} /* unvisited links */
230 A:visited { color: blue; font-weight: normal; text-decoration: none } /* visited links */
231 A:hover { color: red; font-weight: normal; text-decoration: none } /* user hovers */
232 A:active { color: lime; font-weight: normal; text-decoration: none } /* active links */
/external/python/cpython2/Lib/idlelib/
H A Dhelp.py208 self.rowconfigure(0, weight=1)
209 self.columnconfigure(1, weight=1) # text
231 self.grid_columnconfigure(0, weight=1)
232 self.grid_rowconfigure(0, weight=1)
/external/python/cpython3/Lib/idlelib/
H A Dhelp.py206 self.rowconfigure(0, weight=1)
207 self.columnconfigure(1, weight=1) # text
229 self.grid_columnconfigure(0, weight=1)
230 self.grid_rowconfigure(0, weight=1)
/external/skia/include/private/
H A DSkPathRef.h70 * 'weight' is only used if 'verb' is kConic_Verb
72 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight = 0) {
74 return fPathRef->growForVerb(verb, weight);
300 void interpolate(const SkPathRef& ending, SkScalar weight, SkPathRef* out) const;
434 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight);
/external/skia/src/core/
H A DSkTypefaceCache.cpp92 SkDebugf("SkTypefaceCache: face %p fontID %d weight %d width %d style %d refcnt %d name %s\n",
93 face, id, s.weight(), s.width(), s.slant(), face->getRefCnt(), n.c_str());
/external/skia/src/pathops/
H A DSkOpContour.h30 void addConic(SkPoint pts[3], SkScalar weight) { argument
31 appendSegment().addConic(pts, weight, this);
440 void addConic(SkPoint pts[3], SkScalar weight);
442 void addCurve(SkPath::Verb verb, const SkPoint pts[4], SkScalar weight = 1);
/external/skia/src/utils/win/
H A DSkDWrite.h85 fWeight = (DWRITE_FONT_WEIGHT)pattern.weight();
/external/skqp/include/private/
H A DSkPathRef.h70 * 'weight' is only used if 'verb' is kConic_Verb
72 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight = 0) {
74 return fPathRef->growForVerb(verb, weight);
300 void interpolate(const SkPathRef& ending, SkScalar weight, SkPathRef* out) const;
431 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight);
/external/skqp/src/core/
H A DSkTypefaceCache.cpp92 SkDebugf("SkTypefaceCache: face %p fontID %d weight %d width %d style %d refcnt %d name %s\n",
93 face, id, s.weight(), s.width(), s.slant(), face->getRefCnt(), n.c_str());
/external/skqp/src/pathops/
H A DSkOpContour.h30 void addConic(SkPoint pts[3], SkScalar weight) { argument
31 appendSegment().addConic(pts, weight, this);
440 void addConic(SkPoint pts[3], SkScalar weight);
442 void addCurve(SkPath::Verb verb, const SkPoint pts[4], SkScalar weight = 1);
/external/skqp/src/utils/win/
H A DSkDWrite.h85 fWeight = (DWRITE_FONT_WEIGHT)pattern.weight();
/external/swiftshader/src/Shader/
H A DConstants.hpp80 float4 weight[16]; member in struct:sw::Constants
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
H A Dcustom_export_strategy.py131 for weight in leaf.vector.value:
133 new_value.float_value = weight * tree_weight
135 for index, weight in zip(
138 new_value.float_value = weight * tree_weight
/external/tensorflow/tensorflow/contrib/factorization/kernels/
H A Dwals_solver_ops.cc230 const float weight =
232 CHECK_GE(weight, 0);
234 factors_mat.col(factor_index) * std::sqrt(weight);
242 input_value * (w_0 + weight) * factors_mat.col(factor_index);
/external/autotest/server/cros/ap_configurators/
H A Ddlink_dir655_ap_configurator.py183 weight = 1
185 weight = 1000
186 self.add_item_to_command_list(self._set_radio, (enabled,), 1, weight)
/external/libnl/doc/stylesheets/
H A Ddocbook-xsl.css7 font-weight: bold;
38 font-weight: bold;
86 font-weight: bold;
93 font-weight: normal;
159 font-weight: bold;
256 font-weight: bold;
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DProfileInfoLoaderPass.cpp135 double weight = ECs[ReadCount++]; local
136 if (weight != ProfileInfoLoader::Uncounted) {
141 EdgeInformation[getFunction(e)][e] += (double)weight;

Completed in 2045 milliseconds

1234567891011>>