Searched refs:cexp (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/lib/msun/tests/
H A Dcexp_test.c28 * Tests for corner cases in cexp*().
54 * whether cexp() raises an invalid exception is unspecified.
76 /* Test all the functions that compute cexp(x). */
78 test(cexp, x, result, exceptmask, excepts, checksign); \
83 * Test all the functions that compute cexp(x), within a given tolerance.
87 test_tol(cexp, x, result, tol * DBL_ULP()); \
101 /* cexp(0) = 1, no exceptions raised */
117 /* cexp(x + NaNi) = NaN + NaNi and optionally raises invalid */
118 /* cexp(NaN + yi) = NaN + NaNi and optionally raises invalid (|y|>0) */
130 /* cexp(Na
[all...]
/freebsd-11.0-release/lib/msun/src/
H A Ds_cexp.c40 cexp(double complex z) function
51 /* cexp(x + I 0) = exp(x) + I 0 */
55 /* cexp(0 + I y) = cos(y) + I sin(y) */
61 /* cexp(finite|NaN +- I Inf|NaN) = NaN + I NaN */
64 /* cexp(-Inf +- I Inf|NaN) = 0 + I 0 */
67 /* cexp(+Inf +- I Inf|NaN) = Inf + I NaN */
/freebsd-11.0-release/include/
H A Dcomplex.h85 double complex cexp(double complex);
/freebsd-11.0-release/sys/kern/
H A Dkern_synch.c91 static fixpt_t cexp[3] = { variable
525 avg->ldavg[i] = (cexp[i] * avg->ldavg[i] +
526 nrun * FSCALE * (FSCALE - cexp[i])) >> FSHIFT;
/freebsd-11.0-release/lib/msun/
H A DMakefile136 ceil.3 cacos.3 ccos.3 ccosh.3 cexp.3 \
161 MLINKS+=cexp.3 cexpf.3
/freebsd-11.0-release/usr.sbin/dumpcis/
H A Dprintcis.c236 static const char *cexp[] = local
248 expp = cexp;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h431 __tg_exp(double _Complex __x) {return cexp(__x);}
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure7465 cexp(tmpd);
[all...]

Completed in 126 milliseconds