Searched refs:pow_P (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/lib/libm/noieee_src/
H A Dn_pow.c42 * KERNEL pow_P() REPLACED BY P. McILROY 7/22/92.
123 static double pow_P (double, double);
161 return (pow_P(x, y));
166 return (pow_P(-x, y));
170 return (-pow_P(-x, y));
183 pow_P(double x, double y) function

Completed in 205 milliseconds