/aosp_15_r20/external/cronet/third_party/libc++/src/include/__math/ |
H A D | trigonometric_functions.h | 58 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/ |
D | trigonometric_functions.h | 58 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/ |
D | trigonometric_functions.h | 58 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/ |
D | trigonometric_functions.h | 58 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/ |
D | trigonometric_functions.h | 58 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/ |
D | trigonometric_functions.h | 58 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 D | PathMeasure.java | 86 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 D | CUDAMathCompat.h | 129 __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/ |
D | math.rs | 34 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 D | Vec2KeyframeAnimator.cpp | 100 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/ |
D | math.rs | 69 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 D | tan.rs | 43 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 D | tan.rs | 43 pub fn tan(x: f64) -> f64 { in tan() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/ |
D | tan.rs | 43 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 D | tan.rs | 43 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 D | tan.rs | 43 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 D | tan.rs | 43 pub fn tan(x: f64) -> f64 { in tan() function
|
/aosp_15_r20/external/trusty/musl/src/math/ |
D | tan.c | 44 double tan(double x) in tan() function
|
/aosp_15_r20/external/musl/src/math/ |
H A D | tan.c | 44 double tan(double x) in tan() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/ |
D | tan.go | 90 func tan(x float64) float64 { func
|
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_tan.c | 50 tan(double x) in tan() function
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowPathMeasure.java | 39 protected boolean getPosTan(float distance, float pos[], float tan[]) { in getPosTan()
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | QuadStrokerSlide.cpp | 534 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 D | PathMeasureTest.java | 63 float[] tan = { 1f }; in testGetPosTanArraysTooSmall() local
|
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
H A D | ShadowNativePathMeasureTest.java | 67 float[] tan = {1f}; in testGetPosTanArraysTooSmall() local
|