Home | History | Annotate | Download | only in src

Lines Matching full:power_double_int

926 double power_double_int(double x, int y) {
944 return power_double_int(x, y_int); // Returns 1.0 for exponent 0.
968 FUNCTION_ADDR(power_double_int),