Searched refs:cexp (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/msun/tests/ |
H A D | cexp_test.c | 82 test(cexp, x, result, exceptmask, excepts, checksign); \ 91 test_tol(cexp, x, result, tol * DBL_ULP()); \ 196 test(cexp, CMPLXL(finites[i], 0.0), in ATF_TC_BODY() 199 test(cexp, CMPLXL(finites[i], -0.0), in ATF_TC_BODY() 217 test(cexp, CMPLXL(0.0, finites[i]), in ATF_TC_BODY() 220 test(cexp, CMPLXL(-0.0, finites[i]), in ATF_TC_BODY() 252 test_tol(cexp, CMPLXL(a, b), CMPLXL(x, y), 3 * DBL_ULP()); in ATF_TC_BODY() 266 test_tol(cexp, CMPLXL(709.79, 0x1p-1074), in ATF_TC_BODY() 268 test_tol(cexp, CMPLXL(1000, 0x1p-1074), in ATF_TC_BODY() 270 test_tol(cexp, CMPLXL(1400, 0x1p-1074), in ATF_TC_BODY() [all …]
|
/freebsd/lib/msun/src/ |
H A D | s_cexp.c | 40 cexp(double complex z) in cexp() function 95 __weak_reference(cexp, cexpl);
|
/freebsd/sys/kern/ |
H A D | kern_synch.c | 86 static uint64_t cexp[3] = { variable 590 avg->ldavg[i] = (cexp[i] * (uint64_t)avg->ldavg[i] + in setrunnable() 591 nrun * FSCALE * (FSCALE - cexp[i])) >> FSHIFT; in setrunnable()
|
/freebsd/lib/msun/ |
H A D | Makefile | 173 ceil.3 cacos.3 ccos.3 ccosh.3 cexp.3 \ 204 MLINKS+=cexp.3 cexpf.3 cexp.3 cexpl.3
|
H A D | Symbol.map | 224 cexp;
|
/freebsd/include/ |
H A D | complex.h | 97 double complex cexp(double complex);
|
/freebsd/usr.sbin/dumpcis/ |
H A D | printcis.c | 233 static const char *cexp[] = in print_pwr_desc() local 245 expp = cexp; in print_pwr_desc()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 424 __tg_exp(double _Complex __x) {return cexp(__x);} in __tg_exp()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 356 SYMBOL(cexp, None, <complex.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1453 fun:cexp=uninstrumented
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 3955 let Spellings = ["cexp"];
|