Home
last modified time | relevance | path

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

/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.cc54 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/u-boot/lib/rsa/
Drsa-mod-exp.c136 int exponent_bits; in num_public_exponent_bits() local
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h389 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h418 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h325 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/
Dgtest-internal.h337 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h323 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h322 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/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto103 int32 exponent_bits = 18; field
Dhlo_instructions.h1016 int32 exponent_bits() const { return exponent_bits_; } in exponent_bits() function
Dhlo_instruction.cc904 const int exponent_bits, in CreateReducePrecision()
3733 int32 HloInstruction::exponent_bits() const { in exponent_bits() function in xla::HloInstruction
Dshape_inference.cc480 const Shape& operand_shape, const int exponent_bits, in InferReducePrecisionShape()
Dhlo_parser.cc1505 optional<int64> exponent_bits; in ParseInstructionRhs() local
Dhlo_instructions.cc1854 const Shape& shape, HloInstruction* operand, const int exponent_bits, in HloReducePrecisionInstruction()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2324 XlaOp XlaBuilder::ReducePrecision(XlaOp operand, const int exponent_bits, in ReducePrecision()
3484 XlaOp ReducePrecision(const XlaOp operand, const int exponent_bits, in ReducePrecision()