Home
last modified time | relevance | path

Searched defs:hypot (Results 1 – 3 of 3) sorted by relevance

/external/stlport/stlport/stl/
D_cmath.h497 _STLP_MATH_INLINE2XX(float, hypot, hypot) in _STLP_MATH_INLINE2XX() argument
504 inline double hypot(double x, double y) { return sqrt(x * x + y * y); } in hypot() function
505 _STLP_DEF_MATH_INLINE2(hypot, hypot) in _STLP_DEF_MATH_INLINE2() argument
/external/bison/lib/
Dmath.in.h1053 # define hypot rpl_hypot macro
/external/clang/lib/Headers/
Dtgmath.h840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro