Searched refs:ctan (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/msun/tests/ |
H A D | ctrig_test.c | 145 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 D | s_ctanh.c | 140 ctan(double complex z) in ctan() function
|
/freebsd/include/ |
H A D | complex.h | 131 double complex ctan(double complex);
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 262 ctan;
|
H A D | Makefile | 200 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 D | tgmath.h | 308 __tg_tan(double _Complex __x) {return ctan(__x);} in __tg_tan()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 410 SYMBOL(ctan, None, <complex.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1541 fun:ctan=uninstrumented
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 4025 let Spellings = ["ctan"];
|