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

1 2 34 5 6 7

  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
math.h 209 double tan(double);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
math.h 209 double tan(double);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
math.h 209 double tan(double);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 87 using std::tr1::tan;
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
math.h 209 double tan(double);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
math.h 209 double tan(double);
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
math.h 209 double tan(double);
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
math.h 209 double tan(double);
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/
math.h 209 double tan(double);
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/
math.h 209 double tan(double);
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/
math.h 209 double tan(double);
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
math.h 209 double tan(double);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
math.h 209 double tan(double);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
math.h 209 double tan(double);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
math.h 209 double tan(double);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
math.h 209 double tan(double);
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 87 using std::tr1::tan;
  /external/v8/test/mjsunit/
function-names.js 82 "log", "round", "sin", "sqrt", "tan", "atan2", "pow", "max", "min"];
  /external/webkit/Source/JavaScriptCore/runtime/
MathObject.cpp 85 tan mathProtoFuncTan DontEnum|Function 1
240 return JSValue::encode(jsDoubleNumber(tan(exec->argument(0).toNumber(exec))));
  /frameworks/base/graphics/java/android/renderscript/
Matrix4f.java 284 float top = near * (float)Math.tan((float) (fovy * Math.PI / 360.0f));
  /libcore/luni/src/main/java/java/lang/
StrictMath.java 871 * <li>{@code tan(+0.0) = +0.0}</li>
872 * <li>{@code tan(-0.0) = -0.0}</li>
873 * <li>{@code tan(+infinity) = NaN}</li>
874 * <li>{@code tan(-infinity) = NaN}</li>
875 * <li>{@code tan(NaN) = NaN}</li>
882 public static native double tan(double d); method in class:StrictMath
    [all...]
  /external/stlport/stlport/stl/
_complex.h 879 _STLP_DECLSPEC complex<float> _STLP_CALL tan(const complex<float>&);
898 _STLP_DECLSPEC complex<double> _STLP_CALL tan(const complex<double>&);
918 _STLP_DECLSPEC complex<long double> _STLP_CALL tan(const complex<long double>&);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 879 _STLP_DECLSPEC complex<float> _STLP_CALL tan(const complex<float>&);
898 _STLP_DECLSPEC complex<double> _STLP_CALL tan(const complex<double>&);
918 _STLP_DECLSPEC complex<long double> _STLP_CALL tan(const complex<long double>&);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_complex.h 879 _STLP_DECLSPEC complex<float> _STLP_CALL tan(const complex<float>&);
898 _STLP_DECLSPEC complex<double> _STLP_CALL tan(const complex<double>&);
918 _STLP_DECLSPEC complex<long double> _STLP_CALL tan(const complex<long double>&);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_complex.h 879 _STLP_DECLSPEC complex<float> _STLP_CALL tan(const complex<float>&);
898 _STLP_DECLSPEC complex<double> _STLP_CALL tan(const complex<double>&);
918 _STLP_DECLSPEC complex<long double> _STLP_CALL tan(const complex<long double>&);

Completed in 8745 milliseconds

1 2 34 5 6 7