Searched refs:cexpf (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/lib/msun/tests/
H A Dcexp_test.c79 test(cexpf, x, result, exceptmask, excepts, checksign); \
88 test_tol(cexpf, x, result, tol * FLT_ULP()); \
201 test(cexpf, CMPLXL(finites[i], 0.0),
204 test(cexpf, CMPLXL(finites[i], -0.0),
223 test(cexpf, CMPLXL(0.0, finites[i]),
226 test(cexpf, CMPLXL(-0.0, finites[i]),
258 test_tol(cexpf, CMPLXL(a, b), CMPLXL(x, y), 1 * FLT_ULP());
278 test_tol(cexpf, CMPLXL(88.73, 0x1p-149),
280 test_tol(cexpf, CMPLXL(90, 0x1p-149),
282 test_tol(cexpf, CMPLX
[all...]
/freebsd-11.0-release/lib/msun/src/
H A Ds_cexpf.c40 cexpf(float complex z) function
/freebsd-11.0-release/include/
H A Dcomplex.h86 float complex cexpf(float complex);
/freebsd-11.0-release/lib/msun/
H A DMakefile161 MLINKS+=cexp.3 cexpf.3
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h427 __tg_exp(float _Complex __x) {return cexpf(__x);}
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure7452 cexpf(tmpf);
[all...]

Completed in 201 milliseconds