Home
last modified time | relevance | path

Searched refs:small (Results 26 - 50 of 207) sorted by relevance

123456789

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_probe_benchmark.cc243 template <bool small>
247 return {small ? absl::StrCat(v) : absl::StrFormat(kStringFormat, v)}; in Make()
282 template <bool small>
283 struct Sequential<String<small>> {
284 std::string operator()() const { return String<small>::Make(current++); } in operator ()()
385 template <class Dist, bool small>
386 struct Random<String<small>, Dist> {
388 return String<small>::Make(Random<uint32_t, Dist>{}()); in operator ()()
417 template <bool small>
418 std::string Name(String<small>*) { in Name()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DVersionInfoTest.java144 VersionInfo small = VersionInfo.getInstance(13); in TestCompareLarge()
146 assertTrue(small + " < " + large, small.compareTo(large) < 0); in TestCompareLarge()
148 small = VersionInfo.getInstance(222, 0, 1, 2); in TestCompareLarge()
150 assertTrue(small + " < " + large, small.compareTo(large) < 0); in TestCompareLarge()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_global_func10.c28 const struct Small small = {.x = skb->len }; in global_func10() local
30 return foo((struct Big *)&small) ? 1 : 0; in global_func10()
/third_party/python/Include/internal/
H A Dpycore_accu.h18 * of keeping a huge number of small separate objects, and the quadratic
22 #undef small /* defined by some Windows headers */ macro
26 PyObject *small; /* Pending small strings */ member
/third_party/node/benchmark/buffers/
H A Dbuffer-read-float.js7 value: ['zero', 'big', 'small', 'inf', 'nan'],
18 small: 2 ** -1074,
25 small: 2 ** -149,
/third_party/rust/crates/minimal-lexical/etc/
H A Dbellerophon_table.py29 small: ExtendedFloatArray {{ mant: &BASE{0}_SMALL_MANTISSA, exp: &BASE{0}_SMALL_EXPONENT }},
66 '''Generate the small powers for a given base'''
75 # Print the small powers as integers.
124 small, ints = generate_small(base, step)
127 print_array(base, SMALL_MANTISSA_STR, small, 0)
128 print_array(base, SMALL_EXPONENT_STR, small, 1)
/third_party/skia/tools/fonts/
H A Dcreate_test_font_color.cpp46 unsigned small[] = { 8, 16 }; in main() local
50 TestSVGTypeface::Planets(), SkString("planet"), SkMakeSpan(small), SkMakeSpan(usual)); in main()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dmakepng.c84 * makepng --small ...
86 * If --small is given the images are no larger than required to include every
104 * The --small option is meant to provide good test-case coverage, however the
105 * images are not easy to examine visually. Without the --small option the
208 int small) in image_size_of_type()
217 if (small) in image_size_of_type()
392 unsigned int *colors, int small) in generate_row()
396 image_size_of_type(color_type, bit_depth, colors, small)-1; in generate_row()
399 if (colors[0] == 0) if (small) in generate_row()
772 unsigned int filters, unsigned int *colors, int small, in in write_png()
207 image_size_of_type(int color_type, int bit_depth, unsigned int *colors, int small) image_size_of_type() argument
390 generate_row(png_bytep row, size_t rowbytes, unsigned int y, int color_type, int bit_depth, png_const_bytep gamma_table, double conv, unsigned int *colors, int small) generate_row() argument
770 write_png(const char **name, FILE *fp, int color_type, int bit_depth, volatile png_fixed_point gamma, chunk_insert * volatile insert, unsigned int filters, unsigned int *colors, int small, int tRNS) write_png() argument
1684 int small = 0; /* make full size images */ main() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_testing.h664 const T& small, const T& big, absl::string_view small_name, in ExpectOrdered()
669 ExpectNotEq{errors}, test_name, context, small, big, small_name, in ExpectOrdered()
672 ExpectNotEq{errors}, test_name, context, big, small, big_name, in ExpectOrdered()
676 ExpectNe{errors}, test_name, context, small, big, small_name, big_name); in ExpectOrdered()
678 ExpectNe{errors}, test_name, context, big, small, big_name, small_name); in ExpectOrdered()
681 ExpectLt{errors}, test_name, context, small, big, small_name, big_name); in ExpectOrdered()
683 ExpectNotLt{errors}, test_name, context, big, small, big_name, in ExpectOrdered()
687 ExpectLe{errors}, test_name, context, small, big, small_name, big_name); in ExpectOrdered()
689 ExpectNotLe{errors}, test_name, context, big, small, big_name, in ExpectOrdered()
693 ExpectNotGe{errors}, test_name, context, small, bi in ExpectOrdered()
663 ExpectOrdered(ConformanceErrors* errors, absl::string_view context, const T& small, const T& big, absl::string_view small_name, absl::string_view big_name) ExpectOrdered() argument
747 const T small = small_gen(); operator ()() local
[all...]
/third_party/ffmpeg/tests/fate/
H A Dcdxl.mak13 FATE_CDXL-$(call FRAMECRC, CDXL, CDXL, SCALE_FILTER) += fate-cdxl-pal8-small
14 fate-cdxl-pal8-small: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/fruit.cdxl -an -pix_fmt rgb24 -frames:v 46 -vf scale
H A Ddemux.mak71 fate-mkv-1242: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/1242-small.mkv -c copy -frames:v 11
80 fate-ts-opus-demux: CMD = ffprobe_demux $(TARGET_SAMPLES)/opus/test-8-7.1.opus-small.ts
82 FATE_FFPROBE_DEMUX-$(CONFIG_MPEGTS_DEMUXER) += fate-ts-small-demux
83 fate-ts-small-demux: CMD = ffprobe_demux $(TARGET_SAMPLES)/mpegts/h264small.ts
140 fate-wav-ac3: CMD = framecrc -i $(TARGET_SAMPLES)/ac3/diatonis_invisible_order_anfos_ac3-small.wav -c copy
155 fate-ts-demux: CMD = ffprobe_demux $(TARGET_SAMPLES)/ac3/mp3ac325-4864-small.ts
/third_party/skia/third_party/externals/libpng/contrib/testpngs/
H A Dmakepngs.sh43 --small)
44 opts="--small";;&
46 --all|--small)
92 echo " $0 [--all|--coverage|--small]" >&2
/third_party/zlib/contrib/pascal/
H A Dexample.pas181 * Test deflate with small buffers
204 c_stream.avail_out := 1; { force small buffers }
210 (* Finish the stream, still forcing small buffers: *)
226 * Test inflate with small buffers
250 d_stream.avail_out := 1; (* force small buffers *)
564 WriteLn('** Testing deflate with small buffers');
568 WriteLn('** Testing inflate with small buffers');
/kernel/linux/linux-5.10/net/dccp/ccids/lib/
H A Dtfrc_equation.c62 granularity for the practically more relevant case of small values of p (up to
590 /* return largest index i such that fval <= lookup[i][small] */
591 static inline u32 tfrc_binsearch(u32 fval, u8 small) in tfrc_binsearch() argument
597 if (fval <= tfrc_calc_x_lookup[try][small]) in tfrc_binsearch()
/kernel/linux/linux-6.6/net/dccp/ccids/lib/
H A Dtfrc_equation.c62 granularity for the practically more relevant case of small values of p (up to
590 /* return largest index i such that fval <= lookup[i][small] */
591 static inline u32 tfrc_binsearch(u32 fval, u8 small) in tfrc_binsearch() argument
597 if (fval <= tfrc_calc_x_lookup[try][small]) in tfrc_binsearch()
/third_party/node/test/parallel/
H A Dtest-crypto-dh-errors.js31 message: /modulus too small/,
37 message: /bits too small/,
/third_party/python/Lib/test/
H A Dtest_cgitb.py12 self.assertEqual(cgitb.small(text), "<small>{}</small>".format(text))
18 self.assertEqual(cgitb.small(""), "")
/third_party/skia/src/core/
H A DSkPictureRecord.h26 #define UNPACK_8_24(combined, small, large) \
27 small = (combined >> 24) & 0xFF; \
29 #define PACK_8_24(small, large) ((small << 24) | large)
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-copy_user.S50 subq $18, 32, $1 # .. .. E. .. : Is this going to be a small copy?
55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
131 subq $4, 32, $2 # .. .. .. E : do not unroll for small stuff
194 * For small copies (or the tail of a larger copy), do a very simple byte loop.
196 * to quadword stuff for a small amount of data.
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-copy_user.S50 subq $18, 32, $1 # .. .. E. .. : Is this going to be a small copy?
55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
131 subq $4, 32, $2 # .. .. .. E : do not unroll for small stuff
194 * For small copies (or the tail of a larger copy), do a very simple byte loop.
196 * to quadword stuff for a small amount of data.
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c2146 * Compare the data of big and small. This function does the equivalent
2147 * of first shifting small to the left and then comparing the data of
2148 * big and small, except that no allocation for the left shift is needed.
2151 _mpd_basecmp(mpd_uint_t *big, mpd_uint_t *small, mpd_size_t n, mpd_size_t m, in _mpd_basecmp() argument
2172 _mpd_divmod_pow10(&h, &lprev, small[m--], MPD_RDIGITS-r); in _mpd_basecmp()
2178 _mpd_divmod_pow10(&h, &l, small[m], MPD_RDIGITS-r); in _mpd_basecmp()
2188 CMP_EQUAL_OR_RETURN(big[m+q], small[m]) in _mpd_basecmp()
2681 const mpd_t *big = a, *small = b; in mpd_qand() local
2694 small = a; in mpd_qand()
2702 for (i = 0; i < small in mpd_qand()
2872 const mpd_t *big = a, *small = b; mpd_qor() local
3191 const mpd_t *big = a, *small = b; mpd_qxor() local
3338 const mpd_t *big, *small; _mpd_qaddsub() local
5900 const mpd_t *big = a, *small = b; _mpd_qmul() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh27 rm -f "$large" "$small"
53 small=$(mktemp)
58 dd if=/dev/zero of=$small bs=4096 count=20 >/dev/null 2>&1
251 do_transfer $small $large $((time * 11 / 10))
259 do_transfer $large $small $((time * 11 / 10))
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh30 rm -f "$large" "$small"
56 small=$(mktemp)
62 dd if=/dev/zero of=$small bs=4096 count=20 >/dev/null 2>&1
262 do_transfer $small $large $time
272 do_transfer $large $small $time
/third_party/skia/bench/
H A DMergeBench.cpp55 MergeBench(bool small) : fIsSmall(small), fInitialized(false) { } in MergeBench() argument
/third_party/musl/src/stdio/
H A Dvfprintf.c331 long double small; in fmt_fp() local
334 if (x<i/2) small=0x0.8p0; in fmt_fp()
335 else if (x==i/2 && d+1==z) small=0x1.0p0; in fmt_fp()
336 else small=0x1.8p0; in fmt_fp()
337 if (pl && *prefix=='-') round*=-1, small*=-1; in fmt_fp()
339 /* Decide whether to round by probing round+small */ in fmt_fp()
340 if (round+small != round) { in fmt_fp()

Completed in 18 milliseconds

123456789