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

  /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)));
  /bionic/libm/include/
complex.h 79 double complex csinh(double complex);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
cmathcalls.h 80 __MATHCALL (csinh, (_Mdouble_complex_ __z));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
cmathcalls.h 80 __MATHCALL (csinh, (_Mdouble_complex_ __z));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
cmathcalls.h 80 __MATHCALL (csinh, (_Mdouble_complex_ __z));
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 115 #define sinh(z) __TGMATH_CPLX(z, sinh, csinh)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/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.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 115 #define sinh(z) __TGMATH_CPLX(z, sinh, csinh)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 115 #define sinh(z) __TGMATH_CPLX(z, sinh, csinh)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 276 #define sinh(Val) __TGMATH_UNARY_REAL_IMAG (Val, sinh, csinh)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 285 #define sinh(Val) __TGMATH_UNARY_REAL_IMAG (Val, sinh, csinh)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 276 #define sinh(Val) __TGMATH_UNARY_REAL_IMAG (Val, sinh, csinh)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 285 #define sinh(Val) __TGMATH_UNARY_REAL_IMAG (Val, sinh, csinh)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 276 #define sinh(Val) __TGMATH_UNARY_REAL_IMAG (Val, sinh, csinh)
  /external/clang/lib/Headers/
tgmath.h 373 __tg_sinh(double _Complex __x) {return csinh(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 373 __tg_sinh(double _Complex __x) {return csinh(__x);}

Completed in 371 milliseconds