/third_party/mesa3d/src/intel/compiler/ |
H A D | test_eu_validate.cpp | 1339 INST_C(HF, B, 1, 0, false), in TEST_P() 1340 INST_C(HF, W, 1, 0, false), in TEST_P() 1341 INST_C(HF, HF, 1, 0, true), in TEST_P() 1342 INST_C(HF, HF, 1, 2, true), in TEST_P() 1343 INST_C(HF, D, 1, 0, false), in TEST_P() 1344 INST_S(HF, F, 1, 0, false, true), in TEST_P() 1345 INST_C(HF, Q, 1, 0, false), in TEST_P() 1346 INST_C(HF, in TEST_P() [all...] |
/third_party/glslang/SPIRV/ |
H A D | hex_float.h | 656 typedef HexFloat<T, Traits> HF; in operator <<() typedef 657 typedef typename HF::uint_type uint_type; in operator <<() 658 typedef typename HF::int_type int_type; in operator <<() 660 static_assert(HF::num_used_bits != 0, in operator <<() 662 static_assert(HF::num_exponent_bits != 0, in operator <<() 664 static_assert(HF::num_fraction_bits != 0, in operator <<() 668 const char* const sign = (bits & HF::sign_mask) ? "-" : ""; in operator <<() 670 (bits & HF::exponent_mask) >> HF::num_fraction_bits); in operator <<() 672 uint_type fraction = static_cast<uint_type>((bits & HF in operator <<() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | hex_float.h | 739 using HF = HexFloat<T, Traits>; in operator <<() 740 using uint_type = typename HF::uint_type; in operator <<() 741 using int_type = typename HF::int_type; in operator <<() 743 static_assert(HF::num_used_bits != 0, in operator <<() 745 static_assert(HF::num_exponent_bits != 0, in operator <<() 747 static_assert(HF::num_fraction_bits != 0, in operator <<() 751 const char* const sign = (bits & HF::sign_mask) ? "-" : ""; in operator <<() 753 (bits & HF::exponent_mask) >> HF::num_fraction_bits); in operator <<() 755 uint_type fraction = static_cast<uint_type>((bits & HF in operator <<() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | hex_float.h | 739 using HF = HexFloat<T, Traits>; in operator <<() 740 using uint_type = typename HF::uint_type; in operator <<() 741 using int_type = typename HF::int_type; in operator <<() 743 static_assert(HF::num_used_bits != 0, in operator <<() 745 static_assert(HF::num_exponent_bits != 0, in operator <<() 747 static_assert(HF::num_fraction_bits != 0, in operator <<() 751 const char* const sign = (bits & HF::sign_mask) ? "-" : ""; in operator <<() 753 (bits & HF::exponent_mask) >> HF::num_fraction_bits); in operator <<() 755 uint_type fraction = static_cast<uint_type>((bits & HF in operator <<() [all...] |
/third_party/spirv-tools/source/util/ |
H A D | hex_float.h | 740 using HF = HexFloat<T, Traits>; in operator <<() 741 using uint_type = typename HF::uint_type; in operator <<() 742 using int_type = typename HF::int_type; in operator <<() 744 static_assert(HF::num_used_bits != 0, in operator <<() 746 static_assert(HF::num_exponent_bits != 0, in operator <<() 748 static_assert(HF::num_fraction_bits != 0, in operator <<() 752 const char* const sign = (bits & HF::sign_mask) ? "-" : ""; in operator <<() 754 (bits & HF::exponent_mask) >> HF::num_fraction_bits); in operator <<() 756 uint_type fraction = static_cast<uint_type>((bits & HF in operator <<() [all...] |
/third_party/glslang/gtests/ |
H A D | HexFloat.cpp | 689 using HF = spvutils::HexFloat<spvutils::FloatProxy<float>>; in TEST() 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_cas in TEST() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | hex_float_test.cpp | 736 using HF = HexFloat<FloatProxy<float>>; in TEST() 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_cas in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | hex_float_test.cpp | 736 using HF = HexFloat<FloatProxy<float>>; in TEST() 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_cas in TEST() [all...] |
/third_party/spirv-tools/test/ |
H A D | hex_float_test.cpp | 736 using HF = HexFloat<FloatProxy<float>>; in TEST() 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_cas in TEST() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | aptx.c | 333 [HF] = { quantize_intervals_HF, 359 [HF] = { hd_quantize_intervals_HF,
|
H A D | aptx.h | 42 HF, // High Frequency (16.5-22kHz) enumerator
|