/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_float.c | 76 unsigned exponent_bits, in lp_build_float_to_smallfloat() argument 96 ((1 << exponent_bits) - 1) << 23); in lp_build_float_to_smallfloat() 131 ((1 << (exponent_bits - 1)) - 1) << 23); in lp_build_float_to_smallfloat() 137 (((1 << exponent_bits) - 2) << 23) | in lp_build_float_to_smallfloat() 198 unsigned maskbits = (1 << (mantissa_bits + exponent_bits)) - 1; in lp_build_float_to_smallfloat() 212 shift = lp_build_const_int_vec(gallivm, i32_type, 8 - exponent_bits); in lp_build_float_to_smallfloat() 285 unsigned exponent_bits, in lp_build_smallfloat_to_float() argument 309 ((1 << (mantissa_bits + exponent_bits)) - 1) in lp_build_smallfloat_to_float() 315 ((1 << exponent_bits) - 1) << 23); in lp_build_smallfloat_to_float() 335 (255 - (1 << (exponent_bits - 1))) << 23); in lp_build_smallfloat_to_float() [all …]
|
D | lp_bld_format.h | 215 unsigned exponent_bits, 224 unsigned exponent_bits,
|
/external/u-boot/lib/rsa/ |
D | rsa-mod-exp.c | 136 int exponent_bits; in num_public_exponent_bits() local 140 exponent_bits = 0; in num_public_exponent_bits() 143 *num_bits = exponent_bits; in num_public_exponent_bits() 147 for (exponent_bits = 1; exponent_bits < max_bits + 1; ++exponent_bits) in num_public_exponent_bits() 149 *num_bits = exponent_bits; in num_public_exponent_bits()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reduce_precision_test.cc | 460 void DoIt(int exponent_bits, int mantissa_bits, 495 int exponent_bits, int mantissa_bits, in DoIt() argument 499 exponent_bits, mantissa_bits)); in DoIt() 526 ReducePrecision(a, exponent_bits, mantissa_bits); in DoIt()
|
/external/skia/src/utils/ |
D | SkFloatUtils.h | 93 Bits exponent_bits() const { return kExponentBitMask & fU.bits; } 103 return (exponent_bits() == kExponentBitMask) && (fraction_bits() != 0);
|
/external/skqp/src/utils/ |
D | SkFloatUtils.h | 93 Bits exponent_bits() const { return kExponentBitMask & fU.bits; } 103 return (exponent_bits() == kExponentBitMask) && (fraction_bits() != 0);
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_testutil_test.cc | 54 int exponent_bits = 2 + (log2(sizeof(U)) * 3); in dumpFloatingPointStorage() local 58 if (bits == 0 || bits == exponent_bits) std::cout << " "; in dumpFloatingPointStorage()
|
/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 430 return (exponent_bits() == kExponentBitMask) && (fraction_bits() != 0); in is_nan()
|
/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 401 return (exponent_bits() == kExponentBitMask) && (fraction_bits() != 0); in is_nan()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference.h | 264 const int exponent_bits,
|
D | hlo_instructions.cc | 1854 const Shape& shape, HloInstruction* operand, const int exponent_bits, in HloReducePrecisionInstruction() argument 1857 exponent_bits_(exponent_bits), in HloReducePrecisionInstruction() 1882 return exponent_bits() == casted_other.exponent_bits() && in IdenticalSlowPath() 1892 shape, new_operands[0], exponent_bits(), mantissa_bits()); in CloneWithNewOperandsImpl()
|
D | hlo_instruction.h | 591 const Shape& shape, HloInstruction* operand, const int exponent_bits, 1687 int32 exponent_bits() const;
|
D | hlo_instruction.cc | 366 shape, operands(0), proto.exponent_bits(), proto.mantissa_bits()); in CreateFromProto() 904 const int exponent_bits, in CreateReducePrecision() argument 907 shape, operand, exponent_bits, mantissa_bits); in CreateReducePrecision() 3733 int32 HloInstruction::exponent_bits() const { in exponent_bits() function in xla::HloInstruction 3734 return Cast<HloReducePrecisionInstruction>(this)->exponent_bits(); in exponent_bits()
|
D | hlo_instructions.h | 1013 const int exponent_bits, 1016 int32 exponent_bits() const { return exponent_bits_; } in exponent_bits() function
|
D | hlo.proto | 103 int32 exponent_bits = 18; field
|
D | shape_inference.cc | 480 const Shape& operand_shape, const int exponent_bits, in InferReducePrecisionShape() argument 488 if (exponent_bits < 1) { in InferReducePrecisionShape() 493 exponent_bits); in InferReducePrecisionShape()
|
D | hlo_parser.cc | 1505 optional<int64> exponent_bits; in ParseInstructionRhs() local 1508 &exponent_bits}; in ParseInstructionRhs() 1517 shape, operands[0], static_cast<int>(*exponent_bits), in ParseInstructionRhs()
|
D | hlo_verifier.cc | 303 reduce_precision->exponent_bits(), in HandleReducePrecision()
|
/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 349 return (exponent_bits() == kExponentBitMask) && (fraction_bits() != 0); in is_nan()
|
/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 337 return (exponent_bits() == kExponentBitMask) && (fraction_bits() != 0); in is_nan()
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 313 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function 325 return (exponent_bits() == kExponentBitMask) && (fraction_bits() != 0); in is_nan()
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 323 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function 335 return (exponent_bits() == kExponentBitMask) && (fraction_bits() != 0); in is_nan()
|
/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 334 return (exponent_bits() == kExponentBitMask) && (fraction_bits() != 0); in is_nan()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 579 XlaOp ReducePrecision(XlaOp operand, const int exponent_bits, 1002 friend XlaOp ReducePrecision(XlaOp operand, const int exponent_bits, 1878 XlaOp ReducePrecision(XlaOp operand, const int exponent_bits,
|
D | xla_builder.cc | 2324 XlaOp XlaBuilder::ReducePrecision(XlaOp operand, const int exponent_bits, in ReducePrecision() argument 2331 *operand_shape, exponent_bits, mantissa_bits)); in ReducePrecision() 2333 instr.set_exponent_bits(exponent_bits); in ReducePrecision() 3484 XlaOp ReducePrecision(const XlaOp operand, const int exponent_bits, in ReducePrecision() argument 3486 return operand.builder()->ReducePrecision(operand, exponent_bits, in ReducePrecision()
|