HomeSort by relevance Sort by last modified time
    Searched refs:hypotl (Results 1 - 25 of 153) 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/android/support/include/
math.h 68 long double hypotl(long double, long double);
  /prebuilts/ndk/9/sources/android/support/include/
math.h 68 long double hypotl(long double, long double);
  /ndk/sources/android/support/src/
math_support.c 75 __attribute__((weak)) long double hypotl(long double x, long double y) { return hypot((double)x, (double)y); } function
  /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/clang/test/CodeGen/
libcall-declarations.c 102 long double hypotl(long double, long double);
282 F(hypot), F(hypotf), F(hypotl), F(ilogb), F(ilogbf),
401 // CHECK-NOERRNO: declare x86_fp80 @hypotl(x86_fp80, x86_fp80) [[NUW]]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 197 return hypotl (__real__ _Z, __imag__ _Z);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 437 long double hypotl(long double, long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 437 long double hypotl(long double, long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 437 long double hypotl(long double, long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 437 long double hypotl(long double, long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 437 long double hypotl(long double, long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 437 long double hypotl(long double, long double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 437 long double hypotl(long double, long double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 437 long double hypotl(long double, long double);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 437 long double hypotl(long double, long double);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 437 long double hypotl(long double, long double);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 437 long double hypotl(long double, long double);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 437 long double hypotl(long double, long double);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 437 long double hypotl(long double, long double);

Completed in 643 milliseconds

1 2 3 4 5 6 7