Home
last modified time | relevance | path

Searched refs:cexpf (Results 1 – 14 of 14) sorted by relevance

/trueos/tools/regression/lib/msun/
HDtest-cexp.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), in test_reals()
204 test(cexpf, CMPLXL(finites[i], -0.0), in test_reals()
223 test(cexpf, CMPLXL(0.0, finites[i]), in test_imaginaries()
226 test(cexpf, CMPLXL(-0.0, finites[i]), in test_imaginaries()
258 test_tol(cexpf, CMPLXL(a, b), CMPLXL(x, y), 1 * FLT_ULP()); in test_small()
278 test_tol(cexpf, CMPLXL(88.73, 0x1p-149), in test_large()
280 test_tol(cexpf, CMPLXL(90, 0x1p-149), in test_large()
282 test_tol(cexpf, CMPLXL(192, 0x1p-149), in test_large()
[all …]
/trueos/lib/msun/src/
HDs_cexpf.c40 cexpf(float complex z) in cexpf() function
/trueos/include/
HDcomplex.h86 float complex cexpf(float complex);
/trueos/lib/msun/
HDSymbol.map227 cexpf;
HDMakefile158 MLINKS+=cexp.3 cexpf.3
/trueos/contrib/libstdc++/
DChangeLog-1998554 * math/cexpf.c: Likewise.
902 * math/cexpf.c: Likewise.
Dacinclude.m4853 cexpf(tmpf);
DChangeLog-2000427 * libmath/cexpf.c: Likewise.
441 cexpf, cexpl, ctan, ctanf, ctanl, ctanh, ctanhf, ctanhl.
DChangeLog-19993246 * math/cexpf.c: Likewise.
Dconfigure7452 cexpf(tmpf);
/trueos/contrib/llvm/tools/clang/lib/Headers/
HDtgmath.h427 __tg_exp(float _Complex __x) {return cexpf(__x);} in __tg_exp()
/trueos/contrib/gcc/
HDbuiltins.def453 DEF_C99_BUILTIN (BUILT_IN_CEXPF, "cexpf", BT_FN_COMPLEX_FLOAT_COMPLEX_FLOAT, ATTR_MATHFN_FPR…
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDBuiltins.def1093 LIBBUILTIN(cexpf, "XfXf", "fnc", "complex.h", ALL_LANGUAGES)
/trueos/contrib/gcc/doc/
HDextend.texi5428 @findex cexpf
5784 @code{ccos}, @code{cexpf}, @code{cexpl}, @code{cexp}, @code{cimagf},