Searched defs:tan (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_tan.c54 tan(double x) function
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h66 #undef tan macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h79 #undef tan macro
427 tan(float __x) function
431 tan(long double __x) function
437 tan(_Tp __x) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h157 __DEVICE__ float tan(float __x) { return ::tanf(__x); } function
H A Dtgmath.h314 #undef tan macro
315 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_device_functions.h1761 __DEVICE__ double tan(double __a) { return __nv_tan(__a); } function
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_complex.h901 tan(const complex<_Tp>& __z) { return __complex_tan(__z.__rep()); } function
905 tan(const complex<_Tp>& __z) { return __complex_tan(__z); } function
/freebsd-11-stable/include/
H A Dtgmath.h149 #define tan(x) __tg_full(x, tan) macro

Completed in 258 milliseconds