HomeSort by relevance Sort by last modified time
    Searched refs:tan (Results 176 - 200 of 397) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/opencv3/3rdparty/openexr/Imath/
ImathFrustum.h 310 _right = nearPlane * Math<T>::tan(fovx / two);
317 _top = nearPlane * Math<T>::tan(fovy / two);
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 509 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(tan, ::tan)
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 530 CV_CUDEV_UNARY_FUNCTION_INST(tan, ::tan)
  /external/v8/test/mjsunit/
undeletable-functions.js 61 "round", "sin", "sqrt", "tan", "atan2", "pow", "max", "min"];
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 183 static_assert((std::is_same<decltype(tan((double)0)), double>::value), "");
186 assert(tan(0) == 0);
  /bionic/tests/
math_test.cpp 388 TEST(math, tan) {
389 ASSERT_DOUBLE_EQ(0.0, tan(0.0));
    [all...]
  /external/ImageMagick/MagickCore/
shear.c     [all...]
  /external/opencv3/modules/viz/src/
shapes.cpp 824 double aspect_ratio = tan(fov[0] * 0.5) / tan(fov[1] * 0.5);
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 209 double tan(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 209 double tan(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-21/include/
math.h 198 double tan(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 209 double tan(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 209 double tan(double) __NDK_FPABI_MATH__;
  /external/eigen/test/
packetmath.cpp 226 CHECK_CWISE1_IF(internal::packet_traits<Scalar>::HasTan, std::tan, internal::ptan);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btScalar.h 407 SIMD_FORCE_INLINE btScalar btTan(btScalar x) { return tan(x); }
  /frameworks/base/libs/hwui/utils/
VectorDrawableUtils.cpp 146 double tanDiff2 = tan((eta2 - eta1) / 2);
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
PathParser.java 716 double tanDiff2 = Math.tan((eta2 - eta1) / 2);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
MathTest.java 103 double answer = Math.tan(Math.atan(1.0));
113 double answer = Math.atan(Math.tan(1.0));
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java 382 public static BoundedRational tan(BoundedRational r) { method in class:BoundedRational
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_after.h 449 _DEFINE_EXPR_UNARY_FUNCTION(tan, _Tan)
valarray_before.h 116 { return tan(__t); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h 425 __inline_mathcodeNP (tan, __x, \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_after.h 449 _DEFINE_EXPR_UNARY_FUNCTION(tan, _Tan)
valarray_before.h 116 { return tan(__t); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
valarray_after.h 449 _DEFINE_EXPR_UNARY_FUNCTION(tan, _Tan)

Completed in 4367 milliseconds

1 2 3 4 5 6 78 91011>>