HomeSort by: relevance | last modified time | path
    Searched refs:csin (Results 1 - 18 of 18) sorted by relevancy

  /src/lib/libm/complex/
csin.c 1 /* $NetBSD: csin.c,v 1.1 2007/08/20 16:01:36 drochner Exp $ */
38 csin(double complex z) function
Makefile.inc 7 cimag.c creal.c csin.c csinh.c csqrt.c ctan.c ctanh.c \
  /src/include/
complex.h 40 /* 7.3.5.1 The csin functions */
41 double complex csin(double complex);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
complex.d 42 cdouble csin(cdouble z);
tgmath.d 91 deprecated alias core.stdc.complex.csin csin;
92 deprecated alias core.stdc.complex.csinf csin;
93 deprecated alias core.stdc.complex.csinl csin;
591 deprecated alias core.stdc.complex.csin csin;
592 deprecated alias core.stdc.complex.csinf csin;
593 deprecated alias core.stdc.complex.csinl csin;
1081 deprecated alias core.stdc.complex.csin csin;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 68 #define sin(z) __TGMATH_CPLX(z, sin, csin)
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 68 #define sin(z) __TGMATH_CPLX(z, sin, csin)
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 480 extern double complex csin (double complex);
configure 22642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csin" >&5
22643 $as_echo_n "checking for csin... " >&6; }
22660 int (*ptr)() = (int (*)())csin;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 480 extern double complex csin (double complex);
configure 22477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csin" >&5
22478 $as_echo_n "checking for csin... " >&6; }
22495 int (*ptr)() = (int (*)())csin;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 1452 double complex csin (double complex a);
1455 csin (double complex a) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 1452 double complex csin (double complex a);
1455 csin (double complex a) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 279 __tg_sin(double _Complex __x) {return csin(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 181 {"csin", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 181 {"csin", 99},
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17648 tmpd = csin(tmpd);
17717 tmpd = csin(tmpd);
18751 tmpd = csin(tmpd);
18820 tmpd = csin(tmpd);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17463 tmpd = csin(tmpd);
17532 tmpd = csin(tmpd);
18139 tmpd = csin(tmpd);
18208 tmpd = csin(tmpd);
    [all...]

Completed in 80 milliseconds