Home | History | Annotate | Download | only in src

Lines Matching refs:DoubleValue

1542       double double_res = c->DoubleValue();
3360 *block = IsMinusZero(constant->DoubleValue())
4106 double double_res = c_left->DoubleValue() op c_right->DoubleValue(); \
4173 if (std::isfinite(c_code->DoubleValue())) {
4192 double d = constant->DoubleValue();
4295 double result = power_helper(c_left->DoubleValue(),
4296 c_right->DoubleValue());
4310 double d_left = c_left->DoubleValue();
4311 double d_right = c_right->DoubleValue();
4370 if (c_right->DoubleValue() != 0) {
4371 double double_res = c_left->DoubleValue() / c_right->DoubleValue();
4377 int sign = Double(c_left->DoubleValue()).Sign() *
4378 Double(c_right->DoubleValue()).Sign(); // Right could be -0.
4503 DoubleToInt32(operand->DoubleValue()));