HomeSort by relevance Sort by last modified time
    Searched refs:ctan (Results 26 - 50 of 60) sorted by null

12 3

  /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/go/darwin-x86/src/math/cmplx/
asin.go 137 // The check catan( ctan(z) ) = z, with |x| and |y| < PI/2,
  /prebuilts/go/linux-x86/src/math/cmplx/
asin.go 137 // The check catan( ctan(z) ) = z, with |x| and |y| < PI/2,
  /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);}
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
tgmath.h 315 __tg_tan(double _Complex __x) {return ctan(__x);}
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 315 __tg_tan(double _Complex __x) {return ctan(__x);}
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 315 __tg_tan(double _Complex __x) {return ctan(__x);}
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h 315 __tg_tan(double _Complex __x) {return ctan(__x);}
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
tgmath.h 315 __tg_tan(double _Complex __x) {return ctan(__x);}
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 315 __tg_tan(double _Complex __x) {return ctan(__x);}
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 315 __tg_tan(double _Complex __x) {return ctan(__x);}
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h 315 __tg_tan(double _Complex __x) {return ctan(__x);}
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 315 __tg_tan(double _Complex __x) {return ctan(__x);}

Completed in 3017 milliseconds

12 3