HomeSort by relevance Sort by last modified time
    Searched refs:tan (Results 126 - 150 of 175) sorted by null

1 2 3 4 56 7

  /external/v8/src/
heap-inl.h 649 case TAN:
650 return tan(input);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_after.h 448 _DEFINE_EXPR_UNARY_FUNCTION(tan)
valarray_before.h 115 { return tan(__t); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 448 _DEFINE_EXPR_UNARY_FUNCTION(tan)
valarray_before.h 115 { return tan(__t); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 448 _DEFINE_EXPR_UNARY_FUNCTION(tan)
valarray_before.h 115 { return tan(__t); }
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 448 _DEFINE_EXPR_UNARY_FUNCTION(tan)
valarray_before.h 115 { return tan(__t); }
  /external/quake/quake/src/WinQuake/
gl_rmain.cpp 1013 ymax = zNear * tan( fovy * M_PI / 360.0f );
1029 ymax = zNear * tan( fovy * M_PI / 360.0 );
    [all...]
r_main.cpp 367 r_refdef.horizontalFieldOfView = 2.0 * tan (r_refdef.fov_x/360*M_PI);
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 865 mat.m_matrix[0][1] = tan(sy); // note that the y shear goes in the first row
866 mat.m_matrix[1][0] = tan(sx); // and the x shear in the second row
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 507 ymax = zNear * (GLfloat)tan(fovy * PI / 360);
  /external/quake/quake/src/QW/client/
gl_screen.c 241 x = width/tan(fov_x/360*M_PI);
r_main.c 387 r_refdef.horizontalFieldOfView = 2.0 * tan (r_refdef.fov_x/360*M_PI);
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 499 float slope = tan(deg2rad(angleDeg));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 674 double span = radius * tan(angle);
GraphicsContextWinCE.cpp 764 double k = tan(angle);
773 k = tan(.5 * piDouble - angle);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 374 float f = 1.0f / (float) Math.tan(fovy * (Math.PI / 360.0));
  /frameworks/base/opengl/tests/angeles/
demo.c 507 ymax = zNear * (GLfloat)tan(fovy * PI / 360);
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 461 float top = near * tan((float) (fovy * M_PI / 360.0f));
    [all...]
  /external/stlport/stlport/stl/
_valarray.h     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.h     [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_valarray.h     [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_valarray.h     [all...]

Completed in 2282 milliseconds

1 2 3 4 56 7