Home | Sort by: relevance | last modified time | path |
/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 in typeref:typename:double complex |
cexp.c | 1 /* $NetBSD: cexp.c,v 1.1 2007/08/20 16:01:34 drochner Exp $ */ 37 cexp(double complex z) function in typeref:typename:double complex |
/src/sys/kern/ | |
kern_synch.c | 1129 static const fixpt_t cexp[ ] = { variable in typeref:typename:const fixpt_t[] 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; |
kern_synch.c | 1129 static const fixpt_t cexp[ ] = { variable in typeref:typename:const fixpt_t[] 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; |