Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/base/
Dfloat16.h108 constexpr unsigned int exponent_bits = 13; in ToFloat32() local
136 constexpr unsigned int exponent_bits = 13; in FromFloat32() local
/third_party/boost/libs/math/example/
Dcstdfloat_example.cpp267 …int exponent_bits = 1 + static_cast<int>(std::log2(std::numeric_limits<boost::floatmax_t>::max_exp… in main() 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/googletest/googletest/include/gtest/internal/
Dgtest-internal.h325 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/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/ffmpeg/libavcodec/
Dac3enc.h230 int exponent_bits; ///< number of bits used for exponents member