Home
last modified time | relevance | path

Searched refs:shrink (Results 1 – 25 of 197) sorted by relevance

12345678

/third_party/boost/libs/histogram/test/
Dalgorithm_reduce_test.cpp56 BOOST_TEST_THROWS((void)reduce(h, shrink(1, 0, 2), crop(1, 0, 2)), in run_tests()
62 BOOST_TEST_THROWS((void)reduce(h, shrink(0, 0, 0)), std::invalid_argument); in run_tests()
66 BOOST_TEST_THROWS((void)reduce(h, shrink(0, 10, 11)), std::invalid_argument); in run_tests()
85 BOOST_TEST_EQ(reduce(h, shrink(-1, 5)).axis(), ID(0, 3)); in run_tests()
86 BOOST_TEST_EQ(reduce(h, shrink(0, 3)).axis(), ID(0, 3)); in run_tests()
87 BOOST_TEST_EQ(reduce(h, shrink(1, 3)).axis(), ID(1, 3)); in run_tests()
88 BOOST_TEST_EQ(reduce(h, shrink(1.001, 3)).axis(), ID(1, 3)); in run_tests()
89 BOOST_TEST_EQ(reduce(h, shrink(1.999, 3)).axis(), ID(1, 3)); in run_tests()
90 BOOST_TEST_EQ(reduce(h, shrink(2, 3)).axis(), ID(2, 3)); in run_tests()
91 BOOST_TEST_EQ(reduce(h, shrink(0, 2.999)).axis(), ID(0, 3)); in run_tests()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/tools/
Dcordic.py7 shrink = 1.0 variable
26 shrink /= math.sqrt( 1 + x*x )
29 print "shrink factor = " + repr( shrink )
30 print "shrink factor 2 = " + repr( int( shrink * (2**32) ) )
31 print "expansion factor = " + repr( 1/shrink )
/third_party/skia/third_party/externals/freetype/src/tools/
Dcordic.py7 shrink = 1.0 variable
26 shrink /= math.sqrt( 1 + x*x )
29 print "shrink factor = " + repr( shrink )
30 print "shrink factor 2 = " + repr( int( shrink * (2**32) ) )
31 print "expansion factor = " + repr( 1/shrink )
/third_party/freetype/src/tools/
Dcordic.py7 shrink = 1.0 variable
26 shrink /= math.sqrt( 1 + x*x )
29 print "shrink factor = " + repr( shrink )
30 print "shrink factor 2 = " + repr( int( shrink * (2**32) ) )
31 print "expansion factor = " + repr( 1/shrink )
/third_party/boost/boost/histogram/algorithm/
Dreduce.hpp57 inline reduce_command shrink(unsigned iaxis, double lower, double upper) { in shrink() function
87 inline reduce_command shrink(double lower, double upper) { in shrink() function
88 return shrink(reduce_command::unset, lower, upper); in shrink()
104 reduce_command r = shrink(iaxis, lower, upper); in crop()
125 enum class slice_mode { shrink, crop }; enumerator
139 slice_mode mode = slice_mode::shrink) { in slice()
164 slice_mode mode = slice_mode::shrink) { in slice()
219 reduce_command r = shrink(iaxis, lower, upper); in shrink_and_rebin()
291 slice_mode mode = slice_mode::shrink) { in slice_and_rebin()
311 slice_mode mode = slice_mode::shrink) { in slice_and_rebin()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ms-feature-ranges.cc36 feature_records.shrink(0); in hb_ms_setup_features()
37 range_records.shrink(0); in hb_ms_setup_features()
145 range_features.shrink (0); in hb_ms_make_feature_ranges()
146 range_counts.shrink (0); in hb_ms_make_feature_ranges()
163 range_features.shrink (0); in hb_ms_make_feature_ranges()
164 range_counts.shrink (0); in hb_ms_make_feature_ranges()
/third_party/json/test/thirdparty/Fuzzer/test/
Dshrink.test1 …1 -exit_on_item=0eb8e4ed029b774d80f2b66408203801cb982a60 -runs=1000000 -shrink=1 2>&1 | FileCheck…
2 …=1 -exit_on_item=0eb8e4ed029b774d80f2b66408203801cb982a60 -runs=1000000 -shrink=0 2>&1 | FileCheck…
3 …d=1 -exit_on_item=aea2e3923af219a8956f626558ef32f30a914ebc -runs=100000 -shrink=1 -use_value_profi…
/third_party/skia/src/core/
DSkAutoMalloc.h51 void* reset(size_t size = 0, OnShrink shrink = kAlloc_OnShrink) {
52 if (size != fSize && (size > fSize || kReuse_OnShrink != shrink)) {
132 SkAutoMalloc::OnShrink shrink = SkAutoMalloc::kAlloc_OnShrink,
135 bool alloc = size != fSize && (SkAutoMalloc::kAlloc_OnShrink == shrink || size > fSize);
/third_party/flutter/skia/src/core/
DSkAutoMalloc.h51 void* reset(size_t size = 0, OnShrink shrink = kAlloc_OnShrink) {
52 if (size != fSize && (size > fSize || kReuse_OnShrink != shrink)) {
133 SkAutoMalloc::OnShrink shrink = SkAutoMalloc::kAlloc_OnShrink,
136 bool alloc = size != fSize && (SkAutoMalloc::kAlloc_OnShrink == shrink || size > fSize);
/third_party/boost/boost/polygon/
Dpolygon_90_set_concept.hpp270 shrink(polygon_set_type& polygon_set, in shrink() function
272 return shrink(polygon_set, shrinking, shrinking, shrinking, shrinking); in shrink()
278 shrink(polygon_set_type& polygon_set, orientation_2d orient, in shrink() function
281 return shrink(polygon_set, shrinking, shrinking, 0, 0); in shrink()
282 return shrink(polygon_set, 0, 0, shrinking, shrinking); in shrink()
288 shrink(polygon_set_type& polygon_set, orientation_2d orient, in shrink() function
292 return shrink(polygon_set, low_shrinking, high_shrinking, 0, 0); in shrink()
293 return shrink(polygon_set, 0, 0, low_shrinking, high_shrinking); in shrink()
299 shrink(polygon_set_type& polygon_set, direction_2d dir, in shrink() function
302 return shrink(polygon_set, 0, shrinking, 0, 0); in shrink()
[all …]
Dpolygon_90_set_data.hpp554 shrink(typename coordinate_traits<coordinate_type>::unsigned_area_type west_shrinking, in shrink() function in boost::polygon::polygon_90_set_data
655shrink(direction_2d dir, typename coordinate_traits<coordinate_type>::unsigned_area_type shrinking… in shrink() function in boost::polygon::polygon_90_set_data
657 return shrink(shrinking, 0, 0, 0); in shrink()
659 return shrink(0, shrinking, 0, 0); in shrink()
661 return shrink(0, 0, shrinking, 0); in shrink()
662 return shrink(0, 0, 0, shrinking); in shrink()
899 shrink(0, -e_total, 0, 0); in resize()
905 shrink(0, 0, 0, -n_total); //shrink first in resize()
913 return shrink(0, -e_total, 0, -n_total); in resize()
/third_party/uboot/u-boot-2020.01/tools/binman/test/
D140_entry_shrink.dts9 bad-shrink-contents;
17 bad-shrink-contents;
/third_party/boost/libs/histogram/examples/
Dguide_histogram_reduction.cpp16 using algorithm::shrink; in main()
30 auto h2 = algorithm::reduce(h, shrink(0.0, 3.0), rebin(2)); in main()
/third_party/python/Lib/test/
Dtokenize_tests.txt74 x = "doesn't \"shrink\" does it"
75 y = 'doesn\'t "shrink" does it'
76 x = "does \"shrink\" doesn't it"
77 y = 'does "shrink" doesn\'t it'
/third_party/skia/src/gpu/
DGrRectanizerSkyline.cpp91 int shrink = fSkyline[i-1].fX + fSkyline[i-1].fWidth - fSkyline[i].fX; in addSkylineLevel() local
93 fSkyline[i].fX += shrink; in addSkylineLevel()
94 fSkyline[i].fWidth -= shrink; in addSkylineLevel()
/third_party/flutter/skia/src/gpu/
DGrRectanizer_skyline.cpp89 int shrink = fSkyline[i-1].fX + fSkyline[i-1].fWidth - fSkyline[i].fX; in addSkylineLevel() local
91 fSkyline[i].fX += shrink; in addSkylineLevel()
92 fSkyline[i].fWidth -= shrink; in addSkylineLevel()
/third_party/ffmpeg/libavcodec/
Dmpegvideoencdsp.c238 c->shrink[0] = av_image_copy_plane; in ff_mpegvideoencdsp_init()
239 c->shrink[1] = shrink22; in ff_mpegvideoencdsp_init()
240 c->shrink[2] = shrink44; in ff_mpegvideoencdsp_init()
241 c->shrink[3] = shrink88; in ff_mpegvideoencdsp_init()
Dmpegvideoencdsp.h40 void (*shrink[4])(uint8_t *dst, int dst_wrap, const uint8_t *src, member
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dsized_box_test.dart34 const SizedBox g = SizedBox.shrink();
105 child: SizedBox.shrink(
185 child: SizedBox.shrink(
/third_party/boost/boost/asio/detail/
Dis_buffer_sequence.hpp43 void shrink();
184 &buffer_sequence_memfns_derived<T>::shrink>*);
/third_party/skia/third_party/externals/angle2/third_party/proguard/
DREADME.chromium10 This directory includes proguard.jar to allow Chromium to shrink, optimize java
/third_party/libcoap/src/
Dpdu.c422 size_t shrink = 0; in coap_insert_option() local
446 pdu->used_size + shift - shrink)) in coap_insert_option()
467 shrink = 1; in coap_insert_option()
476 shrink = 2; in coap_insert_option()
482 shrink = 1; in coap_insert_option()
490 memmove(&option[shift], &option[shrink], in coap_insert_option()
491 pdu->used_size - (option - pdu->token) - shrink); in coap_insert_option()
496 pdu->used_size += shift - shrink; in coap_insert_option()
498 pdu->data += shift - shrink; in coap_insert_option()
/third_party/node/deps/icu-small/
DREADME-FULL-ICU.txt1 ICU sources - auto generated by shrink-icu-src.py
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-map.cc72 features.shrink (j + 1); in compile()
/third_party/flutter/skia/third_party/externals/sdl/android-project/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…

12345678