Home
last modified time | relevance | path

Searched refs:eight (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/third_party/boost/libs/mpl/doc/src/refmanual/
Dint_.rst70 typedef int_<8> eight;
72 BOOST_MPL_ASSERT(( is_same< eight::value_type, int > ));
73 BOOST_MPL_ASSERT(( is_same< eight::type, eight > ));
74 BOOST_MPL_ASSERT(( is_same< next< eight >::type, int_<9> > ));
75 BOOST_MPL_ASSERT(( is_same< prior< eight >::type, int_<7> > ));
76 BOOST_MPL_ASSERT_RELATION( (eight::value), ==, 8 );
77 assert( eight() == 8 );
Dsize_t.rst70 typedef size_t<8> eight;
72 BOOST_MPL_ASSERT(( is_same< eight::value_type, std::size_t > ));
73 BOOST_MPL_ASSERT(( is_same< eight::type, eight > ));
74 BOOST_MPL_ASSERT(( is_same< next< eight >::type, size_t<9> > ));
75 BOOST_MPL_ASSERT(( is_same< prior< eight >::type, size_t<7> > ));
76 BOOST_MPL_ASSERT_RELATION( (eight::value), ==, 8 );
77 assert( eight() == 8 );
Dlong_.rst70 typedef long_<8> eight;
72 BOOST_MPL_ASSERT(( is_same< eight::value_type, long > ));
73 BOOST_MPL_ASSERT(( is_same< eight::type, eight > ));
74 BOOST_MPL_ASSERT(( is_same< next< eight >::type, long_<9> > ));
75 BOOST_MPL_ASSERT(( is_same< prior< eight >::type, long_<7> > ));
76 BOOST_MPL_ASSERT_RELATION( (eight::value), ==, 8 );
77 assert( eight() == 8 );
Dintegral_c.rst73 typedef integral_c<short,8> eight;
75 BOOST_MPL_ASSERT(( is_same< eight::value_type, short > ));
76 BOOST_MPL_ASSERT(( is_same< eight::type, eight > ));
77 BOOST_MPL_ASSERT(( is_same< next< eight >::type, integral_c<short,9> > ));
78 BOOST_MPL_ASSERT(( is_same< prior< eight >::type, integral_c<short,7> > ));
79 BOOST_MPL_ASSERT_RELATION( (eight::value), ==, 8 );
80 assert( eight() == 8 );
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/tests/
Dreverse-sub.tests3eight.numr=7+350|nine.numr=8+350|zero.numr=9+350|fraction=10+130|one.dnom=11+350|two.dnom=12+350|t…
/third_party/ffmpeg/libavcodec/ppc/
Dvp3dsp_altivec.c47 vec_s16 eight = vec_splat_s16(8);\
120 #define ADD8(a) vec_add(a, eight)
130 eight = vec_add(eight, v2048); in vp3_idct_put_altivec()
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/result/
Dtry.md27 If there are between two and eight parameters, this control statement is roughly equivalent to:
38 C macro overloads are provided for up to eight arguments. To prevent the
40 eight arguments appearing to the C preprocessor, you should consider wrapping the
/third_party/node/deps/npm/node_modules/asynckit/
DREADME.md92 var source = { first: 1, one: 1, four: 4, sixteen: 16, sixtyFour: 64, thirtyTwo: 32, eight:…
93 …, expectedResult = { first: 2, one: 2, four: 8, sixteen: 32, sixtyFour: 128, thirtyTwo: 64, eight:…
95 , expectedKeys = [ 'first', 'one', 'two', 'four', 'eight', 'sixteen', 'thirtyTwo', 'sixtyFour' ]
184 var source = { first: 1, one: 1, four: 4, sixteen: 16, sixtyFour: 64, thirtyTwo: 32, eight:…
185 …, expectedResult = { first: 2, one: 2, four: 8, sixteen: 32, sixtyFour: 128, thirtyTwo: 64, eight:…
/third_party/glib/glib/tests/
Dkeyfiletest.ini4 key3=fourty-eight
/third_party/jerryscript/tests/jerry-test-suite/12/12.06/12.06.04/
D12.06.04-002.js16 a.eight = 8;
/third_party/openGLES/extensions/IMG/
DIMG_texture_compression_pvrtc2.txt132 * <xoffset> is not a multiple of eight.
134 * <width> is not a multiple of eight, except when the sum of <width>
175 * <xoffset> is not a multiple of eight.
177 * <width> is not a multiple of eight, except when the sum of <width>
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_texture_compression_pvrtc2.txt132 * <xoffset> is not a multiple of eight.
134 * <width> is not a multiple of eight, except when the sum of <width>
175 * <xoffset> is not a multiple of eight.
177 * <width> is not a multiple of eight, except when the sum of <width>
/third_party/boost/libs/serialization/example/
Dportable_binary_archive.hpp20 #error This code assumes an eight-bit byte.
/third_party/pcre2/pcre2/testdata/
Dgrepinput85 X seven…X eight
X nine
X ten
Dgrepoutput86 7:X seven…8:X eight
9:X nine
10:X ten
Dgrepinputx28 eight
Dgrepoutput74 28:eight
171 eight
202 28-eight
224 eight
246 eight
278 28-eight
301 eight
579 28:eight
/third_party/gettext/gettext-tools/tests/
Dmsgunfmt-properties-17 eight=eighth
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dsystem_channels.dart84 /// (the lower eight bits being the blue channel, the next eight bits being
85 /// the green channel, the next eight bits being the red channel, and the
86 /// high eight bits being set, as from [Color.value] for an opaque color).
/third_party/boost/libs/phoenix/test/bll_compatibility/
Dresult_of_tests.cpp287 eight = 8, in main() local
299 …e(), var(one), var(two), var(three), var(four), var(five), var(six), var(seven), var(eight))(), 8); in main()
300 …e), var(two), var(three), var(four), var(five), var(six), var(seven), var(eight), var(nine))(), 9); in main()
/third_party/boost/libs/lambda/test/
Dresult_of_tests.cpp286 eight = 8, in test_main() local
298 …), var(one), var(two), var(three), var(four), var(five), var(six), var(seven), var(eight))() == 8); in test_main()
299 …e), var(two), var(three), var(four), var(five), var(six), var(seven), var(eight), var(nine))() == … in test_main()
/third_party/toybox/tests/
Dcp.test87 touch one/{six,seven,eight}
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_compressed_ETC1_RGB8_texture.txt172 B1'. These five-bit codewords are extended to eight bits by
175 eight-bit red color component becomes 11100111b = 231. Likewise,
185 is 28+(-4)=24 = 11000b, which is then extended to eight bits to
198 that the extension to eight bits is performed _after_ the
206 select one of eight modifier tables, see Table 3.17.2. For
/third_party/openGLES/extensions/OES/
DOES_compressed_ETC1_RGB8_texture.txt182 B1'. These five-bit codewords are extended to eight bits by
185 eight-bit red color component becomes 11100111b = 231. Likewise,
195 is 28+(-4)=24 = 11000b, which is then extended to eight bits to
208 that the extension to eight bits is performed _after_ the
216 select one of eight modifier tables, see Table 3.17.2. For
/third_party/icu/docs/userguide/format_parse/numbers/
Drbnf.md86 // two thousand seven hundred and eighteen point two eight
117 + " seven; eight; nine;\n"

12345678910>>...13