Home | History | Annotate | Download | only in src

Lines Matching refs:power_double_int

1411     return power_double_int(x, y_int);  // Returns 1 if exponent is 0.
1428 double power_double_int(double x, int y) {
1483 FUNCTION_ADDR(power_double_int),