Home
last modified time | relevance | path

Searched refs:exp_bits_mask (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc123 APInt exp_bits_mask(nbits, 1); in EmitReducePrecisionIR() local
124 exp_bits_mask = ((exp_bits_mask << src_exponent_bits) - 1) in EmitReducePrecisionIR()
151 b->CreateAnd(x_as_int, llvm::ConstantInt::get(int_type, exp_bits_mask)); in EmitReducePrecisionIR()
163 x_signed_zero, llvm::ConstantInt::get(int_type, exp_bits_mask)); in EmitReducePrecisionIR()
Dhlo_evaluator_typed_visitor.h2609 const Uint exp_bits_mask = (Uint{1 << src_exponent_bits} - 1)
2633 const Uint x_exponent = value_as_int & exp_bits_mask;
2641 const Uint x_signed_inf = x_signed_zero | exp_bits_mask;