/external/cronet/tot/third_party/libc++/src/include/__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
|
/external/cronet/stable/third_party/libc++/src/include/__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
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__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
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__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
|
/external/rust/android-crates-io/crates/libm/src/math/ |
D | tan.rs | 47 pub fn tan(x: f64) -> f64 { in tan() function
|
/external/trusty/musl/src/math/ |
D | tan.c | 44 double tan(double x) in tan() function
|
/external/musl/src/math/ |
D | tan.c | 44 double tan(double x) in tan() function
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPathMeasure.java | 39 protected boolean getPosTan(float distance, float pos[], float tan[]) { in getPosTan()
|
D | ShadowNativePathMeasure.java | 40 long nativeInstance, float distance, float[] pos, float[] tan) { in native_getPosTan()
|
/external/pytorch/c10/cuda/ |
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
|
/external/rust/android-crates-io/crates/glam/src/f64/ |
D | math.rs | 29 pub(crate) fn tan(f: f64) -> f64 { in tan() function 136 pub(crate) fn tan(f: f64) -> f64 { in tan() function 225 pub(crate) fn tan(_: f64) -> f64 { in tan() function
|
/external/rust/android-crates-io/crates/glam/src/f32/ |
D | math.rs | 64 pub(crate) fn tan(f: f32) -> f32 { in tan() function 172 pub(crate) fn tan(f: f32) -> f32 { in tan() function 261 pub(crate) fn tan(_: f32) -> f32 { in tan() function
|
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
D | ShadowNativePathMeasureTest.java | 67 float[] tan = {1f}; in testGetPosTanArraysTooSmall() local
|
/external/skia/modules/skottie/src/animator/ |
D | Vec2KeyframeAnimator.cpp | 100 SkVector tan; in onSeek() local 118 const auto tan = v1.v2 - v0.v2; in onSeek() local
|
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
D | PathMeasureNatives.java | 19 long nativeInstance, float distance, float[] pos, float[] tan); in native_getPosTan()
|
/external/arm-optimized-routines/math/aarch64/advsimd/ |
D | tan.c | 51 float64x2_t VPCS_ATTR V_NAME_D1 (tan) (float64x2_t x) in V_NAME_D1() argument
|
D | tanf.c | 67 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (tan) (float32x4_t x) in V_NAME_F1() argument
|
/external/pytorch/aten/src/ATen/ |
D | NumericUtils.h | 186 C10_HOST_DEVICE inline T tan(T x) { in tan() function
|
/external/arm-optimized-routines/math/aarch64/sve/ |
D | tanf.c | 49 svfloat32_t SV_NAME_F1 (tan) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
|
D | tan.c | 53 svfloat64_t SV_NAME_D1 (tan) (svfloat64_t x, svbool_t pg) in SV_NAME_D1() argument
|
/external/crcalc/tests/src/com/hp/creals/ |
D | CRTest.java | 114 UnaryCRFunction tan = UnaryCRFunction.tanFunction; in testCR() local
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_trigonometric.inl | 62 GLM_FUNC_QUALIFIER vecType<T, P> tan(vecType<T, P> const & v) function
|
/external/pytorch/c10/util/ |
D | complex_math.h | 179 C10_HOST_DEVICE inline c10::complex<T> tan(const c10::complex<T>& x) { in tan() function
|
D | BFloat16-math.h | 134 inline T tan(T a) { in tan() function
|
/external/executorch/runtime/core/portable_type/ |
D | bfloat16_math.h | 134 inline T tan(T a) { in tan() function
|