/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/ |
tgmath.h | 825 // hypot 833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);} 839 #undef hypot macro 840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
|
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/ |
tgmath.h | 825 // hypot 833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);} 839 #undef hypot macro 840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
|
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/ |
tgmath.h | 825 // hypot 833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);} 839 #undef hypot macro 840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
|
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/ |
tgmath.h | 825 // hypot 833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);} 839 #undef hypot macro 840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
|
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/ |
tgmath.h | 825 // hypot 833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);} 839 #undef hypot macro 840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
|
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/ |
tgmath.h | 825 // hypot 833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);} 839 #undef hypot macro 840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
complex.h | 145 return hypot (__real__ _Z, __imag__ _Z);
|
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
tgmath.h | 825 // hypot 833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);} 839 #undef hypot macro 840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
|
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
tgmath.h | 825 // hypot 833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);} 839 #undef hypot macro 840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
|
/prebuilts/sdk/renderscript/clang-include/ |
tgmath.h | 825 // hypot 833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);} 839 #undef hypot macro 840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
|
/external/libcxx/include/ |
cmath | 208 floating_point hypot (arithmetic x, arithmetic y); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 208 floating_point hypot (arithmetic x, arithmetic y); [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 208 floating_point hypot (arithmetic x, arithmetic y); [all...] |
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoTable.java | 344 return Math.hypot(a[0], a[1]); 779 if (Math.hypot(b[0] - a[0], b[1] - a[1]) < Math.hypot(c[0] - a[0], c[1] - a[1])) { 787 final float dist = (float) Math.hypot(delta[0], delta[1]); 859 float dist = (float) Math.hypot(dx, dy); [all...] |
/external/bison/darwin-lib/ |
math.h | 1374 # undef hypot macro [all...] |
/external/bison/lib/ |
math.in.h | 1052 # undef hypot macro 1053 # define hypot rpl_hypot macro 1055 _GL_FUNCDECL_RPL (hypot, double, (double x, double y)); 1056 _GL_CXXALIAS_RPL (hypot, double, (double x, double y)); 1058 _GL_CXXALIAS_SYS (hypot, double, (double x, double y)); 1060 _GL_CXXALIASWARN (hypot); variable 1062 # undef hypot macro 1064 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - " 1065 "use gnulib module hypot for portability"); [all...] |
/external/bison/linux-lib/ |
math.h | 1374 # undef hypot macro [all...] |
/external/libcxx/test/std/numerics/c.math/ |
cmath.pass.cpp | 81 Ambiguous hypot(Ambiguous, Ambiguous){ return Ambiguous(); } function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
cmath | 965 #undef hypot 1093 using ::hypot; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
cmath | 77 #undef hypot 211 using ::hypot; 656 hypot(float __x, float __y) 660 hypot(long double __x, long double __y) 665 hypot(_Tp __y, _Up __x) 668 return hypot(__type(__y), __type(__x)); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
cmath | 965 #undef hypot 1093 using ::hypot; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
cmath | 77 #undef hypot 211 using ::hypot; 656 hypot(float __x, float __y) 660 hypot(long double __x, long double __y) 665 hypot(_Tp __y, _Up __x) 668 return hypot(__type(__y), __type(__x)); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
cmath | 965 #undef hypot 1093 using ::hypot; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
cmath | 77 #undef hypot 211 using ::hypot; 656 hypot(float __x, float __y) 660 hypot(long double __x, long double __y) 665 hypot(_Tp __y, _Up __x) 668 return hypot(__type(__y), __type(__x)); [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cmath | 966 #undef hypot 1094 using ::hypot; [all...] |