Searched refs:cexpf (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/msun/tests/ |
H A D | cexp_test.c | 83 test_f(cexpf, x, result, exceptmask, excepts, checksign); \ 92 test_tol(cexpf, x, result, tol * FLT_ULP()); \ 202 test_f(cexpf, CMPLXL(finites[i], 0.0), in ATF_TC_BODY() 205 test_f(cexpf, CMPLXL(finites[i], -0.0), in ATF_TC_BODY() 223 test_f(cexpf, CMPLXL(0.0, finites[i]), in ATF_TC_BODY() 226 test_f(cexpf, CMPLXL(-0.0, finites[i]), in ATF_TC_BODY() 257 test_tol(cexpf, CMPLXL(a, b), CMPLXL(x, y), 1 * FLT_ULP()); in ATF_TC_BODY() 277 test_tol(cexpf, CMPLXL(88.73, 0x1p-149), in ATF_TC_BODY() 279 test_tol(cexpf, CMPLXL(90, 0x1p-149), in ATF_TC_BODY() 281 test_tol(cexpf, CMPLXL(192, 0x1p-149), in ATF_TC_BODY() [all …]
|
/freebsd/lib/msun/src/ |
H A D | s_cexpf.c | 39 cexpf(float complex z) in cexpf() function
|
/freebsd/include/ |
H A D | complex.h | 98 float complex cexpf(float complex);
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 225 cexpf;
|
H A D | Makefile | 204 MLINKS+=cexp.3 cexpf.3 cexp.3 cexpl.3
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 420 __tg_exp(float _Complex __x) {return cexpf(__x);} in __tg_exp()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 357 SYMBOL(cexpf, None, <complex.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1454 fun:cexpf=uninstrumented
|