Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java144 long weight = range.start; in nextWeight() local
179 public static int lengthOfWeight(long weight) { in lengthOfWeight()
191 private static int getWeightTrail(long weight, int length) { in getWeightTrail()
195 private static long setWeightTrail(long weight, int length, int trail) { in setWeightTrail()
200 private static int getWeightByte(long weight, int idx) { in getWeightByte()
204 private static long setWeightByte(long weight, int idx, int b) { in setWeightByte()
227 private static long truncateWeight(long weight, int length) { in truncateWeight()
231 private static long incWeightTrail(long weight, int length) { in incWeightTrail()
235 private static long decWeightTrail(long weight, int length) { in decWeightTrail()
244 private long incWeight(long weight, int length) { in incWeight()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationWeights.java146 long weight = range.start; in nextWeight() local
181 public static int lengthOfWeight(long weight) { in lengthOfWeight()
193 private static int getWeightTrail(long weight, int length) { in getWeightTrail()
197 private static long setWeightTrail(long weight, int length, int trail) { in setWeightTrail()
202 private static int getWeightByte(long weight, int idx) { in getWeightByte()
206 private static long setWeightByte(long weight, int idx, int b) { in setWeightByte()
229 private static long truncateWeight(long weight, int length) { in truncateWeight()
233 private static long incWeightTrail(long weight, int length) { in incWeightTrail()
237 private static long decWeightTrail(long weight, int length) { in decWeightTrail()
246 private long incWeight(long weight, int length) { in incWeight()
[all …]
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail()
49 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { in setWeightTrail()
55 getWeightByte(uint32_t weight, int32_t idx) { in getWeightByte()
60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte()
84 truncateWeight(uint32_t weight, int32_t length) { in truncateWeight()
89 incWeightTrail(uint32_t weight, int32_t length) { in incWeightTrail()
94 decWeightTrail(uint32_t weight, int32_t length) { in decWeightTrail()
154 CollationWeights::incWeight(uint32_t weight, int32_t length) const { in incWeight()
169 CollationWeights::incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const { in incWeightByOffset()
263 uint32_t weight=lowerLimit; in getWeightRanges() local
[all …]
/external/skia/src/gpu/effects/generated/
DGrComposeLerpEffect.h22 float weight) { in Make()
31 float weight; variable
35 std::unique_ptr<GrFragmentProcessor> child2, float weight) in GrComposeLerpEffect()
DGrMixerEffect.h40 float weight) { in Make()
49 float weight; variable
55 float weight) in GrMixerEffect()
/external/dokka/core/testdata/javadoc/
Ddeprecated.java7 private Double weight; field in Banana
25 public void setWeight(Double weight) { in setWeight()
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DWeightedMeasurement.java60 private final double weight; field in WeightedMeasurement
79 public WeightedMeasurement(double weight, double measuredValue) { in WeightedMeasurement()
93 public WeightedMeasurement(double weight, double measuredValue, in WeightedMeasurement()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
DPreFillType.java15 private final int weight; field in PreFillType
29 PreFillType(int width, int height, Bitmap.Config config, int weight) { in PreFillType()
107 private int weight = 1; field in PreFillType.Builder
157 public Builder setWeight(int weight) { in setWeight()
/external/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js132 'weight': '', property
142 'weight': '', property
152 'weight': '', property
162 'weight': '', property
186 'weight': 'bold', property
196 'weight': 'bold', property
206 'weight': 'bold', property
216 'weight': 'bold', property
226 'weight': '', property
236 'weight': '', property
[all …]
/external/skqp/experimental/canvaskit/tests/
Dcanvas2d.spec.js142 'weight': '', property
152 'weight': '', property
162 'weight': '', property
172 'weight': '', property
196 'weight': 'bold', property
206 'weight': 'bold', property
216 'weight': 'bold', property
226 'weight': 'bold', property
236 'weight': '', property
246 'weight': '', property
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Dlsh_projection.cc89 const TfLiteTensor* weight = GetInput(context, node, 2); in Resize() local
115 int RunningSignBit(const TfLiteTensor* input, const TfLiteTensor* weight, in RunningSignBit()
146 const TfLiteTensor* weight, int32_t* out_buf) { in SparseLshProjection()
161 const TfLiteTensor* weight, int32_t* out_buf) { in DenseLshProjection()
180 const TfLiteTensor* weight = in Eval() local
/external/libprotobuf-mutator/src/
Dweighted_reservoir_sampler.h36 void Try(uint64_t weight, const T& item) { in Try()
45 bool Pick(uint64_t weight) { in Pick()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
DWeightedObservedPoint.java34 private final double weight; field in WeightedObservedPoint
47 public WeightedObservedPoint(final double weight, final double x, final double y) { in WeightedObservedPoint()
/external/autotest/client/profilers/powertop/src/
Dsuggestions.c46 int weight; member
80 void add_suggestion(char *text, int weight, char key, char *keystring, suggestion_func *func) in add_suggestion()
106 int weight; in pick_suggestion() local
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocalePriorityList.java101 public static Builder add(ULocale locale, final double weight) { in add()
155 double weight = entry.getValue(); in toString() local
236 double weight = value; in Builder() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocalePriorityList.java102 public static Builder add(ULocale locale, final double weight) { in add()
161 double weight = entry.getValue(); in toString() local
245 double weight = value; in Builder() local
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dframe_pair.cc190 float weight; member
236 const float weight = weights[i]; in GetWeightedMedian() local
253 const float weight = weights[i]; in GetWeightedMedian() local
282 const float weight = weights[i]; in GetWeightedMedianScale() local
292 const float weight = weights[i]; in GetWeightedMedianScale() local
/external/icu/icu4c/source/common/
Dlocaleprioritylist.cpp38 int32_t weight; // 0..1000 = 0.0..1.0 member
79 int32_t weight = (c - '0') * 1000; in parseWeight() local
139 int32_t weight = WEIGHT_ONE; in LocalePriorityList() local
182 bool LocalePriorityList::add(const Locale &locale, int32_t weight, UErrorCode &errorCode) { in add()
/external/skqp/src/pathops/
DSkPathOpsCurve.h114 static SkDPoint dconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in dconic_xy_at_t()
158 static SkPoint fline_xy_at_t(const SkPoint a[2], SkScalar weight, double t) { in fline_xy_at_t()
162 static SkPoint fquad_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fquad_xy_at_t()
166 static SkPoint fconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fconic_xy_at_t()
170 static SkPoint fcubic_xy_at_t(const SkPoint a[4], SkScalar weight, double t) { in fcubic_xy_at_t()
194 static SkDVector dconic_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) { in dconic_dxdy_at_t()
242 static SkVector fquad_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fquad_dxdy_at_t()
246 static SkVector fconic_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fconic_dxdy_at_t()
250 static SkVector fcubic_dxdy_at_t(const SkPoint a[4], SkScalar weight, double t) { in fcubic_dxdy_at_t()
276 static bool conic_is_vertical(const SkPoint a[3], SkScalar weight, double startT, double endT) { in conic_is_vertical()
[all …]
DSkOpContour.cpp45 void SkOpContourBuilder::addConic(SkPoint pts[3], SkScalar weight) { in addConic()
55 void SkOpContourBuilder::addCurve(SkPath::Verb verb, const SkPoint pts[4], SkScalar weight) { in addCurve()
/external/skia/src/pathops/
DSkPathOpsCurve.h114 static SkDPoint dconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in dconic_xy_at_t()
158 static SkPoint fline_xy_at_t(const SkPoint a[2], SkScalar weight, double t) { in fline_xy_at_t()
162 static SkPoint fquad_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fquad_xy_at_t()
166 static SkPoint fconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fconic_xy_at_t()
170 static SkPoint fcubic_xy_at_t(const SkPoint a[4], SkScalar weight, double t) { in fcubic_xy_at_t()
194 static SkDVector dconic_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) { in dconic_dxdy_at_t()
242 static SkVector fquad_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fquad_dxdy_at_t()
246 static SkVector fconic_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fconic_dxdy_at_t()
250 static SkVector fcubic_dxdy_at_t(const SkPoint a[4], SkScalar weight, double t) { in fcubic_dxdy_at_t()
276 static bool conic_is_vertical(const SkPoint a[3], SkScalar weight, double startT, double endT) { in conic_is_vertical()
[all …]
DSkOpContour.cpp45 void SkOpContourBuilder::addConic(SkPoint pts[3], SkScalar weight) { in addConic()
55 void SkOpContourBuilder::addCurve(SkPath::Verb verb, const SkPoint pts[4], SkScalar weight) { in addCurve()
/external/pdfium/core/fxge/
Dcfx_fontmgr.cpp50 int weight, in KeyNameFromFace()
103 int weight, in FindSubstFont()
113 int weight, in GetCachedFontDesc()
121 int weight, in AddCachedFontDesc()
/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker.cc133 void WeightedPicker::set_weight(int index, int32 weight) { in set_weight()
145 void WeightedPicker::SetAllWeights(int32 weight) { in SetAllWeights()
177 void WeightedPicker::Append(int32 weight) { in Append()
/external/cldr/tools/java/org/unicode/cldr/util/
DBNF.java190 int weight = getWeight(); in qualify() local
275 int weight = getWeight(); in getAlternation() local
296 int weight; in getWeight() local
311 int weight = getWeight(); in getWeights() local

12345678910>>...16