Home
last modified time | relevance | path

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

/netbsd/src/lib/libm/noieee_src/
Dn_pow.c123 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