/third_party/mesa3d/src/intel/tools/ |
D | i965_lex.l | 53 add { yylval.integer = BRW_OPCODE_ADD; return ADD; } 54 addc { yylval.integer = BRW_OPCODE_ADDC; return ADDC; } 55 and { yylval.integer = BRW_OPCODE_AND; return AND; } 56 asr { yylval.integer = BRW_OPCODE_ASR; return ASR; } 57 avg { yylval.integer = BRW_OPCODE_AVG; return AVG; } 58 bfe { yylval.integer = BRW_OPCODE_BFE; return BFE; } 59 bfi1 { yylval.integer = BRW_OPCODE_BFI1; return BFI1; } 60 bfi2 { yylval.integer = BRW_OPCODE_BFI2; return BFI2; } 61 bfrev { yylval.integer = BRW_OPCODE_BFREV; return BFREV; } 62 brc { yylval.integer = BRW_OPCODE_BRC; return BRC; } [all …]
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | plurals.txt | 327 " @integer 0~15, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~1." 332 one{"i = 0 or n = 1 @integer 0, 1 @decimal 0.0~1.0, 0.00~0.04"} 334 " @integer 2~17, 100, 1000, 10000, 100000, 1000000, … @decimal 1.1~2." 340 "t = 0 and i % 10 = 1 and i % 100 != 11 or t != 0 @integer 1, 21, 31," 345 " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0" 353 "11 @integer 1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, … @decimal 0.1" 357 " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0" 365 "0 != 4,6,9 @integer 0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 10" 371 " @integer 4, 6, 9, 14, 16, 19, 24, 26, 104, 1004, … @decimal 0.4, 0." 378 "11 or v != 2 and f % 10 = 1 @integer 1, 21, 31, 41, 51, 61, 71, 81, " [all …]
|
/third_party/icu/icu4c/source/data/misc/ |
D | plurals.txt | 327 " @integer 0~15, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~1." 332 one{"i = 0 or n = 1 @integer 0, 1 @decimal 0.0~1.0, 0.00~0.04"} 334 " @integer 2~17, 100, 1000, 10000, 100000, 1000000, … @decimal 1.1~2." 340 "t = 0 and i % 10 = 1 and i % 100 != 11 or t != 0 @integer 1, 21, 31," 345 " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0" 353 "11 @integer 1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, … @decimal 0.1" 357 " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0" 365 "0 != 4,6,9 @integer 0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 10" 371 " @integer 4, 6, 9, 14, 16, 19, 24, 26, 104, 1004, … @decimal 0.4, 0." 378 "11 or v != 2 and f % 10 = 1 @integer 1, 21, 31, 41, 51, 61, 71, 81, " [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | plurals.txt | 314 " @integer 0~15, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~1." 319 one{"i = 0 or n = 1 @integer 0, 1 @decimal 0.0~1.0, 0.00~0.04"} 321 " @integer 2~17, 100, 1000, 10000, 100000, 1000000, … @decimal 1.1~2." 327 "t = 0 and i % 10 = 1 and i % 100 != 11 or t != 0 @integer 1, 21, 31," 332 " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0" 340 "11 @integer 1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, … @decimal 0.1" 344 " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0" 352 "0 != 4,6,9 @integer 0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 10" 358 " @integer 4, 6, 9, 14, 16, 19, 24, 26, 104, 1004, … @decimal 0.4, 0." 365 "11 or v != 2 and f % 10 = 1 @integer 1, 21, 31, 41, 51, 61, 71, 81, " [all …]
|
/third_party/boost/libs/integer/test/ |
D | common_factor_test.cpp | 284 using boost::integer::gcd; in gcd_int_test() 285 using boost::integer::gcd_evaluator; in gcd_int_test() 287 using namespace boost::integer; in gcd_int_test() 291 BOOST_TEST_EQ( boost::integer::gcd(static_cast<T>(1), static_cast<T>(-1)), static_cast<T>( 1) ); in gcd_int_test() 292 BOOST_TEST_EQ( boost::integer::gcd(static_cast<T>(-1), static_cast<T>(1)), static_cast<T>( 1) ); in gcd_int_test() 293 BOOST_TEST_EQ( boost::integer::gcd(static_cast<T>(1), static_cast<T>(1)), static_cast<T>( 1) ); in gcd_int_test() 294 … BOOST_TEST_EQ( boost::integer::gcd(static_cast<T>(-1), static_cast<T>(-1)), static_cast<T>( 1) ); in gcd_int_test() 295 BOOST_TEST_EQ( boost::integer::gcd(static_cast<T>(0), static_cast<T>(0)), static_cast<T>( 0) ); in gcd_int_test() 296 BOOST_TEST_EQ( boost::integer::gcd(static_cast<T>(7), static_cast<T>(0)), static_cast<T>( 7) ); in gcd_int_test() 297 BOOST_TEST_EQ( boost::integer::gcd(static_cast<T>(0), static_cast<T>(9)), static_cast<T>( 9) ); in gcd_int_test() [all …]
|
D | gcd_noexcept_test.cpp | 17 …static_assert(noexcept(boost::integer::gcd(static_cast<unsigned char>(a), static_cast<unsigned cha… in test_noexcept() 20 …static_assert(noexcept(boost::integer::gcd(static_cast<char>(a), static_cast<char>(b))), "Expected… in test_noexcept() 22 …static_assert(noexcept(boost::integer::gcd(static_cast<signed char>(a), static_cast<signed char>(b… in test_noexcept() 23 …static_assert(noexcept(boost::integer::gcd(static_cast<short>(a), static_cast<short>(b))), "Expect… in test_noexcept() 24 …static_assert(noexcept(boost::integer::gcd(static_cast<unsigned short>(a), static_cast<unsigned sh… in test_noexcept() 25 …static_assert(noexcept(boost::integer::gcd(static_cast<int>(a), static_cast<int>(b))), "Expected a… in test_noexcept() 26 …static_assert(noexcept(boost::integer::gcd(static_cast<unsigned int>(a), static_cast<unsigned int>… in test_noexcept() 27 …static_assert(noexcept(boost::integer::gcd(static_cast<long>(a), static_cast<long>(b))), "Expected… in test_noexcept() 28 …static_assert(noexcept(boost::integer::gcd(static_cast<unsigned long>(a), static_cast<unsigned lon… in test_noexcept() 29 …static_assert(noexcept(boost::integer::gcd(static_cast<long long>(a), static_cast<long long>(b))),… in test_noexcept() [all …]
|
/third_party/boost/libs/multiprecision/performance/ |
D | linpack-benchmark.cpp | 82 integer s_wsfe(cilist*), e_wsfe(void), do_fio(integer*, char*, ftnlen), 83 s_wsle(cilist*), do_lio(integer*, integer*, char*, ftnlen), 102 static integer c__0 = 0; 104 static integer c__1 = 1; 105 static integer c__9 = 9; 112 … dgefa_(real_type*, integer*, integer*, integer*, integer*), dgesl_(real_type*, integer*, intege… 113 int dmxpy_(integer*, real_type*, integer*, integer*, real_type*, real_type*); 114 int matgen_(real_type*, integer*, integer*, real_type*, real_type*); 116 real_type ran_(integer*); 117 int dscal_(integer*, real_type*, real_type*, integer*); [all …]
|
/third_party/boost/libs/histogram/test/ |
D | histogram_mixed_test.cpp | 26 auto a = make(T1{}, axis::regular<>{3, 0, 3}, axis::integer<>(0, 2)); in run_tests() 28 axis::integer<>(0, 2)); in run_tests() 30 auto b2 = make(T2{}, axis::integer<>{0, 3}, axis::integer<>(0, 2)); in run_tests() 32 auto b3 = make(T2{}, axis::regular<>(3, 0, 4), axis::integer<>(0, 2)); in run_tests() 38 auto a = make(T1{}, axis::integer<int, use_default, axis::option::none_t>{0, 2}); in run_tests() 39 auto b = make(T2{}, axis::integer<int, use_default, axis::option::none_t>{0, 2}); in run_tests() 60 BOOST_TEST_THROWS(a += make(T2{}, axis::integer<>{0, 3}), std::invalid_argument); in run_tests() 61 BOOST_TEST_THROWS(a -= make(T2{}, axis::integer<>{0, 3}), std::invalid_argument); in run_tests() 62 BOOST_TEST_THROWS(a *= make(T2{}, axis::integer<>{0, 3}), std::invalid_argument); in run_tests() 63 BOOST_TEST_THROWS(a /= make(T2{}, axis::integer<>{0, 3}), std::invalid_argument); in run_tests() [all …]
|
D | deduction_guides_test.cpp | 51 using axis::integer; in main() 52 BOOST_TEST_TRAIT_SAME(decltype(integer(1, 2)), integer<int, null_type>); in main() 53 BOOST_TEST_TRAIT_SAME(decltype(integer(1l, 2l)), integer<int, null_type>); in main() 54 BOOST_TEST_TRAIT_SAME(decltype(integer(1.0, 2.0)), integer<double, null_type>); in main() 55 BOOST_TEST_TRAIT_SAME(decltype(integer(1.0f, 2.0f)), integer<float, null_type>); in main() 56 BOOST_TEST_TRAIT_SAME(decltype(integer(1, 2, "foo")), integer<int, std::string>); in main() 57 BOOST_TEST_TRAIT_SAME(decltype(integer(1, 2, 0)), integer<int, int>); in main() 94 auto h = histogram(axis::regular(3, -1, 1), axis::integer(0, 4)); in main() 97 axis::integer<int, null_type>>>); in main() 99 BOOST_TEST_EQ(h.axis(1), axis::integer(0, 4)); in main() [all …]
|
D | histogram_test.cpp | 38 BOOST_TEST_EQ(h.axis(0_c), axis::integer<>(0, 3)); in pass_histogram() 56 auto h = make(Tag(), axis::regular<>{3, -1, 1}, axis::integer<>{-1, 2}, in run_tests() 62 axis::integer<>{-1, 2}, axis::circular<>{2, 0, 360}, in run_tests() 69 auto h = make(Tag(), axis::integer<>{0, 2}, axis::integer<>{0, 3}); in run_tests() 74 histogram<std::tuple<axis::integer<>, axis::integer<>>, dense_storage<double>>(h); in run_tests() 80 auto h = make(Tag(), axis::integer<>(0, 1), axis::integer<>(0, 2)); in run_tests() 87 histogram<std::tuple<axis::integer<>, axis::integer<>>, dense_storage<double>>(); in run_tests() 94 auto h = make(Tag(), axis::integer<>(0, 1), axis::integer<>(0, 2)); in run_tests() 110 auto a = make(Tag(), axis::integer<double>(1, 2, "foo")); in run_tests() 118 auto b = make(Tag(), axis::integer<double>(1, 2, "foo"), axis::integer<>(1, 3)); in run_tests() [all …]
|
D | axis_integer_test.cpp | 21 BOOST_TEST(std::is_nothrow_move_assignable<axis::integer<>>::value); in main() 22 BOOST_TEST(std::is_nothrow_move_constructible<axis::integer<>>::value); in main() 25 { BOOST_TEST_THROWS(axis::integer<>(1, -1), std::invalid_argument); } in main() 29 axis::integer<double> a{-1, 2, "foo"}; in main() 31 BOOST_TEST_EQ(static_cast<const axis::integer<double>&>(a).metadata(), "foo"); in main() 33 BOOST_TEST_EQ(static_cast<const axis::integer<double>&>(a).metadata(), "bar"); in main() 48 axis::integer<double> b; in main() 52 axis::integer<double> c = std::move(b); in main() 54 axis::integer<double> d; in main() 62 axis::integer<> a; in main() [all …]
|
D | axis_traits_test.cpp | 42 BOOST_TEST_TRAIT_SAME(traits::value_type<integer<int>>, int); in main() 50 BOOST_TEST_TRAIT_FALSE((traits::is_continuous<integer<int>>)); in main() 52 BOOST_TEST_TRAIT_TRUE((traits::is_continuous<integer<double>>)); in main() 68 BOOST_TEST_TRAIT_TRUE((traits::is_reducible<integer<>>)); in main() 74 using A = integer<>; in main() 83 using B = integer<int, null_type, option::growth_t>; in main() 138 BOOST_TEST_TRAIT_TRUE((traits::is_inclusive<integer<int>>)); in main() 140 (traits::is_inclusive<integer<int, boost::use_default, option::growth_t>>)); in main() 142 (traits::is_inclusive<integer<int, boost::use_default, option::circular_t>>)); in main() 144 BOOST_TEST_TRAIT_TRUE((traits::is_inclusive<integer<double>>)); in main() [all …]
|
D | algorithm_project_test.cpp | 25 auto h = make(Tag(), axis::integer<>(0, 2), axis::integer<>(0, 3)); in run_tests() 72 make(Tag(), axis::integer<>(0, 2), axis::integer<>(0, 3), axis::integer<>(0, 4)); in run_tests() 84 BOOST_TEST_EQ(h_0.axis(), axis::integer<>(0, 2)); in run_tests() 91 BOOST_TEST_EQ(h_1.axis(), axis::integer<>(0, 3)); in run_tests() 99 BOOST_TEST_EQ(h_2.axis(), axis::integer<>(0, 4)); in run_tests() 107 BOOST_TEST_EQ(h_01.axis(0_c), axis::integer<>(0, 2)); in run_tests() 108 BOOST_TEST_EQ(h_01.axis(1_c), axis::integer<>(0, 3)); in run_tests() 117 BOOST_TEST_EQ(h_02.axis(0_c), axis::integer<>(0, 2)); in run_tests() 118 BOOST_TEST_EQ(h_02.axis(1_c), axis::integer<>(0, 4)); in run_tests() 127 BOOST_TEST_EQ(h_12.axis(0_c), axis::integer<>(0, 3)); in run_tests() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_gpu_shader_int16.txt | 53 * new built-in functions to pack and unpack 32-bit integer types into a 54 two-component 16-bit integer vector; 57 values to or from their 16-bit integer bit encodings; 60 16-bit integer types; and 63 supporting arguments of 16-bit integer types. 109 | int16_t | a 16-bit signed integer | 110 | uint16_t | a 16-bit unsigned integer | 111 | i16vec2 | a two-component 16-bit signed integer vector | 112 | i16vec3 | a three-component 16-bit signed integer vector | 113 | i16vec4 | a four-component 16-bit signed integer vector | [all …]
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_gpu_shader_int16.txt | 53 * new built-in functions to pack and unpack 32-bit integer types into a 54 two-component 16-bit integer vector; 57 values to or from their 16-bit integer bit encodings; 60 16-bit integer types; and 63 supporting arguments of 16-bit integer types. 109 | int16_t | a 16-bit signed integer | 110 | uint16_t | a 16-bit unsigned integer | 111 | i16vec2 | a two-component 16-bit signed integer vector | 112 | i16vec3 | a three-component 16-bit signed integer vector | 113 | i16vec4 | a four-component 16-bit signed integer vector | [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | deqp_gles31_test_expectations.txt | 72 1442 D3D11 : dEQP-GLES31.functional.state_query.integer.max_compute_atomic_counters_* = FAIL 73 1442 D3D11 : dEQP-GLES31.functional.state_query.integer.max_atomic_counter_buffer_size_* = FAIL 74 1442 D3D11 : dEQP-GLES31.functional.state_query.integer.max_combined_atomic_counters* = FAIL 75 1442 D3D11 : dEQP-GLES31.functional.state_query.integer.max_uniform_buffer_bindings_* = FAIL 76 1442 D3D11 : dEQP-GLES31.functional.state_query.integer.max_combined_texture_image_units_* = FAIL 331 1941 D3D11 : dEQP-GLES31.functional.shaders.builtin_functions.integer.uaddcarry.uint_lowp_geometry … 332 1941 D3D11 : dEQP-GLES31.functional.shaders.builtin_functions.integer.uaddcarry.uint_mediump_geomet… 333 1941 D3D11 : dEQP-GLES31.functional.shaders.builtin_functions.integer.uaddcarry.uint_highp_geometry… 334 1941 D3D11 : dEQP-GLES31.functional.shaders.builtin_functions.integer.uaddcarry.uvec2_lowp_geometry… 335 1941 D3D11 : dEQP-GLES31.functional.shaders.builtin_functions.integer.uaddcarry.uvec2_mediump_geome… [all …]
|
/third_party/boost/boost/mpi/ |
D | datatype.hpp | 215 BOOST_MPI_DATATYPE(short, MPI_SHORT, integer); 218 BOOST_MPI_DATATYPE(int, MPI_INT, integer); 221 BOOST_MPI_DATATYPE(long, MPI_LONG, integer); 236 BOOST_MPI_DATATYPE(unsigned short, MPI_UNSIGNED_SHORT, integer); 239 BOOST_MPI_DATATYPE(unsigned, MPI_UNSIGNED, integer); 242 BOOST_MPI_DATATYPE(unsigned long, MPI_UNSIGNED_LONG, integer); 347 …ST_MPI_DATATYPE(boost::archive::library_version_type, get_mpi_datatype(uint_least16_t()), integer); 348 BOOST_MPI_DATATYPE(boost::archive::version_type, get_mpi_datatype(uint_least8_t()), integer); 349 BOOST_MPI_DATATYPE(boost::archive::class_id_type, get_mpi_datatype(int_least16_t()), integer); 350 …_MPI_DATATYPE(boost::archive::class_id_reference_type, get_mpi_datatype(int_least16_t()), integer); [all …]
|
/third_party/ffmpeg/doc/ |
D | codecs.texi | 22 @item b @var{integer} (@emph{encoding,audio,video}) 25 @item ab @var{integer} (@emph{encoding,audio}) 28 @item bt @var{integer} (@emph{encoding,video}) 89 @item g @var{integer} (@emph{encoding,video}) 92 @item ar @var{integer} (@emph{decoding/encoding,audio}) 95 @item ac @var{integer} (@emph{decoding/encoding,audio}) 98 @item cutoff @var{integer} (@emph{encoding,audio}) 102 @item frame_size @var{integer} (@emph{encoding,audio}) 111 @item frame_number @var{integer} 114 @item delay @var{integer} [all …]
|
/third_party/boost/libs/config/doc/ |
D | cstdint.qbk | 18 for writing portable code that requires certain integer widths. All typedef's are in namespace boos… 32 The header <boost/cstdint.hpp> makes the standard integer types safely available in namespace [^boo… 54 [section Exact-width integer types] 56 The typedef [^int#_t], with # replaced by the width, designates a signed integer type of exactly # … 57 for example [^int8_t] denotes an 8-bit signed integer type. Similarly, the typedef [^uint#_t] desig… 58 integer type of exactly # bits. 60 These types are optional. However, if a platform supports integer types with widths of 68 [section Minimum-width integer types] 70 The typedef [^int_least#_t], with # replaced by the width, designates a signed integer type with a … 71 of at least # bits, such that no signed integer type with lesser size has at least the specified wi… [all …]
|
/third_party/glslang/Test/ |
D | hlsl.intrinsics.negative.frag | 5 asdouble(inF0, inF1); // expected error: only integer inputs 7 countbits(inF0); // expected error: only integer inputs 12 f16tof32(inF0); // expected error: only integer inputs 13 firstbithigh(inF0); // expected error: only integer inputs 14 firstbitlow(inF0); // expected error: only integer inputs 24 msad4(inF0, float2(0), float4(0)); // expected error: only integer inputs 29 reversebits(inF0); // expected error: only integer inputs 39 GetRenderTargetSamplePosition(inF0); // expected error: only integer inputs 46 asdouble(inF0, inF1); // expected error: only integer inputs 48 countbits(inF0); // expected error: only integer inputs [all …]
|
/third_party/boost/libs/integer/doc/gcd/ |
D | math-gcd.qbk | 18 namespace integer 56 [*Header: ] [@../../../../boost/integer/common_factor_rt.hpp <boost/integer/common_factor_rt.hpp>] 59 class boost::integer::gcd_evaluator 73 The boost::integer::gcd_evaluator class template defines a function object 92 [*Header: ] [@../../../../boost/integer/common_factor_rt.hpp <boost/integer/common_factor_rt.hpp>] 95 class boost::integer::lcm_evaluator 109 The boost::integer::lcm_evaluator class template defines a function object 115 of the integer type, the results are undefined. 129 [*Header: ] [@../../../../boost/integer/common_factor_rt.hpp <boost/integer/common_factor_rt.hpp>] 132 constexpr IntegerType boost::integer::gcd( IntegerType const &a, IntegerType const &b ); [all …]
|
/third_party/boost/boost/histogram/axis/ |
D | integer.hpp | 42 class integer : public iterator_mixin<integer<Value, MetaData, Options>>, class 72 constexpr integer() = default; 80 integer(value_type start, value_type stop, metadata_type meta = {}) in integer() function in boost::histogram::axis::integer 89 integer(const integer& src, index_type begin, index_type end, unsigned merge) in integer() function in boost::histogram::axis::integer 90 : integer(src.value(begin), src.value(end), src.metadata()) { in integer() 144 [this](auto idx) { return interval_view<integer>(*this, idx); }, in bin() 162 bool operator==(const integer<V, M, O>& o) const noexcept { in operator ==() 168 bool operator!=(const integer<V, M, O>& o) const noexcept { in operator !=() 202 friend class integer; 208 integer(T, T)->integer<detail::convert_integer<T, index_type>, null_type>; [all …]
|
/third_party/boost/boost/math/ |
D | common_factor_rt.hpp | 17 using boost::integer::gcd; 18 using boost::integer::lcm; 19 using boost::integer::gcd_range; 20 using boost::integer::lcm_range; 21 using boost::integer::gcd_evaluator; 22 using boost::integer::lcm_evaluator;
|
/third_party/json/doc/mkdocs/docs/features/binary_formats/ |
D | cbor.md | 20 number_integer | -9223372036854775808..-2147483649 | Negative integer (8 bytes follow) |… 21 number_integer | -2147483648..-32769 | Negative integer (4 bytes follow) |… 22 number_integer | -32768..-129 | Negative integer (2 bytes follow) |… 23 number_integer | -128..-25 | Negative integer (1 byte follow) |… 24 number_integer | -24..-1 | Negative integer |… 26 number_integer | 24..255 | Unsigned integer (1 byte follow) |… 27 number_integer | 256..65535 | Unsigned integer (2 bytes follow) |… 28 number_integer | 65536..4294967295 | Unsigned integer (4 bytes follow) |… 29 number_integer | 4294967296..18446744073709551615 | Unsigned integer (8 bytes follow) |… 31 number_unsigned | 24..255 | Unsigned integer (1 byte follow) |… [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | numberpermutationtest.txt | 172 compact-short percent precision-integer 228 compact-short currency/EUR precision-integer 284 compact-short measure-unit/length-furlong precision-integer 340 scientific/+ee/sign-always percent precision-integer 396 scientific/+ee/sign-always currency/EUR precision-integer 452 scientific/+ee/sign-always measure-unit/length-furlong precision-integer 592 compact-short percent integer-width/##00 606 compact-short currency/EUR integer-width/##00 620 compact-short measure-unit/length-furlong integer-width/##00 634 scientific/+ee/sign-always percent integer-width/##00 [all …]
|