HomeSort by relevance Sort by last modified time
    Searched refs:tan (Results 26 - 50 of 317) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-gnustl-full/unit/
valarray_test.cpp 49 tmp = tan(darray);
75 tmp = tan(farray);
102 tmp = tan(ldarray);
cmath_test.cpp 103 CPPUNIT_CHECK( are_equals(std::tan(std::atan(1.0)), 1.0) );
104 CPPUNIT_CHECK( are_equals(std::tan(std::atan2(1.0, 1.0)), 1.0) );
128 CPPUNIT_CHECK( are_equals(std::tan(std::atan(1.0f)), 1.0f) );
129 CPPUNIT_CHECK( are_equals(std::tan(std::atan2(1.0f, 1.0f)), 1.0f) );
154 CPPUNIT_CHECK( are_equals(std::tan(0.0l), 0.0l) );
  /ndk/tests/device/test-stlport/unit/
valarray_test.cpp 49 tmp = tan(darray);
75 tmp = tan(farray);
102 tmp = tan(ldarray);
cmath_test.cpp 103 CPPUNIT_CHECK( are_equals(std::tan(std::atan(1.0)), 1.0) );
104 CPPUNIT_CHECK( are_equals(std::tan(std::atan2(1.0, 1.0)), 1.0) );
128 CPPUNIT_CHECK( are_equals(std::tan(std::atan(1.0f)), 1.0f) );
129 CPPUNIT_CHECK( are_equals(std::tan(std::atan2(1.0f, 1.0f)), 1.0f) );
154 CPPUNIT_CHECK( are_equals(std::tan(0.0l), 0.0l) );
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ctanh.c 38 * Let t = tan(x)
51 * cosh(x) sinh(x) / cos^2(y) + i tan(y)
61 * I omitted the original algorithm's handling of overflow in tan(x) after
129 t = tan(y);
  /external/jmonkeyengine/engine/src/android/jme3tools/android/
Fixed.java 101 int tan0 = tan(0);
102 int tan1 = tan(1);
111 // Create the a table of tan values
114 lut[n] = tan(n) >> rotl;
117 // Then from the tan values create a reverse lookup
265 public static int tan(int n) { method in class:Fixed
  /external/stlport/test/unit/
cmath_test.cpp 103 CPPUNIT_CHECK( are_equals(std::tan(std::atan(1.0)), 1.0) );
104 CPPUNIT_CHECK( are_equals(std::tan(std::atan2(1.0, 1.0)), 1.0) );
128 CPPUNIT_CHECK( are_equals(std::tan(std::atan(1.0f)), 1.0f) );
129 CPPUNIT_CHECK( are_equals(std::tan(std::atan2(1.0f, 1.0f)), 1.0f) );
154 CPPUNIT_CHECK( are_equals(std::tan(0.0l), 0.0l) );
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java 556 Vector3f tan = vars.vect3; local
583 tan.x = tmpFloatT[tanIndex++];
584 tan.y = tmpFloatT[tanIndex++];
585 tan.z = tmpFloatT[tanIndex++];
589 transform.multNormal(tan, tan);
601 tmpFloatT[tanIndex++] = tan.x;
602 tmpFloatT[tanIndex++] = tan.y;
603 tmpFloatT[tanIndex++] = tan.z;
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java 66 Vector3f tan = new Vector3f(); local
73 tan.x = inBuf.get(i * components + 0);
74 tan.y = inBuf.get(i * components + 1);
75 tan.z = inBuf.get(i * components + 2);
77 transform.multNormal(tan, tan);
79 outBuf.put(offset + i * components + 0, tan.x);
80 outBuf.put(offset + i * components + 1, tan.y);
81 outBuf.put(offset + i * components + 2, tan.z);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 52 float[] tan = { 1f }; local
54 mPathMeasure.getPosTan(distance, pos, tan);
  /external/eigen/Eigen/src/Core/
GlobalFunctions.h 46 EIGEN_ARRAY_DECLARE_GLOBAL_STD_UNARY(tan,scalar_tan_op)
92 EIGEN_ARRAY_DECLARE_GLOBAL_EIGEN_UNARY(tan,scalar_tan_op)
  /frameworks/base/core/java/android/util/
MathUtils.java 143 public static float tan(float angle) { method in class:MathUtils
144 return (float) Math.tan(angle);
  /libcore/luni/src/main/native/
java_lang_Math.cpp 35 return tan(a);
145 NATIVE_METHOD(Math, tan, "!(D)D"),
  /cts/apps/CtsVerifier/lib/colorchecker/
imagetesthandler.cpp 95 j = (i - radiusDouble / sin(angleRad)) * tan(angleRad);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TanTest.java 72 ref[idxRef] = (float)(Math.tan((double)in[idx]));
  /external/chromium_org/v8/test/mjsunit/regress/
regress-transcendental.js 47 test(Math.tan, -1.57079632679489660000, "Math.tan");
  /external/chromium_org/v8/test/mjsunit/
transcendentals.js 38 assertTrue(Math.tan(x) != Math.tan(y));
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 121 /** \returns an expression of the coefficient-wise tan of *this.
129 tan() const function
  /external/v8/test/mjsunit/
transcendentals.js 38 assertTrue(Math.tan(x) != Math.tan(y));
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayMath.cpp 63 SK_FUNCTION(tan)
103 (SkFunctionParamType) SkType_Float, // tan
135 SK_MEMBER_FUNCTION(tan, Float)
217 case SK_FUNCTION(tan):
  /external/skia/src/animator/
SkDisplayMath.cpp 63 SK_FUNCTION(tan)
103 (SkFunctionParamType) SkType_Float, // tan
135 SK_MEMBER_FUNCTION(tan, Float)
217 case SK_FUNCTION(tan):
  /external/stlport/src/
complex_trig.cpp 104 // tan
118 _STLP_DECLSPEC complex<float> _STLP_CALL tan(const complex<float>& z) function
121 _STLP_DECLSPEC complex<double> _STLP_CALL tan(const complex<double>& z) function
125 _STLP_DECLSPEC complex<long double> _STLP_CALL tan(const complex<long double>& z) function
  /ndk/sources/cxx-stl/stlport/src/
complex_trig.cpp 104 // tan
118 _STLP_DECLSPEC complex<float> _STLP_CALL tan(const complex<float>& z) function
121 _STLP_DECLSPEC complex<double> _STLP_CALL tan(const complex<double>& z) function
125 _STLP_DECLSPEC complex<long double> _STLP_CALL tan(const complex<long double>& z) function
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NavCalculator.java 215 double m1 = (7915.704468 * (Math.log(Math.tan(Math.toRadians(45
221 double m2 = (7915.704468 * (Math.log(Math.tan(Math.toRadians(45
245 float m1 = (float) (7915.7045 * Math.log10(Math.tan(Math.toRadians(45 + (absLat1 / 2))))
248 float m2 = (float) (7915.7045 * Math.log10(Math.tan(Math.toRadians(45 + (absLat2 / 2))))
330 double dep = (Math.abs(dlat * 60)) * Math.tan(angle);
  /external/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
380 _STLP_DMATH_INLINE(tan)
451 _STLP_DEF_MATH_INLINE(tan, tan)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
592 using ::tan;

Completed in 2032 milliseconds

12 3 4 5 6 7 8 91011>>