HomeSort by relevance Sort by last modified time
    Searched full:hypotl (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /bionic/libm/upstream-freebsd/lib/msun/src/
w_cabsl.c 19 return hypotl(creall(z), cimagl(z));
s_csqrtl.c 96 t = sqrtl((a + hypotl(a, b)) * 0.5);
99 t = sqrtl((-a + hypotl(a, b)) * 0.5);
e_hypot.c 130 __weak_reference(hypot, hypotl);
e_hypotl.c 49 hypotl(long double x, long double y) function
  /ndk/sources/cxx-stl/llvm-libc++/include/support/android/
math.h 48 long double hypotl(long double, long double);
  /external/bison/darwin-lib/
math.h 1398 # undef hypotl macro
    [all...]
  /external/bison/lib/
math.in.h 1073 # undef hypotl macro
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); variable
1086 # undef hypotl macro
1088 _GL_WARN_ON_USE (hypotl, "hypotl is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 1398 # undef hypotl macro
    [all...]
  /external/bison/m4/
math_h.m4 45 fmod fmodf fmodl frexpf frexpl hypotf hypotl
  /bionic/tests/
math_test.cpp 635 TEST(math, hypotl) {
636 ASSERT_FLOAT_EQ(5.0, hypotl(3.0, 4.0));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 73 #undef hypotl
205 using ::hypotl;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libm-2.7.so 
libm.so 
libm.so.6 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libm-2.7.so 
libm.so 
libm.so.6 
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 73 #undef hypotl
205 using ::hypotl;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 73 #undef hypotl
205 using ::hypotl;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 73 #undef hypotl
205 using ::hypotl;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cmath 73 #undef hypotl
205 using ::hypotl;
  /ndk/sources/cxx-stl/llvm-libc++/include/
cmath 210 long double hypotl(long double x, long double y);
    [all...]
  /bionic/libm/include/
math.h 416 long double hypotl(long double, long double);
  /development/ndk/platforms/android-3/include/
math.h 437 long double hypotl(long double, long double);
  /development/ndk/platforms/android-9/include/
math.h 437 long double hypotl(long double, long double);

Completed in 694 milliseconds

1 2 3 4 5 6 7