Home
last modified time | relevance | path

Searched refs:cexp (Results 1 – 25 of 70) sorted by relevance

123

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dgen-sframe.c424 create_fre_start_addr_exp (expressionS *cexp, symbolS *fre_pc_begin, in create_fre_start_addr_exp() argument
446 cexp->X_op = O_absent; in create_fre_start_addr_exp()
447 cexp->X_add_symbol = make_expr_symbol (&val); in create_fre_start_addr_exp()
448 cexp->X_op_symbol = make_expr_symbol (&width); in create_fre_start_addr_exp()
449 cexp->X_add_number = 0; in create_fre_start_addr_exp()
467 create_func_info_exp (expressionS *cexp, symbolS *dw_fde_end_addrS, in create_func_info_exp() argument
481 cexp->X_op = O_modulus; in create_func_info_exp()
482 cexp->X_add_symbol = make_expr_symbol (&rest_of_func_info); in create_func_info_exp()
483 cexp->X_op_symbol = make_expr_symbol (&width); in create_func_info_exp()
484 cexp->X_add_number = 0; in create_func_info_exp()
[all …]
/netbsd-src/lib/libm/complex/
H A Dcexp.c37 cexp(double complex z) in cexp() function
H A DMakefile.inc6 ccos.c ccosh.c cephes_subr.c cexp.c clog.c conj.c cpow.c cproj.c \
/netbsd-src/sys/kern/
H A Dkern_synch.c1129 static const fixpt_t cexp[ ] = { variable
1266 CTASSERT(__arraycount(cexp) == __arraycount(avg->ldavg)); in sched_pstats()
1267 for (i = 0; i < __arraycount(cexp); i++) { in sched_pstats()
1268 avg->ldavg[i] = (cexp[i] * avg->ldavg[i] + in sched_pstats()
1269 nrun * FSCALE * (FSCALE - cexp[i])) >> FSHIFT; in sched_pstats()
/netbsd-src/include/
H A Dcomplex.h83 double complex cexp(double complex);
/netbsd-src/lib/libm/
H A Dm.common.expsym122 cexp
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dcomplex.d74 cdouble cexp(cdouble z);
H A Dtgmath.d187 deprecated alias core.stdc.complex.cexp exp; in version()
687 deprecated alias core.stdc.complex.cexp exp; in version()
1177 deprecated alias core.stdc.complex.cexp exp;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h73 #define exp(z) __TGMATH_CPLX(z, exp, cexp)
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h73 #define exp(z) __TGMATH_CPLX(z, exp, cexp)
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A Dc99_protos.h352 extern double complex cexp (double complex);
H A Dgfortran.map1412 cexp;
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A Dc99_protos.h352 extern double complex cexp (double complex);
H A DChangeLog-2003270 * m4/cexp.m4 (cabs): Use correct typed version.
470 * m4/cexp.m4: Fix typo.
H A Dgfortran.map1416 cexp;
H A DChangeLog-2004633 * m4/cexp.m4 (carg): Return -pi to pi.
1069 * m4/cexp.m4 (csqrt): Actually use the passed value.
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dc99_functions.c945 double complex cexp (double complex z);
948 cexp (double complex z) in cexp() function
1085 return cexp (power * clog (base)); in cpow()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dc99_functions.c945 double complex cexp (double complex z);
948 cexp (double complex z) in cexp() function
1085 return cexp (power * clog (base)); in cpow()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf280 cexp, 99 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf280 cexp, 99 keyword
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-crtlmap.map216 cexp DPML
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-crtlmap.map216 cexp DPML
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-1998543 * math/cexp.c: Remove unused fpclassify calls. Use FINITE_P instead
901 * math/cexp.c: Likewise.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dtgmath.h424 __tg_exp(double _Complex __x) {return cexp(__x);} in __tg_exp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog144 * cexp.y (fatal): New decl (exported by cccp.c).
164 (c-lex.o, cexp.o, cccp.o): Depend on mbchar.h.
173 * cexp.y (mbchar.h): #include it.
268 * *.c, c-parse.in, cexp.y: Include system.h and delete any
790 (verror): Now extern; used by cexp.y.
802 * cexp.y (yyerror): Now takes msgid format and args, not just string.

123