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

/bionic/libm/x86/
H A De_hypot.S58 // hypot(x,y), hypot(y,x), and hypot(x,-y) are equivalent
59 // hypot(x,+-0) is equivalent to fabs(x)
60 // hypot(x,y) = y if (x==NaN or x==INF) and y==INF
61 // hypot(x,y) = x if (x==NaN or x==INF) and y!=INF (even if y==NaN!)
62 // hypot(x,y) = y if (x!=NaN and x!=INF) and (y==NaN or y==INF)
82 # -- Begin hypot
83 ENTRY(hypot) function
198 END(hypot)
[all...]
/bionic/libm/x86_64/
H A De_hypot.S58 // hypot(x,y), hypot(y,x), and hypot(x,-y) are equivalent
59 // hypot(x,+-0) is equivalent to fabs(x)
60 // hypot(x,y) = y if (x==NaN or x==INF) and y==INF
61 // hypot(x,y) = x if (x==NaN or x==INF) and y!=INF (even if y==NaN!)
62 // hypot(x,y) = y if (x!=NaN and x!=INF) and (y==NaN or y==INF)
67 # -- Begin hypot
68 ENTRY(hypot) function
177 END(hypot)
[all...]

Completed in 76 milliseconds