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

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_csinh.c 48 csinh(double complex z) function
154 /* csin(z) = -I * csinh(I * z) */
155 z = csinh(cpack(-cimag(z), creal(z)));
  /development/ndk/platforms/android-21/include/
complex.h 79 double complex csinh(double complex) __NDK_FPABI__;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
cmathcalls.h 80 __MATHCALL (csinh, (_Mdouble_complex_ __z));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
cmathcalls.h 80 __MATHCALL (csinh, (_Mdouble_complex_ __z));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
cmathcalls.h 80 __MATHCALL (csinh, (_Mdouble_complex_ __z));
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
complex.h 79 double complex csinh(double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
complex.h 79 double complex csinh(double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
complex.h 79 double complex csinh(double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
complex.h 79 double complex csinh(double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
complex.h 79 double complex csinh(double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
complex.h 79 double complex csinh(double complex) __NDK_FPABI__;
  /bionic/tests/
complex_test.cpp 217 extern "C" double _Complex csinh(double _Complex);
218 TEST(complex, csinh) {
219 ASSERT_EQ(0.0, csinh(0));
  /bionic/libm/include/
complex.h 104 double complex csinh(double complex);
  /external/clang/test/CodeGen/
libcall-declarations.c 235 double _Complex csinh(double _Complex);
309 F(csinh), F(csinhf), F(csinhl), F(csqrt), F(csqrtf),
516 // CHECK-NOERRNO: declare { double, double } @csinh(double, double) [[NUW]]
605 // CHECK-ERRNO: declare { double, double } @csinh(double, double) [[NUW]]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 66 double _Complex csinh (double _Complex);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 115 #define sinh(z) __TGMATH_CPLX(z, sinh, csinh)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 126 #define sinh(z) __TGMATH_CPLX(z, sinh, csinh)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 126 #define sinh(z) __TGMATH_CPLX(z, sinh, csinh)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 115 #define sinh(z) __TGMATH_CPLX(z, sinh, csinh)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 115 #define sinh(z) __TGMATH_CPLX(z, sinh, csinh)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 283 #define sinh(Val) __TGMATH_UNARY_REAL_IMAG (Val, sinh, csinh)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 283 #define sinh(Val) __TGMATH_UNARY_REAL_IMAG (Val, sinh, csinh)
  /external/ltrace/etc/
libm.so.conf 92 double_complex csinh(double_complex);
  /external/clang/lib/Headers/
tgmath.h 373 __tg_sinh(double _Complex __x) {return csinh(__x);}
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 373 __tg_sinh(double _Complex __x) {return csinh(__x);}

Completed in 5337 milliseconds

1 2