Home
last modified time | relevance | path

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

12345678910>>...40

/aosp_15_r20/external/cronet/third_party/libc++/src/include/__math/
H A 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
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java86 public boolean getPosTan(float distance, float pos[], float tan[]) { in getPosTan()
163 …ic native boolean native_getPosTan(long native_instance, float distance, float pos[], float tan[]); in native_getPosTan()
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDAMathCompat.h129 __MATH_FUNCTIONS_DECL__ float tan(float x) { in tan() function
132 __MATH_FUNCTIONS_DECL__ double tan(double x) { in tan() function
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Dmath.rs34 pub(crate) fn tan(f: f64) -> f64 { in tan() function
146 pub(crate) fn tan(f: f64) -> f64 { in tan() function
/aosp_15_r20/external/skia/modules/skottie/src/animator/
H A DVec2KeyframeAnimator.cpp100 SkVector tan; in onSeek() local
118 const auto tan = v1.v2 - v0.v2; in onSeek() local
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dmath.rs69 pub(crate) fn tan(f: f32) -> f32 { in tan() function
182 pub(crate) fn tan(f: f32) -> f32 { in tan() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dtan.rs43 pub fn tan(x: f64) -> f64 { in tan() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dtan.rs43 pub fn tan(x: f64) -> f64 { in tan() function
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/
Dtan.rs43 pub fn tan(x: f64) -> f64 { in tan() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dtan.rs43 pub fn tan(x: f64) -> f64 { in tan() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dtan.rs43 pub fn tan(x: f64) -> f64 { in tan() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dtan.rs43 pub fn tan(x: f64) -> f64 { in tan() function
/aosp_15_r20/external/trusty/musl/src/math/
Dtan.c44 double tan(double x) in tan() function
/aosp_15_r20/external/musl/src/math/
H A Dtan.c44 double tan(double x) in tan() function
/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Dtan.go90 func tan(x float64) float64 { func
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_tan.c50 tan(double x) in tan() function
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPathMeasure.java39 protected boolean getPosTan(float distance, float pos[], float tan[]) { in getPosTan()
/aosp_15_r20/external/skia/tools/viewer/
H A DQuadStrokerSlide.cpp534 SkPoint pos, tan; in draw_ribs() local
574 SkPoint pos, tan; in draw_t_divs() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DPathMeasureTest.java63 float[] tan = { 1f }; in testGetPosTanArraysTooSmall() local
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
H A DShadowNativePathMeasureTest.java67 float[] tan = {1f}; in testGetPosTanArraysTooSmall() local

12345678910>>...40