HomeSort by relevance Sort by last modified time
    Searched defs:__tg_hypot (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Headers/
tgmath.h 829 __tg_hypot(float __x, float __y) {return hypotf(__x, __y);} function
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);} function
837 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);} function
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 829 __tg_hypot(float __x, float __y) {return hypotf(__x, __y);} function
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);} function
837 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);} function
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \

Completed in 28 milliseconds