| /src/lib/libm/complex/ |
| cexp.c | 1 /* $NetBSD: cexp.c,v 1.1 2007/08/20 16:01:34 drochner Exp $ */ 37 cexp(double complex z) function
|
| Makefile.inc | 6 ccos.c ccosh.c cephes_subr.c cexp.c clog.c conj.c cpow.c cproj.c \
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| gen-sframe.c | 426 /* Create a composite expression CEXP (for SFrame FRE start address) such that: 440 create_fre_start_addr_exp (expressionS *cexp, symbolS *fre_pc_begin, 462 cexp->X_op = O_absent; 463 cexp->X_add_symbol = make_expr_symbol (&val); 464 cexp->X_op_symbol = make_expr_symbol (&width); 465 cexp->X_add_number = 0; 468 /* Create a composite expression CEXP (for SFrame FDE function info) such that: 483 create_func_info_exp (expressionS *cexp, symbolS *dw_fde_end_addrS, 497 cexp->X_op = O_modulus; 498 cexp->X_add_symbol = make_expr_symbol (&rest_of_func_info) 672 expressionS cexp; local [all...] |
| /src/include/ |
| complex.h | 82 /* 7.3.7.1 The cexp functions */ 83 double complex cexp(double complex);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| complex.d | 74 cdouble cexp(cdouble z);
|
| tgmath.d | 187 deprecated alias core.stdc.complex.cexp exp; 687 deprecated alias core.stdc.complex.cexp exp; 1177 deprecated alias core.stdc.complex.cexp exp;
|
| /src/sys/kern/ |
| kern_synch.c | 1129 static const fixpt_t cexp[ ] = { variable 1266 CTASSERT(__arraycount(cexp) == __arraycount(avg->ldavg)); 1267 for (i = 0; i < __arraycount(cexp); i++) { 1268 avg->ldavg[i] = (cexp[i] * avg->ldavg[i] + 1269 nrun * FSCALE * (FSCALE - cexp[i])) >> FSHIFT;
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| tgmath.h | 73 #define exp(z) __TGMATH_CPLX(z, exp, cexp)
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| tgmath.h | 73 #define exp(z) __TGMATH_CPLX(z, exp, cexp)
|
| /src/external/gpl3/binutils/dist/gas/ |
| gen-sframe.c | 513 /* Create a composite expression CEXP (for SFrame FRE start address) such that: 527 create_fre_start_addr_exp (expressionS *cexp, symbolS *fre_pc_begin, 548 *cexp = (expressionS) { 555 /* Create a composite expression CEXP (for SFrame FDE function info) such that: 570 create_func_info_exp (expressionS *cexp, symbolS *dw_fde_end_addrS, 584 *cexp = (expressionS) { 880 expressionS cexp; local 881 create_func_info_exp (&cexp, dw_fde_end_addrS, dw_fde_start_addrS, 884 frag_var (rs_sframe, 1, 0, 0, make_expr_symbol (&cexp), 0,
|
| /src/external/gpl3/gcc/dist/libgfortran/ |
| c99_protos.h | 352 extern double complex cexp (double complex);
|
| Makefile.am | 870 m4/ctrig.m4 m4/cexp.m4 m4/chyp.m4 m4/mtype.m4 \
|
| configure | 19666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cexp" >&5 19667 $as_echo_n "checking for cexp... " >&6; } 19684 int (*ptr)() = (int (*)())cexp;
|
| /src/external/gpl3/gcc.old/dist/libgfortran/ |
| c99_protos.h | 352 extern double complex cexp (double complex);
|
| Makefile.am | 865 m4/ctrig.m4 m4/cexp.m4 m4/chyp.m4 m4/mtype.m4 \
|
| configure | 19501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cexp" >&5 19502 $as_echo_n "checking for cexp... " >&6; } 19519 int (*ptr)() = (int (*)())cexp;
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| c99_functions.c | 945 double complex cexp (double complex z); 948 cexp (double complex z) function 1066 /* pow(base, power) = cexp (power * clog (base)) */ 1085 return cexp (power * clog (base));
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| c99_functions.c | 945 double complex cexp (double complex z); 948 cexp (double complex z) function 1066 /* pow(base, power) = cexp (power * clog (base)) */ 1085 return cexp (power * clog (base));
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| tgmath.h | 424 __tg_exp(double _Complex __x) {return cexp(__x);}
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cfns.h | 901 {"cexp", 99},
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cfns.h | 901 {"cexp", 99},
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/ |
| configure | 17646 tmpd = cexp(tmpd); 17715 tmpd = cexp(tmpd); 18749 tmpd = cexp(tmpd); 18818 tmpd = cexp(tmpd); [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| configure | 17461 tmpd = cexp(tmpd); 17530 tmpd = cexp(tmpd); 18137 tmpd = cexp(tmpd); 18206 tmpd = cexp(tmpd); [all...] |