Home
last modified time | relevance | path

Searched defs:exponent_bits (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dfloat16_helper.cc47 uint32_t exponent_bits = ((hex_float >> 23U) & ((1U << 8U) - 1U)); in FloatExponent() local
67 uint32_t exponent_bits = (static_cast<uint32_t>(value[1]) & 0x7c) >> 2U; in HexFloat16ToFloat() local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_literal_test.cc32 const uint32_t exponent_bits = (biased_exponent & 0xffu) << 23; in MakeFloat() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_float.c76 unsigned exponent_bits, in lp_build_float_to_smallfloat()
285 unsigned exponent_bits, in lp_build_smallfloat_to_float()
/third_party/skia/third_party/externals/tint/src/writer/
Dfloat_to_string_test.cc34 const uint32_t exponent_bits = (biased_exponent & 0xffu) << 23; in MakeFloat() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_const_literal_test.cc32 const uint32_t exponent_bits = (biased_exponent & 0xffu) << 23; in MakeFloat() local
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h313 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h319 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-internal.h315 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/third_party/ffmpeg/libavcodec/
Dac3enc.h233 int exponent_bits; ///< number of bits used for exponents member