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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
cmathcalls.h 56 __MATHCALL (casin, (_Mdouble_complex_ __z));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
cmathcalls.h 56 __MATHCALL (casin, (_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 56 __MATHCALL (casin, (_Mdouble_complex_ __z));
  /bionic/tests/
complex_test.cpp 77 extern "C" double _Complex casin(double _Complex);
78 TEST(complex, casin) {
79 ASSERT_EQ(0.0, casin(0));
  /bionic/libm/include/
complex.h 74 double complex casin(double complex);
  /external/clang/test/CodeGen/
libcall-declarations.c 193 double _Complex casin(double _Complex);
300 F(carg), F(cargf), F(cargl), F(casin), F(casinf),
488 // CHECK-NOERRNO: declare { double, double } @casin(double, double) [[NUW]]
577 // CHECK-ERRNO: declare { double, double } @casin(double, double) [[NUW]]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 57 double _Complex casin (double _Complex);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 106 #define asin(z) __TGMATH_CPLX(z, asin, casin)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 117 #define asin(z) __TGMATH_CPLX(z, asin, casin)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 117 #define asin(z) __TGMATH_CPLX(z, asin, casin)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 106 #define asin(z) __TGMATH_CPLX(z, asin, casin)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 106 #define asin(z) __TGMATH_CPLX(z, asin, casin)
  /bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c 67 * The functions casin(h) and cacos(h) are about 2.5 times slower than asinh.
70 * The code for casinh, casin, cacos, and cacosh comes first. The code is
80 * | casinh, casin, cacos, cacosh |
332 * casin(z) = reverse(casinh(reverse(z)))
336 casin(double complex z) function
344 * cacos(z) = PI/2 - casin(z)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 257 #define asin(Val) __TGMATH_UNARY_REAL_IMAG (Val, asin, casin)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 257 #define asin(Val) __TGMATH_UNARY_REAL_IMAG (Val, asin, casin)
  /external/ltrace/etc/
libm.so.conf 80 double_complex casin(double_complex);
  /external/clang/lib/Headers/
tgmath.h 112 __tg_asin(double _Complex __x) {return casin(__x);}
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 112 __tg_asin(double _Complex __x) {return casin(__x);}
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 112 __tg_asin(double _Complex __x) {return casin(__x);}
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 112 __tg_asin(double _Complex __x) {return casin(__x);}
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 112 __tg_asin(double _Complex __x) {return casin(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 112 __tg_asin(double _Complex __x) {return casin(__x);}

Completed in 770 milliseconds