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

1 2 3

  /bionic/libm/upstream-netbsd/lib/libm/complex/
ccoshl.c 44 w = coshl(x) * cosl(y) + (sinhl(x) * sinl(y)) * I;
csinhl.c 44 w = sinhl(x) * cosl(y) + (coshl(x) * sinl(y)) * I;
ctanhl.c 44 d = coshl(2.0L * x) + cosl(2.0L * y);
ctanl.c 46 d = cosl(2.0L * creall(z)) + coshl(2.0L * cimagl(z));
cephes_subrl.c 45 *c = coshl(x);
  /prebuilts/ndk/r16/sources/android/support/include/
math.h 53 long double coshl(long double);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_cosh.c 84 __weak_reference(cosh, coshl);
e_coshl.c 86 coshl(long double x) function
  /external/clang/test/CodeGen/
libcall-declarations.c 69 long double coshl(long double);
275 F(cosf), F(cosl), F(cosh), F(coshf), F(coshl),
368 // CHECK-NOERRNO: declare x86_fp80 @coshl(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 68 extern long double __REDIRECT_NTH (coshl, (long double), __coshl_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 68 extern long double __REDIRECT_NTH (coshl, (long double), __coshl_finite);
  /bionic/libm/x86/
e_cosh.S 275 ALIAS_SYMBOL(coshl, cosh);
  /bionic/tests/headers/posix/
math_h.c 163 FUNCTION(coshl, long double (*f)(long double));
  /bionic/libc/include/
math.h 120 long double coshl(long double __x) __RENAME_LDBL(cosh, 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 517 /* Define to 1 if you have the `coshl' function. */
1408 # define coshl 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 517 /* Define to 1 if you have the `coshl' function. */
1408 # define coshl 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 517 /* Define to 1 if you have the `coshl' function. */
1408 # define coshl 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 517 /* Define to 1 if you have the `coshl' function. */
1408 # define coshl macro
    [all...]
  /bionic/tests/
math_test.cpp 577 TEST(MATH_TEST, coshl) {
578 ASSERT_DOUBLE_EQ(1.0L, coshl(0.0L));
    [all...]
  /external/clang/lib/Headers/
tgmath.h 336 __tg_cosh(long double __x) {return coshl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 336 __tg_cosh(long double __x) {return coshl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 336 __tg_cosh(long double __x) {return coshl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 345 __tg_cosh(long double __x) {return coshl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 345 __tg_cosh(long double __x) {return coshl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 345 __tg_cosh(long double __x) {return coshl(__x);}

Completed in 560 milliseconds

1 2 3