Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkCurveMeasure.cpp46 SkVector tan; in evaluateDerivative() local
307 SkVector* tan, SkScalar* time) { in getPosTanTime()
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_trigonometric.inl100 VECTORIZE_VEC(tan) argument
/external/valgrind/perf/
Dfbench.c345 #define tan I_tan macro
447 static double tan(x) in tan() function
/external/valgrind/memcheck/tests/
Dvcpu_fbench.c349 #define tan I_tan macro
451 static double tan(x) in tan() function
/external/crcalc/tests/src/com/hp/creals/
DCRTest.java114 UnaryCRFunction tan = UnaryCRFunction.tanFunction; in testCR() local
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h234 tan() const in tan() function
/external/skia/gm/
Ddrawatlas.cpp122 SkVector tan; local
DOverStroke.cpp95 SkVector tan; in ribs_path() 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.cpp311 SkPoint pos, tan; in draw_ribs() local
351 SkPoint pos, tan; in draw_t_divs() local
/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h416 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half tan(const half& a) { 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/clang/lib/Headers/
D__clang_cuda_cmath.h143 __DEVICE__ float tan(float __x) { return ::tanf(__x); } in tan() function
Dtgmath.h322 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpMath.java835 public static Dfp tan(final Dfp a) { in tan() method in DfpMath
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DLevenbergMarquardtEstimator.java717 final double tan = lmDiag[k] / rkk; in determineLMDirection() local
/external/libcxx/include/
Dmath.h945 inline _LIBCPP_INLINE_VISIBILITY float tan(float __lcpp_x) _NOEXCEPT {return ::tanf(__l… in tan() function
946 inline _LIBCPP_INLINE_VISIBILITY long double tan(long double __lcpp_x) _NOEXCEPT {return ::tanl(__l… in tan() function
952 tan(_A1 __lcpp_x) _NOEXCEPT {return ::tan((double)__lcpp_x);} in tan() function
/external/dng_sdk/source/
Ddng_lens_correction.cpp1473 const dng_point_real64 tan = fParams->EvaluateTangential (plane, in GetSrcPixelPosition() local
1491 const dng_point_real64 tan = fParams->EvaluateTangential (plane, in GetSrcPixelPosition() local
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp53 Ambiguous tan(Ambiguous){ return Ambiguous(); } in tan() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp54 Ambiguous tan(Ambiguous){ return Ambiguous(); } in tan() function
/external/v8/src/base/
Dieee754.cc2546 double tan(double x) { in tan() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java2675 public static double tan(double x) { in tan() method in FastMath
/external/swiftshader/src/Shader/
DShaderCore.cpp1430 void ShaderCore::tan(Vector4f &dst, const Vector4f &src, bool pp) in tan() function in sw::ShaderCore