/external/clang/test/CodeGen/ |
libcall-declarations.c | 244 double _Complex ctanh(double _Complex); 310 F(csqrtl), F(ctan), F(ctanf), F(ctanl), F(ctanh), 522 // CHECK-NOERRNO: declare { double, double } @ctanh(double, double) [[NUW]] 611 // CHECK-ERRNO: declare { double, double } @ctanh(double, double) [[NUW]]
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
complex.h | 67 double _Complex ctanh (double _Complex);
|
/prebuilts/go/darwin-x86/src/math/cmplx/ |
tan.go | 48 // ctan(z) = -i ctanh(iz).
|
/prebuilts/go/linux-x86/src/math/cmplx/ |
tan.go | 48 // ctan(z) = -i ctanh(iz).
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/ |
tgmath.h | 116 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh)
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
tgmath.h | 127 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh)
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
tgmath.h | 127 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh)
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/ |
tgmath.h | 116 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
tgmath.h | 116 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
tgmath.h | 285 #define tanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, tanh, ctanh)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
tgmath.h | 285 #define tanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, tanh, ctanh)
|
/external/ltrace/etc/ |
libm.so.conf | 100 double_complex ctanh(double_complex);
|
/external/clang/lib/Headers/ |
tgmath.h | 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}
|
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/ |
tgmath.h | 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}
|
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/ |
tgmath.h | 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/ |
tgmath.h | 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/ |
tgmath.h | 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/ |
tgmath.h | 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}
|
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/ |
tgmath.h | 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}
|
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/ |
tgmath.h | 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}
|
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/ |
tgmath.h | 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}
|
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/ |
tgmath.h | 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}
|
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/ |
tgmath.h | 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}
|
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
tgmath.h | 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}
|
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
tgmath.h | 402 __tg_tanh(double _Complex __x) {return ctanh(__x);}
|