Searched refs:x_exponent (Results 1 – 2 of 2) sorted by relevance
126 llvm::Value* x_exponent = b->CreateAnd( in EmitReducePrecisionFloat() local129 x_exponent, in EmitReducePrecisionFloat()132 x_exponent, in EmitReducePrecisionFloat()
2593 const uint32_t x_exponent = value_as_int & f32_exp_bits_mask; in HandleReducePrecision()2594 const bool x_overflows = x_exponent > (reduced_max_exponent << 23); in HandleReducePrecision()2596 x_exponent <= (reduced_min_exponent << 23); in HandleReducePrecision()