Home
last modified time | relevance | path

Searched refs:ctan (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/msun/tests/
H A Dctrig_test.c145 testall_odd(ctan, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in ATF_TC_BODY()
174 testall_odd(ctan, z, nan_nan, ALL_STD_EXCEPT, 0, 0); in ATF_TC_BODY()
183 testall_odd(ctan, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY()
192 testall_odd(ctan, z, nan_nan, OPT_INVALID & ~FE_INEXACT, 0, 0); in ATF_TC_BODY()
201 testall_odd(ctan, z, CMPLXL(0, 1), ALL_STD_EXCEPT, 0, CS_IMAG); in ATF_TC_BODY()
210 testall_odd(ctan, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY()
218 testall_odd(ctan, z, CMPLXL(0, NAN), ALL_STD_EXCEPT, 0, CS_REAL); in ATF_TC_BODY()
226 testall_odd(ctan, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, CS_IMAG); in ATF_TC_BODY()
259 testall_odd(ctan, z, CMPLXL(0, 1), ALL_STD_EXCEPT, 0, CS_REAL); in ATF_TC_BODY()
273 testall_odd(ctan, z, CMPLXL(0 * sin(finites[i] * 2), 1), in ATF_TC_BODY()
[all …]
/freebsd/lib/msun/src/
H A Ds_ctanh.c140 ctan(double complex z) in ctan() function
/freebsd/include/
H A Dcomplex.h131 double complex ctan(double complex);
/freebsd/lib/msun/
H A DSymbol.map262 ctan;
H A DMakefile200 MLINKS+=ccos.3 ccosf.3 ccos.3 csin.3 ccos.3 csinf.3 ccos.3 ctan.3 ccos.3 ctanf.3
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h308 __tg_tan(double _Complex __x) {return ctan(__x);} in __tg_tan()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc410 SYMBOL(ctan, None, <complex.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1541 fun:ctan=uninstrumented
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td4025 let Spellings = ["ctan"];