Searched refs:hypotl (Results 1 – 13 of 13) sorted by relevance
/external/bison/darwin-lib/ |
D | math.h | 1385 # undef hypotl 1386 # define hypotl rpl_hypotl 1388 _GL_FUNCDECL_RPL (hypotl, long double, (long double x, long double y)); 1389 _GL_CXXALIAS_RPL (hypotl, long double, (long double x, long double y)); 1392 _GL_FUNCDECL_SYS (hypotl, long double, (long double x, long double y)); 1394 _GL_CXXALIAS_SYS (hypotl, long double, (long double x, long double y)); 1396 _GL_CXXALIASWARN (hypotl); 1398 # undef hypotl 1400 _GL_WARN_ON_USE (hypotl, "hypotl is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 1073 # undef hypotl 1074 # define hypotl rpl_hypotl macro 1076 _GL_FUNCDECL_RPL (hypotl, long double, (long double x, long double y)); 1077 _GL_CXXALIAS_RPL (hypotl, long double, (long double x, long double y)); 1080 _GL_FUNCDECL_SYS (hypotl, long double, (long double x, long double y)); 1082 _GL_CXXALIAS_SYS (hypotl, long double, (long double x, long double y)); 1084 _GL_CXXALIASWARN (hypotl); 1086 # undef hypotl 1088 _GL_WARN_ON_USE (hypotl, "hypotl is unportable - "
|
/external/bison/linux-lib/ |
D | math.h | 1385 # undef hypotl 1386 # define hypotl rpl_hypotl 1388 _GL_FUNCDECL_RPL (hypotl, long double, (long double x, long double y)); 1389 _GL_CXXALIAS_RPL (hypotl, long double, (long double x, long double y)); 1392 _GL_FUNCDECL_SYS (hypotl, long double, (long double x, long double y)); 1394 _GL_CXXALIAS_SYS (hypotl, long double, (long double x, long double y)); 1396 _GL_CXXALIASWARN (hypotl); 1398 # undef hypotl 1400 _GL_WARN_ON_USE (hypotl, "hypotl is unportable - "
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 102 long double hypotl(long double, long double); 282 F(hypot), F(hypotf), F(hypotl), F(ilogb), F(ilogbf),
|
/external/ltrace/etc/ |
D | libm.so.conf | 362 ldouble hypotl(ldouble, ldouble);
|
/external/bison/m4/ |
D | math_h.m4 | 45 fmod fmodf fmodl frexpf frexpl hypotf hypotl
|
/external/libcxx/include/ |
D | cmath | 210 long double hypotl(long double x, long double y); 1301 …uble hypot(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return hypotl(__lcpp_x, __lcpp_y… 1667 using ::hypotl;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 439 static_assert((std::is_same<decltype(hypotl(0,0)), long double>::value), ""); in test_hypot()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 837 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);} in __tg_hypot()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 987 LIBBUILTIN(hypotl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1009 static_assert((std::is_same<decltype(std::hypotl(0,0)), long double>::value), ""); in test_hypot()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2013 fun:hypotl=uninstrumented
|
/external/bison/ |
D | configure | 24887 …l floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf …
|