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

  /src/lib/libm/complex/
cexpl.c 1 /* $NetBSD: cexpl.c,v 1.1 2014/10/10 00:48:18 christos Exp $ */
37 cexpl(long double complex z) function
  /src/lib/libm/ld128/
s_cexpl.c 37 /* XXX cexpl() should be converted to use bits likeo src/s_cexp.c. */
44 cexpl(long double complex z) function
  /src/lib/libm/ld80/
s_cexpl.c 41 cexpl (long double complex z) function
  /src/include/
complex.h 85 long double complex cexpl(long double complex);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
complex.d 76 creal cexpl(creal z);
tgmath.d 189 deprecated alias core.stdc.complex.cexpl exp;
689 deprecated alias core.stdc.complex.cexpl exp;
1179 deprecated alias core.stdc.complex.cexpl exp;
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 357 extern long double complex cexpl (long double complex);
configure 19714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cexpl" >&5
19715 $as_echo_n "checking for cexpl... " >&6; }
19732 int (*ptr)() = (int (*)())cexpl;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 357 extern long double complex cexpl (long double complex);
configure 19549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cexpl" >&5
19550 $as_echo_n "checking for cexpl... " >&6; }
19567 int (*ptr)() = (int (*)())cexpl;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 962 long double complex cexpl (long double complex z);
965 cexpl (long double complex z) function
1096 return cexpl (power * clogl (base));
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 962 long double complex cexpl (long double complex z);
965 cexpl (long double complex z) function
1096 return cexpl (power * clogl (base));
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 428 __tg_exp(long double _Complex __x) {return cexpl(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 733 {"cexpl", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 733 {"cexpl", 99},
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17659 tmpld = cexpl(tmpld);
17728 tmpld = cexpl(tmpld);
18762 tmpld = cexpl(tmpld);
18831 tmpld = cexpl(tmpld);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17474 tmpld = cexpl(tmpld);
17543 tmpld = cexpl(tmpld);
18150 tmpld = cexpl(tmpld);
18219 tmpld = cexpl(tmpld);
    [all...]

Completed in 61 milliseconds