/third_party/boost/libs/math/test/ |
D | hypot_test.cpp | 31 const float boundaries[] = { variable 68 for(unsigned i = 0; i < sizeof(boundaries)/sizeof(float); ++i) in test_boundaries() 70 test_boundaries(x, boundaries[i]); in test_boundaries() 71 test_boundaries(x, boundaries[i] + std::numeric_limits<float>::epsilon()*boundaries[i]); in test_boundaries() 72 test_boundaries(x, boundaries[i] - std::numeric_limits<float>::epsilon()*boundaries[i]); in test_boundaries() 78 for(unsigned i = 0; i < sizeof(boundaries)/sizeof(float); ++i) in test_boundaries() 80 test_boundaries(boundaries[i]); in test_boundaries() 81 test_boundaries(boundaries[i] + std::numeric_limits<float>::epsilon()*boundaries[i]); in test_boundaries() 82 test_boundaries(boundaries[i] - std::numeric_limits<float>::epsilon()*boundaries[i]); in test_boundaries() 89 for(unsigned i = 0; i < sizeof(boundaries)/sizeof(float); ++i) in test_spots() [all …]
|
D | complex_test.cpp | 838 const float boundaries[] = { variable 880 for(unsigned i = 0; i < sizeof(boundaries)/sizeof(float); ++i) in test_boundaries() 882 test_boundaries(x, boundaries[i]); in test_boundaries() 883 test_boundaries(x, boundaries[i] + std::numeric_limits<float>::epsilon()*boundaries[i]); in test_boundaries() 884 test_boundaries(x, boundaries[i] - std::numeric_limits<float>::epsilon()*boundaries[i]); in test_boundaries() 890 for(unsigned i = 0; i < sizeof(boundaries)/sizeof(float); ++i) in test_boundaries() 892 test_boundaries(boundaries[i]); in test_boundaries() 893 test_boundaries(boundaries[i] + std::numeric_limits<float>::epsilon()*boundaries[i]); in test_boundaries() 894 test_boundaries(boundaries[i] - std::numeric_limits<float>::epsilon()*boundaries[i]);//here in test_boundaries()
|
/third_party/grpc/tools/run_tests/performance/ |
D | massage_qps_stats.py | 325 "%f" % x for x in h.boundaries) 328 h.buckets, 50, h.boundaries) 331 h.buckets, 95, h.boundaries) 334 h.buckets, 99, h.boundaries) 340 "%f" % x for x in h.boundaries) 343 h.buckets, 50, h.boundaries) 346 h.buckets, 95, h.boundaries) 349 h.buckets, 99, h.boundaries) 354 "%f" % x for x in h.boundaries) 357 h.buckets, 50, h.boundaries) [all …]
|
D | massage_qps_stats_helpers.py | 18 def _threshold_for_count_below(buckets, boundaries, count_below): argument 30 return (boundaries[lower_idx] + boundaries[upper_idx]) / 2.0 34 lower_bound = boundaries[lower_idx] 35 upper_bound = boundaries[lower_idx + 1] 40 def percentile(buckets, pctl, boundaries): argument 41 return _threshold_for_count_below(buckets, boundaries, 58 boundaries = [] 61 boundaries.append(int(b.get('start', 0))) 62 return Histogram(buckets=buckets, boundaries=boundaries)
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | brktrans.cpp | 77 LocalPointer<UVector32> boundaries; in handleTransliterate() local 82 boundaries.moveFrom(nonConstThis->cachedBoundaries); in handleTransliterate() 88 if (boundaries.isNull()) { in handleTransliterate() 89 boundaries.adoptInstead(new UVector32(status)); in handleTransliterate() 92 if (bi.isNull() || boundaries.isNull() || U_FAILURE(status)) { in handleTransliterate() 96 boundaries->removeAllElements(); in handleTransliterate() 119 boundaries->addElement(boundary, status); in handleTransliterate() 126 if (boundaries->size() != 0) { // if we found something, adjust in handleTransliterate() 127 delta = boundaries->size() * fInsertion.length(); in handleTransliterate() 128 lastBoundary = boundaries->lastElementi(); in handleTransliterate() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | brktrans.cpp | 79 LocalPointer<UVector32> boundaries; in handleTransliterate() local 84 boundaries = std::move(nonConstThis->cachedBoundaries); in handleTransliterate() 90 if (boundaries.isNull()) { in handleTransliterate() 91 boundaries.adoptInstead(new UVector32(status)); in handleTransliterate() 94 if (bi.isNull() || boundaries.isNull() || U_FAILURE(status)) { in handleTransliterate() 98 boundaries->removeAllElements(); in handleTransliterate() 121 boundaries->addElement(boundary, status); in handleTransliterate() 128 if (boundaries->size() != 0) { // if we found something, adjust in handleTransliterate() 129 delta = boundaries->size() * fInsertion.length(); in handleTransliterate() 130 lastBoundary = boundaries->lastElementi(); in handleTransliterate() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | brktrans.cpp | 79 LocalPointer<UVector32> boundaries; in handleTransliterate() local 84 boundaries = std::move(nonConstThis->cachedBoundaries); in handleTransliterate() 90 if (boundaries.isNull()) { in handleTransliterate() 91 boundaries.adoptInstead(new UVector32(status)); in handleTransliterate() 94 if (bi.isNull() || boundaries.isNull() || U_FAILURE(status)) { in handleTransliterate() 98 boundaries->removeAllElements(); in handleTransliterate() 121 boundaries->addElement(boundary, status); in handleTransliterate() 128 if (boundaries->size() != 0) { // if we found something, adjust in handleTransliterate() 129 delta = boundaries->size() * fInsertion.length(); in handleTransliterate() 130 lastBoundary = boundaries->lastElementi(); in handleTransliterate() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | brktrans.cpp | 79 LocalPointer<UVector32> boundaries; in handleTransliterate() local 84 boundaries = std::move(nonConstThis->cachedBoundaries); in handleTransliterate() 90 if (boundaries.isNull()) { in handleTransliterate() 91 boundaries.adoptInstead(new UVector32(status)); in handleTransliterate() 94 if (bi.isNull() || boundaries.isNull() || U_FAILURE(status)) { in handleTransliterate() 98 boundaries->removeAllElements(); in handleTransliterate() 121 boundaries->addElement(boundary, status); in handleTransliterate() 128 if (boundaries->size() != 0) { // if we found something, adjust in handleTransliterate() 129 delta = boundaries->size() * fInsertion.length(); in handleTransliterate() 130 lastBoundary = boundaries->lastElementi(); in handleTransliterate() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | BreakTransliterator.java | 26 private int[] boundaries = new int[50]; field in BreakTransliterator 108 if (boundaryCount >= boundaries.length) { // realloc if necessary in handleTransliterate() 109 int[] temp = new int[boundaries.length * 2]; in handleTransliterate() 110 System.arraycopy(boundaries, 0, temp, 0, boundaries.length); in handleTransliterate() 111 boundaries = temp; in handleTransliterate() 114 boundaries[boundaryCount++] = boundary; in handleTransliterate() 123 lastBoundary = boundaries[boundaryCount-1]; in handleTransliterate() 128 boundary = boundaries[--boundaryCount]; in handleTransliterate()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | BreakTransliterator.java | 25 private int[] boundaries = new int[50]; field in BreakTransliterator 107 if (boundaryCount >= boundaries.length) { // realloc if necessary in handleTransliterate() 108 int[] temp = new int[boundaries.length * 2]; in handleTransliterate() 109 System.arraycopy(boundaries, 0, temp, 0, boundaries.length); in handleTransliterate() 110 boundaries = temp; in handleTransliterate() 113 boundaries[boundaryCount++] = boundary; in handleTransliterate() 122 lastBoundary = boundaries[boundaryCount-1]; in handleTransliterate() 127 boundary = boundaries[--boundaryCount]; in handleTransliterate()
|
/third_party/python/Tools/peg_generator/pegen/ |
D | sccutils.py | 26 boundaries: List[int] = [] 31 boundaries.append(index[v]) 37 while index[w] < boundaries[-1]: 38 boundaries.pop() 40 if boundaries[-1] == index[v]: 41 boundaries.pop()
|
/third_party/skia/modules/svg/src/ |
D | SkSVGFe.cpp | 75 const SkRect boundaries = this->resolveBoundaries(ctx, fctx); in resolveFilterSubregion() local 78 return SkRect::MakeXYWH(fX.isValid() ? boundaries.fLeft : defaultSubregion.fLeft, in resolveFilterSubregion() 79 fY.isValid() ? boundaries.fTop : defaultSubregion.fTop, in resolveFilterSubregion() 80 fWidth.isValid() ? boundaries.width() : defaultSubregion.width(), in resolveFilterSubregion() 81 fHeight.isValid() ? boundaries.height() : defaultSubregion.height()); in resolveFilterSubregion()
|
/third_party/boost/boost/log/expressions/predicates/ |
D | is_in_range.hpp | 64 …ame const& name, std::pair< BoundaryT, BoundaryT > const& boundaries) : base_type(name, boundaries) 76 …& name, std::pair< BoundaryT, BoundaryT > const& boundaries, U const& arg) : base_type(name, bound…
|
/third_party/boost/boost/geometry/algorithms/detail/within/ |
D | multi_point.hpp | 224 int boundaries = 0; in apply() local 239 ++boundaries; in apply() 252 if (boundaries > 0) in apply() 254 if (is_linear && boundaries % 2 == 0) in apply()
|
/third_party/skia/third_party/externals/icu/flutter/ |
D | brkitr.patch | 7 boundaries{ 20 boundaries{
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | utf8tst.c | 785 static const int8_t boundaries[]={ 0, 1, 5, 6, 7, 10, 12, 16, 17 }; in TestFwdBackUnsafe() local 794 if(offset != boundaries[i]){ in TestFwdBackUnsafe() 795 log_err("ERROR: UTF8_FWD_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset); in TestFwdBackUnsafe() 801 if(offset != boundaries[i]){ in TestFwdBackUnsafe() 802 log_err("ERROR: U8_FWD_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset); in TestFwdBackUnsafe() 820 for(i=0; i<UPRV_LENGTHOF(boundaries); ++i) { in TestFwdBackUnsafe() 823 if(offset != boundaries[i]) { in TestFwdBackUnsafe() 824 log_err("ERROR: UTF8_FWD_N_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset); in TestFwdBackUnsafe() 828 for(i=0; i<UPRV_LENGTHOF(boundaries); ++i) { in TestFwdBackUnsafe() 831 if(offset != boundaries[i]) { in TestFwdBackUnsafe() [all …]
|
/third_party/icu/docs/userguide/boundaryanalysis/ |
D | index.md | 25 Text boundary analysis is the process of locating linguistic boundaries while 57 ICU `BreakIterator`s can be used to locate the following kinds of text boundaries: 74 The character-boundary iterator locates the boundaries according to the rules 76 These boundaries try to match what a user would think of as a "character"—a 91 The word-boundary iterator locates the boundaries of words, for purposes such as 94 Words boundaries are identified according to the rules in 118 A sentence-break iterator locates sentence boundaries according to the rules 125 word boundaries in Chinese, Japanese, Thai, Lao, Khmer and Burmese. 133 To locate boundaries in a document, create a BreakIterator using the 151 analyze a piece of text for boundaries: [all …]
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
D | BreakIteratorMapperTest.java | 107 boundaries(GRAPHEME, "<grapheme deps>", null), in testSpecials_boundaries() 108 boundaries(SENTENCE, "<sentence deps>", "altName")); in testSpecials_boundaries() 141 private static CldrValue boundaries(BoundaryType type, String dependency, String alt) { in boundaries() method in BreakIteratorMapperTest
|
/third_party/icu/docs/userguide/icu_data/ |
D | tracing.md | 83 resc (get) icudt64l-brkitr/zh.res @ /boundaries 84 resc (get) icudt64l-brkitr/root.res @ /boundaries/word 85 resc (string) icudt64l-brkitr/root.res @ /boundaries/word 93 "/boundaries/word" in brkitr/root.res.
|
/third_party/flutter/skia/third_party/externals/icu/flutter/ |
D | brkitr.patch | 27 boundaries{ 40 boundaries{
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | ja_Latn_ru.txt | 13 # TODO: Cyrillization needs to respect morpheme/Kanji boundaries. 43 # TODO(mjansche): Enable diphthongs once we have Kanji boundaries.
|
/third_party/icu/icu4c/source/data/translit/ |
D | ja_Latn_ru.txt | 14 # TODO: Cyrillization needs to respect morpheme/Kanji boundaries. 44 # TODO(mjansche): Enable diphthongs once we have Kanji boundaries.
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | ja_Latn_ru.txt | 14 # TODO: Cyrillization needs to respect morpheme/Kanji boundaries. 44 # TODO(mjansche): Enable diphthongs once we have Kanji boundaries.
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
D | HistogramWriter.cpp | 167 const proto::BinBoundaries &boundaries = histogram.bin_boundaries(); in getAsJSON() local 168 for (int binIndex = 0; binIndex < boundaries.bin_specs_size(); ++binIndex) in getAsJSON() 170 js::Value binSpec(boundaries.bin_specs(binIndex).bin_boundary()); in getAsJSON()
|
/third_party/python/Modules/_decimal/tests/ |
D | randfloat.py | 85 boundaries = [ 91 for n, e, u in boundaries:
|