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

  /src/lib/libm/complex/
Makefile.inc 7 cimag.c creal.c csin.c csinh.c csqrt.c ctan.c ctanh.c \
ctanh.c 1 /* $NetBSD: ctanh.c,v 1.1 2007/08/20 16:01:38 drochner Exp $ */
37 ctanh(double complex z) function
  /src/include/
complex.h 76 /* 7.3.6.6 The ctanh functions */
77 double complex ctanh(double complex);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
complex.d 70 cdouble ctanh(cdouble z);
tgmath.d 175 deprecated alias core.stdc.complex.ctanh tanh;
675 deprecated alias core.stdc.complex.ctanh tanh;
1165 deprecated alias core.stdc.complex.ctanh tanh;
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 72 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh)
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 72 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh)
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 464 extern double complex ctanh (double complex);
configure 23794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ctanh" >&5
23795 $as_echo_n "checking for ctanh... " >&6; }
23812 int (*ptr)() = (int (*)())ctanh;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 464 extern double complex ctanh (double complex);
configure 23629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ctanh" >&5
23630 $as_echo_n "checking for ctanh... " >&6; }
23647 int (*ptr)() = (int (*)())ctanh;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 1396 double complex ctanh (double complex a);
1398 ctanh (double complex a) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 1396 double complex ctanh (double complex a);
1398 ctanh (double complex a) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 395 __tg_tanh(double _Complex __x) {return ctanh(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 603 {"ctanh", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 603 {"ctanh", 99},
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17652 tmpd = ctanh(tmpd);
17721 tmpd = ctanh(tmpd);
18755 tmpd = ctanh(tmpd);
18824 tmpd = ctanh(tmpd);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17467 tmpd = ctanh(tmpd);
17536 tmpd = ctanh(tmpd);
18143 tmpd = ctanh(tmpd);
18212 tmpd = ctanh(tmpd);
    [all...]

Completed in 108 milliseconds