/external/tensorflow/tensorflow/compiler/xla/service/ |
D | reduce_precision_insertion.h | 40 const int exponent_bits, const int mantissa_bits, in ReducePrecisionInsertion()
|
D | reduce_precision_insertion.cc | 267 const HloReducePrecisionOptions::Location location, const int exponent_bits, in make_options_proto()
|
D | hlo.proto | 97 int32 exponent_bits = 18; field
|
D | hlo_instructions.h | 939 int32 exponent_bits() const { return exponent_bits_; } in exponent_bits() function
|
D | hlo_instruction.cc | 826 const int exponent_bits, in CreateReducePrecision() 3388 int32 HloInstruction::exponent_bits() const { in exponent_bits() function in xla::HloInstruction
|
D | shape_inference.cc | 461 const Shape& operand_shape, const int exponent_bits, in InferReducePrecisionShape()
|
D | elemental_ir_emitter.cc | 65 llvm::Value* EmitReducePrecisionFloat(llvm::Value* x, int64 exponent_bits, in EmitReducePrecisionFloat()
|
D | hlo_parser.cc | 1432 optional<int64> exponent_bits; in ParseInstructionRhs() local
|
D | hlo_instructions.cc | 1731 const Shape& shape, HloInstruction* operand, const int exponent_bits, in HloReducePrecisionInstruction()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_testutil_test.cc | 54 int exponent_bits = 2 + (log2(sizeof(U)) * 3); in dumpFloatingPointStorage() 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/u-boot/lib/rsa/ |
D | rsa-mod-exp.c | 136 int exponent_bits; in num_public_exponent_bits() local
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reduce_precision_test.cc | 209 int exponent_bits = exponent_sizes[index]; in XLA_TEST_P() local
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-internal.h | 389 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 409 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
|
/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/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 337 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
|
/external/swiftshader/third_party/llvm-7.0/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/libaom/libaom/third_party/googletest/src/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 | 314 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla.proto | 49 uint32 exponent_bits = 2; field
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 2294 XlaOp XlaBuilder::ReducePrecision(const XlaOp& operand, const int exponent_bits, in ReducePrecision() 3418 XlaOp ReducePrecision(const XlaOp& operand, const int exponent_bits, in ReducePrecision()
|