Searched refs:point_five (Results 1 – 3 of 3) sorted by relevance
652 ir_constant *point_five = add_expr->operands[1 - j]->as_constant(); in handle_expression() local653 if (!point_five || !point_five->is_value(0.5, 0)) in handle_expression()658 mul(sign_expr, point_five))); in handle_expression()
101 point_five = constant_op.constant(0.5, dtype=targets.dtype)105 point_five * math_ops.log(two_pi * targets))
5160 point_five = _constant_to_tensor(0.5, x.dtype.base_dtype)5162 x = math_ops.add(x, point_five)