Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dopt_algebraic.cpp638 ir_constant *point_five = add_expr->operands[1 - j]->as_constant(); in handle_expression() local
639 if (!point_five || !point_five->is_value(0.5, 0)) in handle_expression()
644 mul(sign_expr, point_five))); in handle_expression()
/external/tensorflow/tensorflow/python/ops/
Dnn_impl.py95 point_five = constant_op.constant(0.5, dtype=targets.dtype)
99 point_five * math_ops.log(two_pi * targets))