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

  /src/lib/libm/complex/
cpowf.c 1 /* $NetBSD: cpowf.c,v 1.1 2007/08/20 16:01:36 drochner Exp $ */
37 cpowf(float complex a, float complex z) function
  /src/include/
complex.h 103 float complex cpowf(float complex, float complex);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
complex.d 87 cfloat cpowf(cfloat x, cfloat y);
tgmath.d 321 deprecated alias core.stdc.complex.cpowf pow;
822 deprecated alias core.stdc.complex.cpowf pow;
1325 deprecated alias core.stdc.complex.cpowf pow;
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 395 extern float complex cpowf (float complex, float complex);
configure 21730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cpowf" >&5
21731 $as_echo_n "checking for cpowf... " >&6; }
21748 int (*ptr)() = (int (*)())cpowf;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 395 extern float complex cpowf (float complex, float complex);
configure 21565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cpowf" >&5
21566 $as_echo_n "checking for cpowf... " >&6; }
21583 int (*ptr)() = (int (*)())cpowf;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 1069 float complex cpowf (float complex base, float complex power);
1072 cpowf (float complex base, float complex power) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 1069 float complex cpowf (float complex base, float complex power);
1072 cpowf (float complex base, float complex power) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 478 __tg_pow(float _Complex __x, float _Complex __y) {return cpowf(__x, __y);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 735 {"cpowf", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 735 {"cpowf", 99},
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17640 tmpf = cpowf(tmpf, tmpf);
17709 tmpf = cpowf(tmpf, tmpf);
18743 tmpf = cpowf(tmpf, tmpf);
18812 tmpf = cpowf(tmpf, tmpf);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17455 tmpf = cpowf(tmpf, tmpf);
17524 tmpf = cpowf(tmpf, tmpf);
18131 tmpf = cpowf(tmpf, tmpf);
18200 tmpf = cpowf(tmpf, tmpf);
    [all...]

Completed in 106 milliseconds