HomeSort by relevance Sort by last modified time
    Searched refs:hypotl (Results 1 - 25 of 60) 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
  /prebuilts/ndk/r16/sources/android/support/include/
math.h 61 long double hypotl(long double, long double);
  /bionic/libm/x86/
e_hypot.S 202 ALIAS_SYMBOL(hypotl, hypot);
  /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-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 116 extern long double __REDIRECT_NTH (hypotl, (long double, long double),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 116 extern long double __REDIRECT_NTH (hypotl, (long double, long double),
  /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);
math.h 887 extern long double __cdecl hypotl (long double, long double);
    [all...]
  /bionic/tests/headers/posix/
math_h.c 217 FUNCTION(hypotl, long double (*f)(long double, long double));
  /bionic/libc/include/
math.h 197 long double hypotl(long double __x, long double __y) __RENAME_LDBL(hypot, 3, 21);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 652 /* Define to 1 if you have the `hypotl' function. */
1498 # define hypotl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 652 /* Define to 1 if you have the `hypotl' function. */
1498 # define hypotl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 652 /* Define to 1 if you have the `hypotl' function. */
1498 # define hypotl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 652 /* Define to 1 if you have the `hypotl' function. */
1498 # define hypotl macro
    [all...]
  /bionic/tests/
math_test.cpp 861 TEST(MATH_TEST, hypotl) {
862 ASSERT_DOUBLE_EQ(5.0L, hypotl(3.0L, 4.0L));
    [all...]
  /external/clang/lib/Headers/
tgmath.h 837 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 837 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 837 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 846 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 846 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 846 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 846 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);}

Completed in 334 milliseconds

1 2 3