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

  /src/lib/libm/complex/
csinh.c 1 /* $NetBSD: csinh.c,v 1.1 2007/08/20 16:01:36 drochner Exp $ */
37 csinh(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 71 /* 7.3.6.5 The csinh functions */
72 double complex csinh(double complex);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
complex.d 66 cdouble csinh(cdouble z);
tgmath.d 163 deprecated alias core.stdc.complex.csinh sinh;
663 deprecated alias core.stdc.complex.csinh sinh;
1153 deprecated alias core.stdc.complex.csinh sinh;
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 71 #define sinh(z) __TGMATH_CPLX(z, sinh, csinh)
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 71 #define sinh(z) __TGMATH_CPLX(z, sinh, csinh)
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 432 extern double complex csinh (double complex);
configure 22930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csinh" >&5
22931 $as_echo_n "checking for csinh... " >&6; }
22948 int (*ptr)() = (int (*)())csinh;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 432 extern double complex csinh (double complex);
configure 22765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csinh" >&5
22766 $as_echo_n "checking for csinh... " >&6; }
22783 int (*ptr)() = (int (*)())csinh;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 1288 double complex csinh (double complex a);
1291 csinh (double complex a) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 1288 double complex csinh (double complex a);
1291 csinh (double complex a) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 366 __tg_sinh(double _Complex __x) {return csinh(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 551 {"csinh", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 551 {"csinh", 99},
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17649 tmpd = csinh(tmpd);
17718 tmpd = csinh(tmpd);
18752 tmpd = csinh(tmpd);
18821 tmpd = csinh(tmpd);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17464 tmpd = csinh(tmpd);
17533 tmpd = csinh(tmpd);
18140 tmpd = csinh(tmpd);
18209 tmpd = csinh(tmpd);
    [all...]

Completed in 99 milliseconds