Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/deqp-deps/amber/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
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c76 unsigned exponent_bits, in lp_build_float_to_smallfloat()
285 unsigned exponent_bits, in lp_build_smallfloat_to_float()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/
H A Dmul.rs29 let exponent_bits = F::EXPONENT_BITS; in mul() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/
H A Dmul.rs29 let exponent_bits = F::EXPONENT_BITS; in mul() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/
H A Dmul.rs29 let exponent_bits = F::EXPONENT_BITS; in mul() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/
H A Dmul.rs29 let exponent_bits = F::EXPONENT_BITS; in mul() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/
H A Dmul.rs29 let exponent_bits = F::EXPONENT_BITS; in mul() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_testutil_test.cc56 int exponent_bits = 2 + (log2(sizeof(U)) * 3); in dumpFloatingPointStorage() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A DQuantUtils.h25 const unsigned short exponent_bits = value >> 10 & 0x1f; in RawUint16ToFp16() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dreduce_precision_test.cc495 int exponent_bits, int mantissa_bits, in DoIt()
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/distributions/
Dfloat.rs100 let exponent_bits: $u_scalar = localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
H A Dfloat.rs100 let exponent_bits: $u_scalar = localVariable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DQuantizedLinear.cpp337 const unsigned short exponent_bits = value >> 10 & 0x1f; in RawUint16ToFp16() local
/aosp_15_r20/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h418 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h323 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h325 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h325 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h315 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/aosp_15_r20/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/
H A Dgtest-internal.h317 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/aosp_15_r20/external/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h317 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h323 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/include/gtest/internal/
H A Dgtest-internal.h315 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-internal.h325 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h325 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h325 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function

123