/external/deqp-deps/glslang/SPIRV/ |
D | hex_float.h | 669 typedef HexFloat<T, Traits> HF; 670 typedef typename HF::uint_type uint_type; 671 typedef typename HF::int_type int_type; 673 static_assert(HF::num_used_bits != 0, 675 static_assert(HF::num_exponent_bits != 0, 677 static_assert(HF::num_fraction_bits != 0, 681 const char* const sign = (bits & HF::sign_mask) ? "-" : ""; 683 (bits & HF::exponent_mask) >> HF::num_fraction_bits); 685 uint_type fraction = static_cast<uint_type>((bits & HF::fraction_encode_mask) 686 << HF::num_overflow_bits); [all …]
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | hex_float.h | 739 using HF = HexFloat<T, Traits>; 740 using uint_type = typename HF::uint_type; 741 using int_type = typename HF::int_type; 743 static_assert(HF::num_used_bits != 0, 745 static_assert(HF::num_exponent_bits != 0, 747 static_assert(HF::num_fraction_bits != 0, 751 const char* const sign = (bits & HF::sign_mask) ? "-" : ""; 753 (bits & HF::exponent_mask) >> HF::num_fraction_bits); 755 uint_type fraction = static_cast<uint_type>((bits & HF::fraction_encode_mask) 756 << HF::num_overflow_bits); [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | hex_float.h | 739 using HF = HexFloat<T, Traits>; 740 using uint_type = typename HF::uint_type; 741 using int_type = typename HF::int_type; 743 static_assert(HF::num_used_bits != 0, 745 static_assert(HF::num_exponent_bits != 0, 747 static_assert(HF::num_fraction_bits != 0, 751 const char* const sign = (bits & HF::sign_mask) ? "-" : ""; 753 (bits & HF::exponent_mask) >> HF::num_fraction_bits); 755 uint_type fraction = static_cast<uint_type>((bits & HF::fraction_encode_mask) 756 << HF::num_overflow_bits); [all …]
|
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/ |
D | allocator.pass.cpp | 68 typedef test_hash<std::hash<T>> HF; in main() typedef 71 typedef std::unordered_multiset<T, HF, Comp, A> C; in main() 76 assert(c.hash_function() == HF()); in main() 88 typedef test_hash<std::hash<T>> HF; in main() typedef 91 typedef std::unordered_multiset<T, HF, Comp, A> C; in main() 93 HF hf(42); in main() 98 assert(!(c.hash_function() == HF())); in main()
|
D | init.pass.cpp | 97 typedef test_hash<std::hash<T>> HF; in main() typedef 100 typedef std::unordered_multiset<T, HF, Comp, A> C; in main() 118 assert(c.hash_function() == HF()); in main() 130 typedef test_hash<std::hash<T>> HF; in main() typedef 133 typedef std::unordered_multiset<T, HF, Comp, A> C; in main() 136 HF hf(43); in main() 153 assert(!(c.hash_function() == HF())); in main()
|
D | range.pass.cpp | 102 typedef test_hash<std::hash<T>> HF; in main() typedef 105 typedef std::unordered_multiset<T, HF, Comp, A> C; in main() 123 assert(c.hash_function() == HF()); in main() 135 typedef test_hash<std::hash<T>> HF; in main() typedef 138 typedef std::unordered_multiset<T, HF, Comp, A> C; in main() 148 HF hf(43); in main() 158 assert(!(c.hash_function() == HF())); in main()
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/ |
D | allocator.pass.cpp | 68 typedef test_hash<std::hash<T>> HF; in main() typedef 71 typedef std::unordered_set<T, HF, Comp, A> C; in main() 76 assert(c.hash_function() == HF()); in main() 88 typedef test_hash<std::hash<T>> HF; in main() typedef 91 typedef std::unordered_set<T, HF, Comp, A> C; in main() 93 HF hf(42); in main() 98 assert(!(c.hash_function() == HF())); in main()
|
D | init.pass.cpp | 97 typedef test_hash<std::hash<T>> HF; in main() typedef 100 typedef std::unordered_set<T, HF, Comp, A> C; in main() 118 assert(c.hash_function() == HF()); in main() 130 typedef test_hash<std::hash<T>> HF; in main() typedef 133 typedef std::unordered_set<T, HF, Comp, A> C; in main() 136 HF hf(43); in main() 153 assert(!(c.hash_function() == HF())); in main()
|
D | range.pass.cpp | 102 typedef test_hash<std::hash<T>> HF; in main() typedef 105 typedef std::unordered_set<T, HF, Comp, A> C; in main() 123 assert(c.hash_function() == HF()); in main() 135 typedef test_hash<std::hash<T>> HF; in main() typedef 138 typedef std::unordered_set<T, HF, Comp, A> C; in main() 148 HF hf(43); in main() 158 assert(!(c.hash_function() == HF())); in main()
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/ |
D | allocator.pass.cpp | 91 typedef test_hash<std::hash<T>> HF; in main() typedef 93 typedef std::unordered_multimap<T, T, HF, Comp, A> C; in main() 98 assert(c.hash_function() == HF()); in main() 110 typedef test_hash<std::hash<T>> HF; in main() typedef 112 typedef std::unordered_multimap<T, T, HF, Comp, A> C; in main() 115 HF hf(12); in main() 119 assert(!(c.hash_function() == HF())); in main()
|
D | init.pass.cpp | 145 typedef test_hash<std::hash<int>> HF; in main() typedef 147 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C; in main() 192 assert(c.hash_function() == HF()); in main() 200 typedef test_hash<std::hash<int>> HF; in main() typedef 202 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C; in main() 204 HF hf(42); in main() 249 assert(!(c.hash_function() == HF())); in main()
|
D | range.pass.cpp | 151 typedef test_hash<std::hash<int>> HF; in main() typedef 153 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C; in main() 200 assert(c.hash_function() == HF()); in main() 208 typedef test_hash<std::hash<int>> HF; in main() typedef 210 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C; in main() 222 HF hf (43); in main() 259 assert(!(c.hash_function() == HF())); in main()
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/ |
D | allocator.pass.cpp | 91 typedef test_hash<std::hash<T>> HF; in main() typedef 93 typedef std::unordered_map<T, T, HF, Comp, A> C; in main() 98 assert(c.hash_function() == HF()); in main() 110 typedef test_hash<std::hash<T>> HF; in main() typedef 112 typedef std::unordered_map<T, T, HF, Comp, A> C; in main() 115 HF hf(12); in main() 119 assert(!(c.hash_function() == HF())); in main()
|
D | range.pass.cpp | 107 typedef test_hash<std::hash<int>> HF; in main() typedef 109 typedef std::unordered_map<int, std::string, HF, Comp, A> C; in main() 127 assert(c.hash_function() == HF()); in main() 139 typedef test_hash<std::hash<int>> HF; in main() typedef 141 typedef std::unordered_map<int, std::string, HF, Comp, A> C; in main() 152 HF hf(42); in main() 162 assert(!(c.hash_function() == HF())); in main()
|
D | init.pass.cpp | 101 typedef test_hash<std::hash<int>> HF; in main() typedef 103 typedef std::unordered_map<int, std::string, HF, Comp, A> C; in main() 132 typedef test_hash<std::hash<int>> HF; in main() typedef 134 typedef std::unordered_map<int, std::string, HF, Comp, A> C; in main() 136 HF hf(42); in main()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | hex_float_test.cpp | 736 using HF = HexFloat<FloatProxy<float>>; in TEST() typedef 747 HF(0.f).getRoundedNormalizedSignificand<HF>(round, &carry_bit)); in TEST() 751 HF(float_fractions({0, 1})) in TEST() 752 .getRoundedNormalizedSignificand<HF>(round, &carry_bit)); in TEST() 756 HF(float_fractions({0, 2, 4})) in TEST() 757 .getRoundedNormalizedSignificand<HF>(round, &carry_bit)); in TEST() 762 HF(static_cast<float>(-ldexp(float_fractions({0, 1, 2, 5}), -128))) in TEST() 763 .getRoundedNormalizedSignificand<HF>(round, &carry_bit)); in TEST() 767 HF(static_cast<float>(float_fractions({0, 1, 2, 5, 23}))) in TEST() 768 .getRoundedNormalizedSignificand<HF>(round, &carry_bit)); in TEST() [all …]
|
/external/deqp-deps/glslang/gtests/ |
D | HexFloat.cpp | 689 using HF = spvutils::HexFloat<spvutils::FloatProxy<float>>; in TEST() typedef 700 EXPECT_EQ(bits_set({}), HF(0.f).getRoundedNormalizedSignificand<HF>( in TEST() 705 HF(float_fractions({0, 1})) in TEST() 706 .getRoundedNormalizedSignificand<HF>(round, &carry_bit)); in TEST() 710 HF(float_fractions({0, 2, 4})) in TEST() 711 .getRoundedNormalizedSignificand<HF>(round, &carry_bit)); in TEST() 716 HF(static_cast<float>(-ldexp(float_fractions({0, 1, 2, 5}), -128))) in TEST() 717 .getRoundedNormalizedSignificand<HF>(round, &carry_bit)); in TEST() 722 HF(static_cast<float>(float_fractions({0, 1, 2, 5, 23}))) in TEST() 723 .getRoundedNormalizedSignificand<HF>(round, &carry_bit)); in TEST() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | hex_float_test.cpp | 736 using HF = HexFloat<FloatProxy<float>>; in TEST() typedef 747 HF(0.f).getRoundedNormalizedSignificand<HF>(round, &carry_bit)); in TEST() 751 HF(float_fractions({0, 1})) in TEST() 752 .getRoundedNormalizedSignificand<HF>(round, &carry_bit)); in TEST() 756 HF(float_fractions({0, 2, 4})) in TEST() 757 .getRoundedNormalizedSignificand<HF>(round, &carry_bit)); in TEST() 762 HF(static_cast<float>(-ldexp(float_fractions({0, 1, 2, 5}), -128))) in TEST() 763 .getRoundedNormalizedSignificand<HF>(round, &carry_bit)); in TEST() 767 HF(static_cast<float>(float_fractions({0, 1, 2, 5, 23}))) in TEST() 768 .getRoundedNormalizedSignificand<HF>(round, &carry_bit)); in TEST() [all …]
|
/external/honggfuzz/socketfuzzer/ |
D | unittest.sh | 3 rm -rf HONGGFUZZ.REPORT.TXT SIGABR* HF.san*
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Scale.miff | 15 …HF�:*�?1�E9�MH�Wa�Up�\u�ao�de������������������WM?QH:J@4JD7SI8qq�������뜛ۻg��@F�?=�B=�<=�@6�:-�5/�8…
|
/external/deqp-deps/glslang/Test/ |
D | spv.16bitstorage_Error.frag | 88 b2.o = 1.0HF;
|
D | spv.float16.frag | 14 const f16vec2 f16cv = f16vec2(-0.25HF, 0.03HF);
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 91afafbbb94622e44263dc08bbc20a50.00000828.honggfuzz.cov | 5 …��-J�U������zwU��^�A���~��{�_��.ɛ�e��B���������r�>�G�6�j*����[������HF#B����4e��UI>��0��;^6…
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | ReduceNoise.miff | 43 …HF�EE�DE�DD�CB�B?�B>�B=�A<�?8�=2�</�;.:.~:.}:/|:0{90z9/v8/p8.o8.n7-k7-k6,k6-l6.m;2n@4pL>NQ>7@35<0…
|
D | MedianFilter.miff | 43 …HF�EE�DE�DD�CB�B?�B>�B=�A<�?8�=2�</�;.:.~:.}:/|:0{90z9/v8/p8.o8.n7-k7-k6,k6-l6.m;2n@4pL>NQ>7@35<0…
|