HomeSort by relevance Sort by last modified time
    Searched refs:acos (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.2.js 24 ECMA Section: 15.8.2.2 acos( x )
38 var TITLE = "Math.acos()";
49 array[item++] = new TestCase( SECTION, "Math.acos.length", 1, Math.acos.length );
51 array[item++] = new TestCase( SECTION, "Math.acos(void 0)", Number.NaN, Math.acos(void 0) );
52 array[item++] = new TestCase( SECTION, "Math.acos()", Number.NaN, Math.acos() );
53 array[item++] = new TestCase( SECTION, "Math.acos(null)", Math.PI/2, Math.acos(null) )
    [all...]
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 46 using ::acos;
  /bionic/libstdc++/include/
cmath 48 using ::acos;
  /ndk/sources/cxx-stl/gabi++/include/
cmath 48 using ::acos;
  /ndk/sources/cxx-stl/system/include/
cmath 48 using ::acos;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cmath 46 using ::acos;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cmath 46 using ::acos;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cmath 48 using ::acos;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cmath 48 using ::acos;
  /external/webkit/Source/WebCore/platform/audio/
Cone.cpp 59 double angle = 180.0 * acos(dotProduct) / piDouble;
  /external/stlport/test/unit/
valarray_test.cpp 39 tmp = acos(darray);
65 tmp = acos(farray);
92 tmp = acos(ldarray);
  /ndk/tests/device/test-gnustl-full/unit/
valarray_test.cpp 39 tmp = acos(darray);
65 tmp = acos(farray);
92 tmp = acos(ldarray);
  /ndk/tests/device/test-stlport/unit/
valarray_test.cpp 39 tmp = acos(darray);
65 tmp = acos(farray);
92 tmp = acos(ldarray);
  /external/skia/include/core/
SkFloatingPoint.h 45 #define sk_float_acos(x) (float)::acos(x)
62 #define sk_float_acos(x) static_cast<float>(acos(x))
  /frameworks/base/core/java/android/util/
MathUtils.java 123 public static float acos(float value) { method in class:MathUtils
124 return (float) Math.acos(value);
  /libcore/luni/src/main/native/
java_lang_Math.cpp 35 return acos(a);
112 NATIVE_METHOD(Math, acos, "!(D)D"),
  /external/v8/test/mjsunit/
transcendentals.js 44 assertTrue(Math.acos(x) != Math.acos(y));
  /external/webkit/Source/WebCore/platform/graphics/transforms/
RotateTransformOperation.cpp 86 angle = rad2deg(acos(decomp.quaternionW) * 2);
  /frameworks/base/services/java/com/android/server/
TwilightCalculator.java 111 float hourAngle = (float) (Math.acos(cosHourAngle) / (2 * Math.PI));
  /hardware/invensense/mlsdk/platform/include/
mlmath.h 74 #define acos(x) ml_acos(x) macro
  /external/skia/src/animator/
SkDisplayMath.cpp 55 SK_FUNCTION(acos),
77 (SkFunctionParamType) SkType_Float, // acos
127 SK_MEMBER_FUNCTION(acos, Float),
164 case SK_FUNCTION(acos):
  /external/stlport/stlport/stl/
_cmath.h 340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic
345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
361 _STLP_DMATH_INLINE(acos)
432 _STLP_DEF_MATH_INLINE(acos, acos)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
554 using ::acos;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic
345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
361 _STLP_DMATH_INLINE(acos)
432 _STLP_DEF_MATH_INLINE(acos, acos)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
554 using ::acos;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic
345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
361 _STLP_DMATH_INLINE(acos)
432 _STLP_DEF_MATH_INLINE(acos, acos)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
554 using ::acos;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic
345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
361 _STLP_DMATH_INLINE(acos)
432 _STLP_DEF_MATH_INLINE(acos, acos)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
554 using ::acos;

Completed in 2794 milliseconds

1 2 3 4 5