Home | History | Annotate | Download | only in src

Lines Matching refs:DoubleValue

1382       double double_res = c->DoubleValue();
3789 double double_res = c_left->DoubleValue() op c_right->DoubleValue(); \
3831 if (std::isfinite(c_code->DoubleValue())) {
3850 double d = constant->DoubleValue();
3919 double result = power_helper(c_left->DoubleValue(),
3920 c_right->DoubleValue());
3934 double d_left = c_left->DoubleValue();
3935 double d_right = c_right->DoubleValue();
3994 if (c_right->DoubleValue() != 0) {
3995 double double_res = c_left->DoubleValue() / c_right->DoubleValue();
4001 int sign = Double(c_left->DoubleValue()).Sign() *
4002 Double(c_right->DoubleValue()).Sign(); // Right could be -0.
4127 DoubleToInt32(operand->DoubleValue()));