HomeSort by relevance Sort by last modified time
    Searched refs:cos (Results 301 - 325 of 679) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/vp8/common/x86/
idctllm_sse2.asm 175 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
244 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
512 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
581 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.hlsl 117 return cos(v * disp_freq);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
EclipseControl.java 273 float x = cx + (float) (rx * Math.cos(angle));
292 float x = cx + (float) (rx * Math.cos(angle));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 64 __MATHCALL (cos,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 257 #define cos(Val) __TGMATH_UNARY_REAL_IMAG (Val, cos, ccos) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 266 #define cos(Val) __TGMATH_UNARY_REAL_IMAG (Val, cos, ccos) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 64 __MATHCALL (cos,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 257 #define cos(Val) __TGMATH_UNARY_REAL_IMAG (Val, cos, ccos) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 266 #define cos(Val) __TGMATH_UNARY_REAL_IMAG (Val, cos, ccos) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 64 __MATHCALL (cos,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 257 #define cos(Val) __TGMATH_UNARY_REAL_IMAG (Val, cos, ccos) macro
  /cts/tests/tests/graphics/src/android/graphics/cts/
SweepGradientTest.java 88 int x = CENTER + (int)(Math.cos(rad) * RADIUS);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Matrix2fTest.java 184 float cosTheta = (float)Math.cos((float)theta);
  /development/ndk/platforms/android-3/include/
math.h 207 double cos(double);
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 438 float velocityX = (float) Math.cos(direction) * speed;
681 mPath.lineTo((float) Math.cos(-CORNER_ANGLE) * mSize,
684 mPath.lineTo((float) Math.cos(CORNER_ANGLE) * mSize,
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
mathops.h 87 #define celt_cos_norm(x) ((float)cos((.5f*PI)*(x)))
  /external/eigen/Eigen/src/Core/
Assign_MKL.h 202 EIGEN_MKL_VML_DECLARE_UNARY_CALLS_LA(cos, Cos)
  /external/eigen/Eigen/src/Eigen2Support/
CwiseOperators.h 100 /** \deprecated ArrayBase::cos() */
103 Cwise<ExpressionType>::cos() const function in class:Eigen::Cwise
  /external/eigen/Eigen/src/Geometry/
AngleAxis.h 207 Scalar c = internal::cos(m_angle);
  /external/eigen/bench/
eig33.cpp 78 Scalar cos_theta = internal::cos(theta);
  /external/eigen/unsupported/test/
autodiff.cpp 19 return static_cast<Scalar>(x*2 - pow(x,2) + 2*sqrt(y*y) - 4 * sin(x) + 2 * cos(y) - exp(-0.5*x*x));
matrix_function.cpp 157 ComplexMatrix cosAc = A.cos().template cast<ComplexScalar>();
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 255 cosPitch = FastMath.cos(angle);
258 cosRoll = FastMath.cos(angle);
261 cosYaw = FastMath.cos(angle);
577 w = FastMath.cos(halfAngle);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Dome.java 218 afCos[iR] = FastMath.cos(fAngle);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
FaultHeightMap.java 239 float val = FastMath.cos((1 + f) * FastMath.PI / 2) * faultHeight;

Completed in 1735 milliseconds

<<11121314151617181920>>