Home | History | Annotate | Download | only in src

Lines Matching refs:DoubleValue

1325     double v = DoubleValue();
2108 double double_res = c_left->DoubleValue() op c_right->DoubleValue(); \
2158 if (c_right->DoubleValue() != 0) {
2159 double double_res = c_left->DoubleValue() / c_right->DoubleValue();