Home
last modified time | relevance | path

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

/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
/external/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()
/external/tensorflow/tensorflow/core/framework/
Dtensor_testutil_test.cc56 int exponent_bits = 2 + (log2(sizeof(U)) * 3); in dumpFloatingPointStorage() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_precision_test.cc495 int exponent_bits, int mantissa_bits, in DoIt()
/external/rust/crates/rand/src/distributions/
Dfloat.rs100 let exponent_bits: $u_scalar = localVariable
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h418 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/external/cronet/third_party/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-internal.h325 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/external/cronet/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h325 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h317 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/external/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h317 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h313 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/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
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h325 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py598 def reduce_precision(operand, exponent_bits, mantissa_bits): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto158 int32 exponent_bits = 18; field
Dhlo_creation_utils.cc376 int exponent_bits, int mantissa_bits, in MakeReducePrecisionHlo()
Dhlo_instructions.h1485 int32_t exponent_bits() const { return exponent_bits_; } in exponent_bits() function
Dshape_inference.cc503 const Shape& operand_shape, const int exponent_bits, in InferReducePrecisionShape()
Dhlo_instruction.cc1251 const int exponent_bits, in CreateReducePrecision()
4668 int32_t HloInstruction::exponent_bits() const { in exponent_bits() function in xla::HloInstruction
Dhlo_parser.cc2507 optional<int64_t> exponent_bits; in CreateInstruction() local
Dhlo_instructions.cc2303 const Shape& shape, HloInstruction* operand, const int exponent_bits, in HloReducePrecisionInstruction()
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc371 const Shape& shape, XlaOp operand, const int exponent_bits, in ReducePrecisionInternal()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3348 XlaOp XlaBuilder::ReducePrecision(XlaOp operand, const int exponent_bits, in ReducePrecision()
3362 const int exponent_bits, in ReducePrecisionInternal()
4893 XlaOp ReducePrecision(const XlaOp operand, const int exponent_bits, in ReducePrecision()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc7236 APInt exponent_bits = op.exponent_bitsAttr().getValue(); in matchAndRewrite() local