/external/llvm/test/CodeGen/X86/ |
2008-02-06-LoadFoldingBug.ll | 8 call void @casinh( { double, double }* sret %memtmp, double %tmp4, double %z.0 ) nounwind 21 declare void @casinh({ double, double }* sret , double, double) nounwind
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
catrig.c | 70 * The code for casinh, casin, cacos, and cacosh comes first. The code is 80 * | casinh, casin, cacos, cacosh | 93 * casinh(z) = sign(x)*log(A+sqrt(A*A-1)) + I*asin(B) 99 * (a) for Re(casinh(z)) when z is close to the line segment [-I, I] (that 100 * is, Re(casinh(z)) is close to 0); 101 * (b) for Im(casinh(z)) when z is close to either of the intervals 102 * [I, I*infinity) or (-I*infinity, -I] (that is, |Im(casinh(z))| is 146 * rx = Re(casinh(z)) = -Im(cacos(y + I*x)). 210 * Avoid a possible underflow caused by y/A. For casinh this 267 * casinh(z) = z + O(z^3) as z -> 275 casinh(double complex z) function [all...] |
/bionic/libm/ |
libm.arm64.map | 41 casinh;
|
libm.mips.map | 41 casinh;
|
libm.mips64.map | 41 casinh;
|
libm.x86.map | 41 casinh;
|
libm.x86_64.map | 41 casinh;
|
libm.arm.map | 41 casinh;
|
libm.map.txt | 40 casinh;
|
/development/ndk/platforms/android-23/arch-arm/symbols/ |
libm.so.functions.txt | 37 casinh
|
libm.so.versions.txt | 41 casinh;
|
/development/ndk/platforms/android-23/arch-arm64/symbols/ |
libm.so.functions.txt | 37 casinh
|
libm.so.versions.txt | 41 casinh;
|
/development/ndk/platforms/android-23/arch-mips/symbols/ |
libm.so.functions.txt | 37 casinh
|
libm.so.versions.txt | 41 casinh;
|
/development/ndk/platforms/android-23/arch-mips64/symbols/ |
libm.so.functions.txt | 37 casinh
|
libm.so.versions.txt | 41 casinh;
|
/development/ndk/platforms/android-23/arch-x86/symbols/ |
libm.so.functions.txt | 37 casinh
|
libm.so.versions.txt | 41 casinh;
|
/development/ndk/platforms/android-23/arch-x86_64/symbols/ |
libm.so.functions.txt | 37 casinh
|
libm.so.versions.txt | 41 casinh;
|
/bionic/tests/ |
complex_test.cpp | 87 extern "C" double _Complex casinh(double _Complex); 88 TEST(complex, casinh) { 89 ASSERT_EQ(0.0, casinh(0));
|
/bionic/libm/include/ |
complex.h | 76 double complex casinh(double complex);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
cmathcalls.h | 73 __MATHCALL (casinh, (_Mdouble_complex_ __z));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
cmathcalls.h | 73 __MATHCALL (casinh, (_Mdouble_complex_ __z));
|