Searched refs:pow_P (Results 1 – 1 of 1) sorted by relevance
123 static double pow_P (double, double);161 return (pow_P(x, y)); in pow()166 return (pow_P(-x, y)); in pow()170 return (-pow_P(-x, y)); in pow()183 pow_P(double x, double y) in pow_P() function