/third_party/boost/libs/graph/example/figs/ |
D | telephone-network.dot | 21 Nobel -- McKellar[label="9", weight="9"] 22 Nobel -- "Parry Sound"[label="3", weight="3"] 23 McKellar -- Dunchurch[label="11", weight="11"] 24 Dunchurch -- Magnetawan[label="12", weight="12"] 25 McKellar -- Magnetawan[label="30", weight="30"] 26 Magnetawan -- Kearny[label="20", weight="20"] 27 Magnetawan -- Sprucedale[label="20", weight="20"] 28 Kearny -- Sprucedale[label="13", weight="13"] 29 Sprucedale -- Novar[label="18", weight="18"] 30 Sprucedale -- Huntsville[label="15", weight="15"] [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationWeights.java | 146 long weight = range.start; in nextWeight() local 152 range.start = incWeight(weight, range.length); in nextWeight() 156 return weight; in nextWeight() 181 public static int lengthOfWeight(long weight) { in lengthOfWeight() argument 182 if((weight&0xffffff)==0) { in lengthOfWeight() 184 } else if((weight&0xffff)==0) { in lengthOfWeight() 186 } else if((weight&0xff)==0) { in lengthOfWeight() 193 private static int getWeightTrail(long weight, int length) { in getWeightTrail() argument 194 return (int)(weight>>(8*(4-length)))&0xff; in getWeightTrail() 197 private static long setWeightTrail(long weight, int length, int trail) { in setWeightTrail() argument [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypes3.js | 15 weight: number; 20 weight: Box<number>; 26 let weight = bb.weight.value; 32 let weight = b.weight; 38 let weight = bb.weight; 50 var weight = bb.weight.value; 55 var weight = b.weight; 60 var weight = bb.weight; 75 weight: number; 79 weight: Box<number>;
|
D | mappedTypes3.types | 27 weight: number; 28 >weight : number 35 weight: Box<number>; 36 >weight : Box<number> 57 let weight = bb.weight.value; 58 >weight : number 59 >bb.weight.value : number 60 >bb.weight : Box<number> 62 >weight : Box<number> 82 let weight = b.weight; [all …]
|
D | mappedTypes3.symbols | 45 weight: number; 46 >weight : Symbol(Bacon.weight, Decl(mappedTypes3.ts, 12, 23)) 56 weight: Box<number>; 57 >weight : Symbol(BoxifiedBacon.weight, Decl(mappedTypes3.ts, 17, 28)) 79 let weight = bb.weight.value; 80 >weight : Symbol(weight, Decl(mappedTypes3.ts, 24, 7)) 81 >bb.weight.value : Symbol(Box.value, Decl(mappedTypes3.ts, 0, 14)) 82 >bb.weight : Symbol(weight, Decl(mappedTypes3.ts, 12, 23)) 84 >weight : Symbol(weight, Decl(mappedTypes3.ts, 12, 23)) 105 let weight = b.weight; [all …]
|
/third_party/boost/libs/accumulators/test/ |
D | weighted_covariance.cpp | 48 acc(1., weight = 1.1, covariate1 = 2.); in test_stat() 49 acc(1., weight = 2.2, covariate1 = 4.); in test_stat() 50 acc(2., weight = 3.3, covariate1 = 3.); in test_stat() 51 acc(6., weight = 4.4, covariate1 = 1.); in test_stat() 56 acc2(a, weight = 1.1, covariate1 = 1.); in test_stat() 57 acc2(b, weight = 2.2, covariate1 = 1.); in test_stat() 58 acc2(c, weight = 3.3, covariate1 = 2.); in test_stat() 59 acc2(d, weight = 4.4, covariate1 = 6.); in test_stat() 64 acc3(1., weight = 1.1, covariate1 = a); in test_stat() 65 acc3(1., weight = 2.2, covariate1 = b); in test_stat() [all …]
|
D | weighted_variance.cpp | 25 acc1(1, weight = 2); // 2 in test_stat() 26 acc1(2, weight = 3); // 6 in test_stat() 27 acc1(3, weight = 1); // 3 in test_stat() 28 acc1(4, weight = 4); // 16 in test_stat() 29 acc1(5, weight = 1); // 5 in test_stat() 40 acc2(1, weight = 2); in test_stat() 41 acc2(2, weight = 3); in test_stat() 42 acc2(3, weight = 1); in test_stat() 43 acc2(4, weight = 4); in test_stat() 44 acc2(5, weight = 1); in test_stat() [all …]
|
D | weighted_tail_variate_means.cpp | 55 acc1(100., weight = 0.8, covariate1 = cov1); in test_stat() 56 acc1( 50., weight = 0.9, covariate1 = cov2); in test_stat() 57 acc1(200., weight = 1.0, covariate1 = cov3); in test_stat() 58 acc1( 80., weight = 1.1, covariate1 = cov4); in test_stat() 59 acc1( 20., weight = 1.2, covariate1 = cov5); in test_stat() 61 acc2(100., weight = 0.8, covariate1 = cov1); in test_stat() 62 acc2( 50., weight = 0.9, covariate1 = cov2); in test_stat() 63 acc2(200., weight = 1.0, covariate1 = cov3); in test_stat() 64 acc2( 80., weight = 1.1, covariate1 = cov4); in test_stat() 65 acc2( 20., weight = 1.2, covariate1 = cov5); in test_stat() [all …]
|
D | external_weights.cpp | 24 acc(10, weight = 2); // 20 in test_stat() 25 weight_acc(weight = 2); // in test_stat() 28 acc(6, weight = 3); // 18 in test_stat() 29 weight_acc(weight = 3); // in test_stat() 32 acc(4, weight = 4); // 16 in test_stat() 33 weight_acc(weight = 4); // in test_stat() 36 acc(6, weight = 5); //+ 30 in test_stat() 37 weight_acc(weight = 5); // in test_stat()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationweights.cpp | 44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail() argument 45 return (uint32_t)(weight>>(8*(4-length)))&0xff; in getWeightTrail() 49 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { in setWeightTrail() argument 51 return (uint32_t)((weight&(0xffffff00<<length))|(trail<<length)); in setWeightTrail() 55 getWeightByte(uint32_t weight, int32_t idx) { in getWeightByte() argument 56 return getWeightTrail(weight, idx); /* same calculation */ in getWeightByte() 60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte() argument 80 return (uint32_t)((weight&mask)|(byte<<idx)); in setWeightByte() 84 truncateWeight(uint32_t weight, int32_t length) { in truncateWeight() argument 85 return (uint32_t)(weight&(0xffffffff<<(8*(4-length)))); in truncateWeight() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | collationweights.cpp | 44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail() argument 45 return (uint32_t)(weight>>(8*(4-length)))&0xff; in getWeightTrail() 49 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { in setWeightTrail() argument 51 return (uint32_t)((weight&(0xffffff00<<length))|(trail<<length)); in setWeightTrail() 55 getWeightByte(uint32_t weight, int32_t idx) { in getWeightByte() argument 56 return getWeightTrail(weight, idx); /* same calculation */ in getWeightByte() 60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte() argument 80 return (uint32_t)((weight&mask)|(byte<<idx)); in setWeightByte() 84 truncateWeight(uint32_t weight, int32_t length) { in truncateWeight() argument 85 return (uint32_t)(weight&(0xffffffff<<(8*(4-length)))); in truncateWeight() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationweights.cpp | 44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail() argument 45 return (uint32_t)(weight>>(8*(4-length)))&0xff; in getWeightTrail() 49 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { in setWeightTrail() argument 51 return (uint32_t)((weight&(0xffffff00<<length))|(trail<<length)); in setWeightTrail() 55 getWeightByte(uint32_t weight, int32_t idx) { in getWeightByte() argument 56 return getWeightTrail(weight, idx); /* same calculation */ in getWeightByte() 60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte() argument 80 return (uint32_t)((weight&mask)|(byte<<idx)); in setWeightByte() 84 truncateWeight(uint32_t weight, int32_t length) { in truncateWeight() argument 85 return (uint32_t)(weight&(0xffffffff<<(8*(4-length)))); in truncateWeight() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationweights.cpp | 44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail() argument 45 return (uint32_t)(weight>>(8*(4-length)))&0xff; in getWeightTrail() 49 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { in setWeightTrail() argument 51 return (uint32_t)((weight&(0xffffff00<<length))|(trail<<length)); in setWeightTrail() 55 getWeightByte(uint32_t weight, int32_t idx) { in getWeightByte() argument 56 return getWeightTrail(weight, idx); /* same calculation */ in getWeightByte() 60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte() argument 80 return (uint32_t)((weight&mask)|(byte<<idx)); in setWeightByte() 84 truncateWeight(uint32_t weight, int32_t length) { in truncateWeight() argument 85 return (uint32_t)(weight&(0xffffffff<<(8*(4-length)))); in truncateWeight() [all …]
|
/third_party/skia/src/core/ |
D | SkFontMgr.cpp | 249 if (pattern.weight() == current.weight()) { in matchStyleCSS3() 252 } else if (pattern.weight() < 400) { in matchStyleCSS3() 253 if (current.weight() <= pattern.weight()) { in matchStyleCSS3() 254 currentScore += 1000 - pattern.weight() + current.weight(); in matchStyleCSS3() 256 currentScore += 1000 - current.weight(); in matchStyleCSS3() 259 } else if (pattern.weight() <= 500) { in matchStyleCSS3() 260 if (current.weight() >= pattern.weight() && current.weight() <= 500) { in matchStyleCSS3() 261 currentScore += 1000 + pattern.weight() - current.weight(); in matchStyleCSS3() 262 } else if (current.weight() <= pattern.weight()) { in matchStyleCSS3() 263 currentScore += 500 + current.weight(); in matchStyleCSS3() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | LocalePriorityList.java | 101 public static Builder add(ULocale locale, final double weight) { in add() argument 102 return new Builder().add(locale, weight); in add() 155 double weight = entry.getValue(); in toString() local 160 if (weight != 1.0) { in toString() 161 result.append(";q=").append(weight); in toString() 236 double weight = value; in Builder() local 237 assert 0.0 < weight && weight <= 1.0; in Builder() 238 if (weight != 1.0) { in Builder() 274 Double weight = entry.getValue(); 275 List<ULocale> s = weightToLanguages.get(weight); [all …]
|
/third_party/boost/libs/qvm/doc/ |
D | rouge-github.css | 9 font-weight: bold; 17 font-weight: bold; 51 font-weight: bold; 60 font-weight: bold; 63 font-weight: bold; 66 font-weight: bold; 69 font-weight: bold; 72 font-weight: bold; 76 font-weight: bold; 79 font-weight: bold; [all …]
|
/third_party/glib/gio/ |
D | gsrvtarget.c | 57 guint16 weight; member 89 guint16 weight) in G_DEFINE_BOXED_TYPE() 96 target->weight = weight; in G_DEFINE_BOXED_TYPE() 115 target->priority, target->weight); in g_srv_target_copy() 201 return target->weight; in g_srv_target_get_weight() 216 return ta->weight - tb->weight; in compare_target() 235 gint sum, num, val, priority, weight; in g_srv_target_list_sort() local 278 sum += target->weight; in g_srv_target_list_sort() 292 weight = ((GSrvTarget *)t->data)->weight; in g_srv_target_list_sort() 293 if (weight >= val) in g_srv_target_list_sort() [all …]
|
/third_party/flutter/skia/src/core/ |
D | SkFontMgr.cpp | 275 if (pattern.weight() == current.weight()) { in matchStyleCSS3() 278 } else if (pattern.weight() < 400) { in matchStyleCSS3() 279 if (current.weight() <= pattern.weight()) { in matchStyleCSS3() 280 currentScore += 1000 - pattern.weight() + current.weight(); in matchStyleCSS3() 282 currentScore += 1000 - current.weight(); in matchStyleCSS3() 285 } else if (pattern.weight() <= 500) { in matchStyleCSS3() 286 if (current.weight() >= pattern.weight() && current.weight() <= 500) { in matchStyleCSS3() 287 currentScore += 1000 + pattern.weight() - current.weight(); in matchStyleCSS3() 288 } else if (current.weight() <= pattern.weight()) { in matchStyleCSS3() 289 currentScore += 500 + current.weight(); in matchStyleCSS3() [all …]
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_priority_spec.c | 28 int32_t stream_id, int32_t weight, in nghttp2_priority_spec_init() argument 31 pri_spec->weight = weight; in nghttp2_priority_spec_init() 37 pri_spec->weight = NGHTTP2_DEFAULT_WEIGHT; in nghttp2_priority_spec_default_init() 43 pri_spec->weight == NGHTTP2_DEFAULT_WEIGHT && pri_spec->exclusive == 0; in nghttp2_priority_spec_check_default() 47 if (pri_spec->weight < NGHTTP2_MIN_WEIGHT) { in nghttp2_priority_spec_normalize_weight() 48 pri_spec->weight = NGHTTP2_MIN_WEIGHT; in nghttp2_priority_spec_normalize_weight() 49 } else if (pri_spec->weight > NGHTTP2_MAX_WEIGHT) { in nghttp2_priority_spec_normalize_weight() 50 pri_spec->weight = NGHTTP2_MAX_WEIGHT; in nghttp2_priority_spec_normalize_weight()
|
/third_party/nghttp2/lib/ |
D | nghttp2_priority_spec.c | 28 int32_t stream_id, int32_t weight, in nghttp2_priority_spec_init() argument 31 pri_spec->weight = weight; in nghttp2_priority_spec_init() 37 pri_spec->weight = NGHTTP2_DEFAULT_WEIGHT; in nghttp2_priority_spec_default_init() 43 pri_spec->weight == NGHTTP2_DEFAULT_WEIGHT && pri_spec->exclusive == 0; in nghttp2_priority_spec_check_default() 47 if (pri_spec->weight < NGHTTP2_MIN_WEIGHT) { in nghttp2_priority_spec_normalize_weight() 48 pri_spec->weight = NGHTTP2_MIN_WEIGHT; in nghttp2_priority_spec_normalize_weight() 49 } else if (pri_spec->weight > NGHTTP2_MAX_WEIGHT) { in nghttp2_priority_spec_normalize_weight() 50 pri_spec->weight = NGHTTP2_MAX_WEIGHT; in nghttp2_priority_spec_normalize_weight()
|
/third_party/boost/libs/hof/doc/html/_static/ |
D | pygments.css | 6 .highlight .k { color: #204a87; font-weight: bold } /* Keyword */ 9 .highlight .o { color: #ce5c00; font-weight: bold } /* Operator */ 11 .highlight .p { color: #000000; font-weight: bold } /* Punctuation */ 21 .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ 25 .highlight .gs { color: #000000; font-weight: bold } /* Generic.Strong */ 26 .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ 27 .highlight .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */ 28 .highlight .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */ 29 .highlight .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */ 30 .highlight .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */ [all …]
|
/third_party/glib/gio/xdgmime/ |
D | xdgmimeglob.c | 55 int weight; member 64 int weight; member 115 int weight, in _xdg_glob_list_append() argument 134 new_element->weight = weight; in _xdg_glob_list_append() 173 printf (" - %s %d\n", glob_hash_node->mime_type, glob_hash_node->weight); in _xdg_glob_hash_node_dump() 188 int weight, in _xdg_glob_hash_insert_ucs4() argument 274 child->weight = weight; in _xdg_glob_hash_insert_ucs4() 285 node->weight = weight; in _xdg_glob_hash_insert_ucs4() 291 … node->child = _xdg_glob_hash_insert_ucs4 (node->child, text, mime_type, weight, case_sensitive); in _xdg_glob_hash_insert_ucs4() 301 int weight, in _xdg_glob_hash_insert_text() argument [all …]
|
/third_party/icu/icu4c/source/common/ |
D | localeprioritylist.cpp | 38 int32_t weight; // 0..1000 = 0.0..1.0 member 42 int32_t diff = other.weight - weight; // descending: other-this in compare() 79 int32_t weight = (c - '0') * 1000; in parseWeight() local 80 if (++p == limit || *p != '.') { return weight; } in parseWeight() 85 weight += c * multiplier; in parseWeight() 89 if (c >= 5) { ++weight; } in parseWeight() 93 return weight <= WEIGHT_ONE ? weight : -1; // bad if > 1.0 in parseWeight() 139 int32_t weight = WEIGHT_ONE; in LocalePriorityList() local 143 (++p, (weight = parseWeight(p, limit)) < 0)) { in LocalePriorityList() 153 add(locale, weight, errorCode); in LocalePriorityList() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | localeprioritylist.cpp | 38 int32_t weight; // 0..1000 = 0.0..1.0 member 42 int32_t diff = other.weight - weight; // descending: other-this in compare() 79 int32_t weight = (c - '0') * 1000; in parseWeight() local 80 if (++p == limit || *p != '.') { return weight; } in parseWeight() 85 weight += c * multiplier; in parseWeight() 89 if (c >= 5) { ++weight; } in parseWeight() 93 return weight <= WEIGHT_ONE ? weight : -1; // bad if > 1.0 in parseWeight() 139 int32_t weight = WEIGHT_ONE; in LocalePriorityList() local 143 (++p, (weight = parseWeight(p, limit)) < 0)) { in LocalePriorityList() 153 add(locale, weight, errorCode); in LocalePriorityList() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | localeprioritylist.cpp | 38 int32_t weight; // 0..1000 = 0.0..1.0 member 42 int32_t diff = other.weight - weight; // descending: other-this in compare() 79 int32_t weight = (c - '0') * 1000; in parseWeight() local 80 if (++p == limit || *p != '.') { return weight; } in parseWeight() 85 weight += c * multiplier; in parseWeight() 89 if (c >= 5) { ++weight; } in parseWeight() 93 return weight <= WEIGHT_ONE ? weight : -1; // bad if > 1.0 in parseWeight() 139 int32_t weight = WEIGHT_ONE; in LocalePriorityList() local 143 (++p, (weight = parseWeight(p, limit)) < 0)) { in LocalePriorityList() 153 add(locale, weight, errorCode); in LocalePriorityList() [all …]
|