/external/deqp-deps/amber/src/ |
D | float16_helper.cc | 46 uint32_t exponent_bits = ((hex_float >> 23U) & ((1U << 8U) - 1U)); in FloatExponent() local 66 uint32_t exponent_bits = (static_cast<uint32_t>(value[1]) & 0x7c) >> 2U; in HexFloat16ToFloat() local
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_float.c | 76 unsigned exponent_bits, in lp_build_float_to_smallfloat() 285 unsigned exponent_bits, in lp_build_smallfloat_to_float()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_testutil_test.cc | 56 int exponent_bits = 2 + (log2(sizeof(U)) * 3); in dumpFloatingPointStorage() local
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reduce_precision_test.cc | 495 int exponent_bits, int mantissa_bits, in DoIt()
|
/external/rust/crates/rand/src/distributions/ |
D | float.rs | 100 let exponent_bits: $u_scalar = localVariable
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 418 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-internal.h | 325 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/ |
D | gtest-internal.h | 313 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 337 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 325 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 313 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-internal.h | 322 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo.proto | 103 int32 exponent_bits = 18; field
|
D | hlo_instructions.h | 1131 int32 exponent_bits() const { return exponent_bits_; } in exponent_bits() function
|
D | hlo_instruction.cc | 1037 const int exponent_bits, in CreateReducePrecision() 4095 int32 HloInstruction::exponent_bits() const { in exponent_bits() function in xla::HloInstruction
|
D | shape_inference.cc | 506 const Shape& operand_shape, const int exponent_bits, in InferReducePrecisionShape()
|
D | hlo_parser.cc | 2158 optional<int64> exponent_bits; in ParseInstructionRhs() local
|
D | hlo_instructions.cc | 2006 const Shape& shape, HloInstruction* operand, const int exponent_bits, in HloReducePrecisionInstruction()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
D | mlir_hlo_builder.cc | 277 const Shape& shape, XlaOp operand, const int exponent_bits, in ReducePrecisionInternal()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 3118 XlaOp XlaBuilder::ReducePrecision(XlaOp operand, const int exponent_bits, in ReducePrecision() 3132 const int exponent_bits, in ReducePrecisionInternal() 4869 XlaOp ReducePrecision(const XlaOp operand, const int exponent_bits, in ReducePrecision()
|