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

1 2 3 4 5

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.3.js 24 ECMA Section: 15.8.2.3 asin( x )
40 var TITLE = "Math.asin()";
51 array[item++] = new TestCase( SECTION, "Math.asin()", Number.NaN, Math.asin() );
52 array[item++] = new TestCase( SECTION, "Math.asin(void 0)", Number.NaN, Math.asin(void 0) );
53 array[item++] = new TestCase( SECTION, "Math.asin(null)", 0, Math.asin(null) );
54 array[item++] = new TestCase( SECTION, "Math.asin(NaN)", Number.NaN, Math.asin(Number.NaN) )
    [all...]
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 47 using ::asin;
  /bionic/libstdc++/include/
cmath 49 using ::asin;
  /ndk/sources/cxx-stl/gabi++/include/
cmath 49 using ::asin;
  /ndk/sources/cxx-stl/system/include/
cmath 49 using ::asin;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cmath 47 using ::asin;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cmath 47 using ::asin;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cmath 49 using ::asin;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cmath 49 using ::asin;
  /frameworks/base/libs/rs/
rsElement.h 82 const uint32_t *asin);
97 const uint32_t *asin) {
98 ObjectBaseRef<const Element> elem = createRef(rsc, count, ein, nin, lengths, asin);
  /external/stlport/test/unit/
valarray_test.cpp 40 tmp = asin(darray);
66 tmp = asin(farray);
93 tmp = asin(ldarray);
  /ndk/tests/device/test-gnustl-full/unit/
valarray_test.cpp 40 tmp = asin(darray);
66 tmp = asin(farray);
93 tmp = asin(ldarray);
  /ndk/tests/device/test-stlport/unit/
valarray_test.cpp 40 tmp = asin(darray);
66 tmp = asin(farray);
93 tmp = asin(ldarray);
  /external/skia/include/core/
SkFloatingPoint.h 46 #define sk_float_asin(x) (float)::asin(x)
63 #define sk_float_asin(x) static_cast<float>(asin(x))
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 353 #define asin I_asin macro
556 /* asin(x) Return arcsine in radians of x */
558 static double asin(x) function
653 iang = asin(iang_sin);
658 iang - asin(rang_sin);
667 rang = -asin((from_index / to_index) *
  /external/valgrind/main/perf/
fbench.c 349 #define asin I_asin macro
552 /* asin(x) Return arcsine in radians of x */
554 static double asin(x) function
649 iang = asin(iang_sin);
654 iang - asin(rang_sin);
663 rang = -asin((from_index / to_index) *
  /frameworks/base/core/java/android/util/
MathUtils.java 127 public static float asin(float value) { method in class:MathUtils
128 return (float) Math.asin(value);
  /libcore/luni/src/main/native/
java_lang_Math.cpp 31 return asin(a);
113 NATIVE_METHOD(Math, asin, "!(D)D"),
  /external/v8/test/mjsunit/
transcendentals.js 42 assertTrue(Math.asin(x) != Math.asin(y));
  /frameworks/base/services/java/com/android/server/
TwilightCalculator.java 91 double solarDec = Math.asin(FloatMath.sin(solarLng) * FloatMath.sin(OBLIQUITY));
  /hardware/invensense/mlsdk/platform/include/
mlmath.h 64 #define asin(x) ml_asin(x) macro
  /external/skia/src/animator/
SkDisplayMath.cpp 56 SK_FUNCTION(asin),
79 (SkFunctionParamType) SkType_Float, // asin
128 SK_MEMBER_FUNCTION(asin, Float),
167 case SK_FUNCTION(asin):
  /external/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
362 _STLP_DMATH_INLINE(asin)
433 _STLP_DEF_MATH_INLINE(asin, asin)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
555 using ::asin;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
362 _STLP_DMATH_INLINE(asin)
433 _STLP_DEF_MATH_INLINE(asin, asin)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
555 using ::asin;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
362 _STLP_DMATH_INLINE(asin)
433 _STLP_DEF_MATH_INLINE(asin, asin)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
555 using ::asin;

Completed in 2448 milliseconds

1 2 3 4 5