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

  /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
Makefile.inc 6 ccos.c ccosh.c cephes_subr.c cexp.c clog.c conj.c cpow.c cproj.c \
  /src/include/
complex.h 82 /* 7.3.7.1 The cexp functions */
83 double complex cexp(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;

Completed in 14 milliseconds