| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | gen-sframe.c | 424 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 D | cexp.c | 37 cexp(double complex z) in cexp() function
|
| H A D | Makefile.inc | 6 ccos.c ccosh.c cephes_subr.c cexp.c clog.c conj.c cpow.c cproj.c \
|
| /netbsd-src/sys/kern/ |
| H A D | kern_synch.c | 1129 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 D | complex.h | 83 double complex cexp(double complex);
|
| /netbsd-src/lib/libm/ |
| H A D | m.common.expsym | 122 cexp
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
| H A D | complex.d | 74 cdouble cexp(cdouble z);
|
| H A D | tgmath.d | 187 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 D | tgmath.h | 73 #define exp(z) __TGMATH_CPLX(z, exp, cexp)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
| H A D | tgmath.h | 73 #define exp(z) __TGMATH_CPLX(z, exp, cexp)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ |
| H A D | c99_protos.h | 352 extern double complex cexp (double complex);
|
| H A D | gfortran.map | 1412 cexp;
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | c99_protos.h | 352 extern double complex cexp (double complex);
|
| H A D | ChangeLog-2003 | 270 * m4/cexp.m4 (cabs): Use correct typed version. 470 * m4/cexp.m4: Fix typo.
|
| H A D | gfortran.map | 1416 cexp;
|
| H A D | ChangeLog-2004 | 633 * 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 D | c99_functions.c | 945 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 D | c99_functions.c | 945 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 D | cfns.gperf | 280 cexp, 99 keyword
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cfns.gperf | 280 cexp, 99 keyword
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
| H A D | vms-crtlmap.map | 216 cexp DPML
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
| H A D | vms-crtlmap.map | 216 cexp DPML
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-1998 | 543 * 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 D | tgmath.h | 424 __tg_exp(double _Complex __x) {return cexp(__x);} in __tg_exp()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | FSFChangeLog | 144 * 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.
|