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

1 2 3

  /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...]
  /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);
  /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);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
math.h 437 long double hypotl(long double, long double);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
math.h 437 long double hypotl(long double, long double);

Completed in 585 milliseconds

1 2 3