Home
last modified time | relevance | path

Searched defs:tan (Results 1 – 25 of 116) sorted by relevance

12345

/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/
Dtrigonometric_functions.h58 inline _LIBCPP_HIDE_FROM_ABI float tan(float __x) _NOEXCEPT { return __builtin_tanf(__x); } in tan() function
61 _LIBCPP_HIDE_FROM_ABI double tan(double __x) _NOEXCEPT { in tan() function
65 inline _LIBCPP_HIDE_FROM_ABI long double tan(long double __x) _NOEXCEPT { return __builtin_tanl(__x… in tan() function
68 inline _LIBCPP_HIDE_FROM_ABI double tan(_A1 __x) _NOEXCEPT { in tan() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/
Dtrigonometric_functions.h58 inline _LIBCPP_HIDE_FROM_ABI float tan(float __x) _NOEXCEPT { return __builtin_tanf(__x); } in tan() function
61 _LIBCPP_HIDE_FROM_ABI double tan(double __x) _NOEXCEPT { in tan() function
65 inline _LIBCPP_HIDE_FROM_ABI long double tan(long double __x) _NOEXCEPT { return __builtin_tanl(__x… in tan() function
68 inline _LIBCPP_HIDE_FROM_ABI double tan(_A1 __x) _NOEXCEPT { in tan() function
/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/
Dtrigonometric_functions.h58 inline _LIBCPP_HIDE_FROM_ABI float tan(float __x) _NOEXCEPT { return __builtin_tanf(__x); } in tan() function
61 _LIBCPP_HIDE_FROM_ABI double tan(double __x) _NOEXCEPT { in tan() function
65 inline _LIBCPP_HIDE_FROM_ABI long double tan(long double __x) _NOEXCEPT { return __builtin_tanl(__x… in tan() function
68 inline _LIBCPP_HIDE_FROM_ABI double tan(_A1 __x) _NOEXCEPT { in tan() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/
Dtrigonometric_functions.h58 inline _LIBCPP_HIDE_FROM_ABI float tan(float __x) _NOEXCEPT { return __builtin_tanf(__x); } in tan() function
61 _LIBCPP_HIDE_FROM_ABI double tan(double __x) _NOEXCEPT { in tan() function
65 inline _LIBCPP_HIDE_FROM_ABI long double tan(long double __x) _NOEXCEPT { return __builtin_tanl(__x… in tan() function
68 inline _LIBCPP_HIDE_FROM_ABI double tan(_A1 __x) _NOEXCEPT { in tan() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/c++/v1/__math/
Dtrigonometric_functions.h58 inline _LIBCPP_HIDE_FROM_ABI float tan(float __x) _NOEXCEPT { return __builtin_tanf(__x); } in tan() function
61 _LIBCPP_HIDE_FROM_ABI double tan(double __x) _NOEXCEPT { in tan() function
65 inline _LIBCPP_HIDE_FROM_ABI long double tan(long double __x) _NOEXCEPT { return __builtin_tanl(__x… in tan() function
68 inline _LIBCPP_HIDE_FROM_ABI double tan(_A1 __x) _NOEXCEPT { in tan() function
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
Dtan.rs43 pub fn tan(x: f64) -> f64 { in tan() function
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
Dtan.rs43 pub fn tan(x: f64) -> f64 { in tan() function
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
Dtan.rs43 pub fn tan(x: f64) -> f64 { in tan() function
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
Dtan.rs43 pub fn tan(x: f64) -> f64 { in tan() function
/prebuilts/go/linux-x86/src/math/
Dtan.go90 func tan(x float64) float64 { func
/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/openmp_wrappers/
Dcomplex_cmath.h381 __DEVICE__ std::complex<_Tp> tan(const std::complex<_Tp> &__x) { in tan() function
/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/openmp_wrappers/
Dcomplex_cmath.h381 __DEVICE__ std::complex<_Tp> tan(const std::complex<_Tp> &__x) { in tan() function
/prebuilts/clang/host/linux-x86/clang-r547379/lib/clang/20/include/openmp_wrappers/
Dcomplex_cmath.h381 __DEVICE__ std::complex<_Tp> tan(const std::complex<_Tp> &__x) { in tan() function
/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/openmp_wrappers/
Dcomplex_cmath.h381 __DEVICE__ std::complex<_Tp> tan(const std::complex<_Tp> &__x) { in tan() function
/prebuilts/clang-tools/linux-x86/lib64/clang/20/include/openmp_wrappers/
Dcomplex_cmath.h381 __DEVICE__ std::complex<_Tp> tan(const std::complex<_Tp> &__x) { in tan() function
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/
Dcmath.rs24 pub fn tan(n: f64) -> f64; in tan() function
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/
Dcmath.rs24 pub fn tan(n: f64) -> f64; in tan() function
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/
Dcmath.rs24 pub fn tan(n: f64) -> f64; in tan() function
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/
Dcmath.rs24 pub fn tan(n: f64) -> f64; in tan() function
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/
Df16.rs820 pub fn tan(self) -> f16 { in tan() method
Df128.rs826 pub fn tan(self) -> f128 { in tan() method
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/
Df16.rs820 pub fn tan(self) -> f16 { in tan() method
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/
Df128.rs826 pub fn tan(self) -> f128 { in tan() method
Df16.rs820 pub fn tan(self) -> f16 { in tan() method
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/
Df16.rs820 pub fn tan(self) -> f16 { in tan() method

12345