Home
last modified time | relevance | path

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

123

/external/rust/crates/libm/src/math/
Dtan.rs43 pub fn tan(x: f64) -> f64 { in tan() function
Dmod.rs169 mod tan; module
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPathMeasure.java39 protected boolean getPosTan(float distance, float pos[], float tan[]) { in getPosTan()
/external/skia/modules/skottie/src/animator/
DVec2KeyframeAnimator.cpp191 SkVector tan; in onSeek() local
198 const auto tan = v1.v2 - v0.v2; in onSeek() local
/external/llvm-project/flang/test/Semantics/
Dprocinterface01.f90145 real function tan(x) function
/external/crcalc/tests/src/com/hp/creals/
DCRTest.java114 UnaryCRFunction tan = UnaryCRFunction.tanFunction; in testCR() local
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl62 GLM_FUNC_QUALIFIER vecType<T, P> tan(vecType<T, P> const & v) function
/external/skia/tests/
DPathMeasureTest.cpp237 SkVector tan; in test_90_degrees() local
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h235 tan() const in tan() function
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcomplex_cmath.h381 __DEVICE__ std::complex<_Tp> tan(const std::complex<_Tp> &__x) { in tan() function
/external/skia/gm/
Doverstroke.cpp92 SkVector tan; in ribs_path() local
Ddrawatlas.cpp158 SkVector tan; local
/external/skqp/gm/
DOverStroke.cpp96 SkVector tan; in ribs_path() local
Ddrawatlas.cpp132 SkVector tan; local
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java854 public Complex tan() { in tan() method in Complex
/external/skia/samplecode/
DSampleQuadStroker.cpp320 SkPoint pos, tan; in draw_ribs() local
360 SkPoint pos, tan; in draw_t_divs() local
/external/skqp/samplecode/
DSampleQuadStroker.cpp330 SkPoint pos, tan; in draw_ribs() local
370 SkPoint pos, tan; in draw_t_divs() local
/external/rust/crates/num-traits/src/
Dreal.rs540 fn tan(self) -> Self; in tan() method
Dfloat.rs1563 fn tan(self) -> Self; in tan() method
2053 fn tan(self) -> Self { in tan() method
2188 fn tan(self) -> Self { in tan() method
/external/mesa3d/src/compiler/nir/
Dnir_builtin_builder.c276 nir_ssa_def *tan = nir_bcsel(b, nir_feq(b, nir_fabs(b, x), nir_fabs(b, y)), in nir_atan2() local
/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h417 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half tan(const half& a) { in tan() function
/external/skia/modules/particles/src/
DSkParticleBinding.cpp38 SkVector tan; in linearize_path() local
/external/clang/lib/Headers/
D__clang_cuda_cmath.h143 __DEVICE__ float tan(float __x) { return ::tanf(__x); } in tan() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DLevenbergMarquardtOptimizer.java718 final double tan = lmDiag[k] / rkk; in determineLMDirection() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DLevenbergMarquardtEstimator.java717 final double tan = lmDiag[k] / rkk; in determineLMDirection() local

123