Searched refs:cexpf (Results 1 – 14 of 14) sorted by relevance
| /trueos/tools/regression/lib/msun/ |
| HD | test-cexp.c | 79 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/ |
| HD | s_cexpf.c | 40 cexpf(float complex z) in cexpf() function
|
| /trueos/include/ |
| HD | complex.h | 86 float complex cexpf(float complex);
|
| /trueos/lib/msun/ |
| HD | Symbol.map | 227 cexpf;
|
| HD | Makefile | 158 MLINKS+=cexp.3 cexpf.3
|
| /trueos/contrib/libstdc++/ |
| D | ChangeLog-1998 | 554 * math/cexpf.c: Likewise. 902 * math/cexpf.c: Likewise.
|
| D | acinclude.m4 | 853 cexpf(tmpf);
|
| D | ChangeLog-2000 | 427 * libmath/cexpf.c: Likewise. 441 cexpf, cexpl, ctan, ctanf, ctanl, ctanh, ctanhf, ctanhl.
|
| D | ChangeLog-1999 | 3246 * math/cexpf.c: Likewise.
|
| D | configure | 7452 cexpf(tmpf);
|
| /trueos/contrib/llvm/tools/clang/lib/Headers/ |
| HD | tgmath.h | 427 __tg_exp(float _Complex __x) {return cexpf(__x);} in __tg_exp()
|
| /trueos/contrib/gcc/ |
| HD | builtins.def | 453 DEF_C99_BUILTIN (BUILT_IN_CEXPF, "cexpf", BT_FN_COMPLEX_FLOAT_COMPLEX_FLOAT, ATTR_MATHFN_FPR…
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Builtins.def | 1093 LIBBUILTIN(cexpf, "XfXf", "fnc", "complex.h", ALL_LANGUAGES)
|
| /trueos/contrib/gcc/doc/ |
| HD | extend.texi | 5428 @findex cexpf 5784 @code{ccos}, @code{cexpf}, @code{cexpl}, @code{cexp}, @code{cimagf},
|