Home | History | Annotate | Download | only in src

Lines Matching refs:Pow

219 inline double Pow(double x, double y) {
223 // MinGW64 and AIX have a custom implementation for pow. This handles certain
241 return std::pow(x, y);