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

1 2

  /bionic/libm/upstream-netbsd/lib/libm/complex/
ctanhl.c 1 /* $NetBSD: ctanhl.c,v 1.1 2014/10/10 00:48:18 christos Exp $ */
37 ctanhl(long double complex z) function
  /bionic/tests/
complex_test.cpp 326 TEST(COMPLEX_TEST, ctanhl) {
327 ASSERT_EQ(0.0, ctanhl(0));
  /external/clang/test/CodeGen/
libcall-declarations.c 246 long double _Complex ctanhl(long double _Complex);
311 F(ctanhf), F(ctanhl), F(__sinpi), F(__sinpif), F(__cospi),
  /bionic/libc/include/
complex.h 110 long double complex ctanhl(long double complex __z) __RENAME_LDBL(ctanh, 23, 26);
  /bionic/tests/headers/posix/
complex_h.c 140 FUNCTION(ctanhl, long double complex (*f)(long double complex));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 113 long double _Complex ctanhl (long double _Complex);
  /external/clang/lib/Headers/
tgmath.h 406 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 406 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 406 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 415 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 415 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 415 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 415 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 415 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 415 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 415 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 406 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 406 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 415 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 415 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 415 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 415 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 415 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 415 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 415 __tg_tanh(long double _Complex __x) {return ctanhl(__x);}

Completed in 7956 milliseconds

1 2