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

  /bionic/libm/include/
complex.h 77 double complex csin(double complex);
  /development/ndk/platforms/android-L/include/
complex.h 77 double complex csin(double complex);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_csinh.c 151 csin(double complex z) function
154 /* csin(z) = -I * csinh(I * z) */
  /external/clang/test/CodeGen/
libcall-declarations.c 232 double _Complex csin(double _Complex);
308 F(crealf), F(creall), F(csin), F(csinf), F(csinl),
514 // CHECK-NOERRNO: declare { double, double } @csin(double, double) [[NUW]]
603 // CHECK-ERRNO: declare { double, double } @csin(double, double) [[NUW]]
  /external/ltrace/etc/
libm.so.conf 68 double_complex csin(double_complex);
  /external/clang/lib/Headers/
tgmath.h 286 __tg_sin(double _Complex __x) {return csin(__x);}

Completed in 794 milliseconds