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

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ctanh.c 138 ctan(double complex z) function
141 /* ctan(z) = -I * ctanh(I * z) */
  /development/ndk/platforms/android-21/include/
complex.h 85 double complex ctan(double complex) __NDK_FPABI__;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
cmathcalls.h 65 __MATHCALL (ctan, (_Mdouble_complex_ __z));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
cmathcalls.h 65 __MATHCALL (ctan, (_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 65 __MATHCALL (ctan, (_Mdouble_complex_ __z));
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
complex.h 85 double complex ctan(double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
complex.h 85 double complex ctan(double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
complex.h 85 double complex ctan(double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
complex.h 85 double complex ctan(double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
complex.h 85 double complex ctan(double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
complex.h 85 double complex ctan(double complex) __NDK_FPABI__;
  /bionic/tests/
complex_test.cpp 242 extern "C" double _Complex ctan(double _Complex);
243 TEST(complex, ctan) {
244 ASSERT_EQ(0.0, ctan(0));
  /bionic/libm/include/
complex.h 110 double complex ctan(double complex);
  /external/clang/test/CodeGen/
libcall-declarations.c 241 double _Complex ctan(double _Complex);
310 F(csqrtl), F(ctan), F(ctanf), F(ctanl), F(ctanh),
520 // CHECK-NOERRNO: declare { double, double } @ctan(double, double) [[NUW]]
609 // CHECK-ERRNO: declare { double, double } @ctan(double, double) [[NUW]]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 61 double _Complex ctan (double _Complex);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 113 #define tan(z) __TGMATH_CPLX(z, tan, ctan)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 124 #define tan(z) __TGMATH_CPLX(z, tan, ctan)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 124 #define tan(z) __TGMATH_CPLX(z, tan, ctan)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 113 #define tan(z) __TGMATH_CPLX(z, tan, ctan)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 113 #define tan(z) __TGMATH_CPLX(z, tan, ctan)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 268 #define tan(Val) __TGMATH_UNARY_REAL_IMAG (Val, tan, ctan)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 268 #define tan(Val) __TGMATH_UNARY_REAL_IMAG (Val, tan, ctan)
  /external/ltrace/etc/
libm.so.conf 76 double_complex ctan(double_complex);
  /external/clang/lib/Headers/
tgmath.h 315 __tg_tan(double _Complex __x) {return ctan(__x);}
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 315 __tg_tan(double _Complex __x) {return ctan(__x);}

Completed in 645 milliseconds

1 2