/bionic/libm/upstream-netbsd/lib/libm/complex/ |
csinhl.c | 1 /* $NetBSD: csinhl.c,v 1.1 2014/10/10 00:48:18 christos Exp $ */ 37 csinhl(long double complex z) function
|
/bionic/tests/ |
complex_test.cpp | 290 TEST(COMPLEX_TEST, csinhl) { 291 ASSERT_EQ(0.0, csinhl(0));
|
/external/clang/test/CodeGen/ |
libcall-declarations.c | 237 long double _Complex csinhl(long double _Complex); 309 F(csinh), F(csinhf), F(csinhl), F(csqrt), F(csqrtf),
|
/bionic/libc/include/ |
complex.h | 106 long double complex csinhl(long double complex __z) __RENAME_LDBL(csinh, 23, 26);
|
/bionic/tests/headers/posix/ |
complex_h.c | 128 FUNCTION(csinhl, 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 | 112 long double _Complex csinhl (long double _Complex);
|
/external/clang/lib/Headers/ |
tgmath.h | 377 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/ |
tgmath.h | 377 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/ |
tgmath.h | 377 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/ |
tgmath.h | 386 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/ |
tgmath.h | 386 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/ |
tgmath.h | 386 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/ |
tgmath.h | 386 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/ |
tgmath.h | 386 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/ |
tgmath.h | 386 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/ |
tgmath.h | 386 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
tgmath.h | 377 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/ |
tgmath.h | 377 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/ |
tgmath.h | 386 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/ |
tgmath.h | 386 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/ |
tgmath.h | 386 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/ |
tgmath.h | 386 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/ |
tgmath.h | 386 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/ |
tgmath.h | 386 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/ |
tgmath.h | 386 __tg_sinh(long double _Complex __x) {return csinhl(__x);}
|