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

  /src/lib/libm/complex/
csinhf.c 1 /* $NetBSD: csinhf.c,v 1.1 2007/08/20 16:01:37 drochner Exp $ */
37 csinhf(float complex z) function
  /src/include/
complex.h 73 float complex csinhf(float complex);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
complex.d 67 cfloat csinhf(cfloat z);
tgmath.d 164 deprecated alias core.stdc.complex.csinhf sinh;
664 deprecated alias core.stdc.complex.csinhf sinh;
1154 deprecated alias core.stdc.complex.csinhf sinh;
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 427 extern float complex csinhf (float complex);
configure 22882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csinhf" >&5
22883 $as_echo_n "checking for csinhf... " >&6; }
22900 int (*ptr)() = (int (*)())csinhf;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 427 extern float complex csinhf (float complex);
configure 22717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csinhf" >&5
22718 $as_echo_n "checking for csinhf... " >&6; }
22735 int (*ptr)() = (int (*)())csinhf;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 1271 float complex csinhf (float complex a);
1274 csinhf (float complex a) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 1271 float complex csinhf (float complex a);
1274 csinhf (float complex a) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 362 __tg_sinh(float _Complex __x) {return csinhf(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 609 {"csinhf", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 609 {"csinhf", 99},
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17636 tmpf = csinhf(tmpf);
17705 tmpf = csinhf(tmpf);
18739 tmpf = csinhf(tmpf);
18808 tmpf = csinhf(tmpf);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17451 tmpf = csinhf(tmpf);
17520 tmpf = csinhf(tmpf);
18127 tmpf = csinhf(tmpf);
18196 tmpf = csinhf(tmpf);
    [all...]

Completed in 102 milliseconds