Searched defs:pow (Results 1 - 2 of 2) sorted by path

/bionic/libm/x86/
H A De_pow.S59 // pow(-0,y) = -INF and raises the divide-by-zero exception for y an odd
61 // pow(-0,y) = +INF and raises the divide-by-zero exception for y < 0 and
63 // pow(-0,y) = -0 for y an odd integer > 0.
64 // pow(-0,y) = +0 for y > 0 and not an odd integer.
65 // pow(-1,-INF) = 1.
66 // pow(+1,y) = 1 for any y, even a NaN.
67 // pow(x,-0) = 1 for any x, even a NaN.
68 // pow(x,y) = a NaN and raises the invalid exception for finite x < 0 and
70 // pow(x,-INF) = +INF for |x|<1.
71 // pow(
100 ENTRY(pow) function
[all...]
/bionic/libm/x86_64/
H A De_pow.S59 // pow(-0,y) = -INF and raises the divide-by-zero exception for y an odd
61 // pow(-0,y) = +INF and raises the divide-by-zero exception for y < 0 and
63 // pow(-0,y) = -0 for y an odd integer > 0.
64 // pow(-0,y) = +0 for y > 0 and not an odd integer.
65 // pow(-1,-INF) = 1.
66 // pow(+1,y) = 1 for any y, even a NaN.
67 // pow(x,-0) = 1 for any x, even a NaN.
68 // pow(x,y) = a NaN and raises the invalid exception for finite x < 0 and
70 // pow(x,-INF) = +INF for |x|<1.
71 // pow(
85 ENTRY(pow) function
[all...]

Completed in 591 milliseconds