HomeSort by relevance Sort by last modified time
    Searched refs:asin (Results 26 - 50 of 266) sorted by null

12 3 4 5 6 7 8 91011

  /external/eigen/Eigen/src/Core/
GlobalFunctions.h 44 EIGEN_ARRAY_DECLARE_GLOBAL_STD_UNARY(asin,scalar_asin_op)
90 EIGEN_ARRAY_DECLARE_GLOBAL_EIGEN_UNARY(asin,scalar_asin_op)
  /external/skia/include/core/
SkFloatingPoint.h 38 #define sk_float_asin(x) (float)::asin(x)
55 #define sk_float_asin(x) static_cast<float>(asin(x))
  /frameworks/base/core/java/android/util/
MathUtils.java 131 public static float asin(float value) { method in class:MathUtils
132 return (float) Math.asin(value);
  /libcore/luni/src/main/native/
java_lang_Math.cpp 39 return asin(a);
125 NATIVE_METHOD(Math, asin, "!(D)D"),
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AsinPiTest.java 72 ref[idxRef] = (float)(Math.asin((double)in[idx])/Math.PI);
AsinTest.java 72 ref[idxRef] = (float)(Math.asin((double)in[idx]));
  /external/ceres-solver/internal/ceres/
jet_test.cc 291 { // Check that sin(asin(x)) == x.
293 ExpectJetsClose(sin(asin(a)), a);
294 ExpectJetsClose(asin(sin(a)), a);
297 ExpectJetsClose(sin(asin(b)), b);
298 ExpectJetsClose(asin(sin(b)), b);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DeviceMotionAndOrientation.java 266 values[1] = Math.asin(R[7]); // beta (-pi/2, pi/2)
270 values[1] = -Math.asin(R[7]);
276 values[1] = Math.asin(R[7]); // beta [-pi/2, pi/2]
280 values[1] = -Math.asin(R[7]);
  /external/chromium_org/v8/test/mjsunit/
transcendentals.js 42 assertTrue(Math.asin(x) != Math.asin(y));
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 87 * \sa cos(), asin()
100 * \sa cos(), asin()
116 asin() const function
  /external/eigen/bench/
quat_slerp.cpp 92 theta = /*M_PI -*/ Scalar(2)*std::asin( (a.coeffs()+b.coeffs()).norm()/2 );
94 theta = Scalar(2)*std::asin( (a.coeffs()-b.coeffs()).norm()/2 );
120 theta = /*M_PI -*/ Scalar(2)*std::asin( (-a.coeffs()-b.coeffs()).norm()/2 );
122 theta = Scalar(2)*std::asin( (a.coeffs()-b.coeffs()).norm()/2 );
  /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/60xx/libsensors_iio/software/core/driver/include/
mlmath.h 52 #define asin(x) ml_asin(x) macro
  /hardware/invensense/60xx/mlsdk/platform/include/
mlmath.h 64 #define asin(x) ml_asin(x) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 52 #define asin(x) ml_asin(x) macro
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayMath.cpp 48 SK_FUNCTION(asin),
71 (SkFunctionParamType) SkType_Float, // asin
120 SK_MEMBER_FUNCTION(asin, Float),
159 case SK_FUNCTION(asin):
  /external/skia/src/animator/
SkDisplayMath.cpp 48 SK_FUNCTION(asin),
71 (SkFunctionParamType) SkType_Float, // asin
120 SK_MEMBER_FUNCTION(asin, Float),
159 case SK_FUNCTION(asin):
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BaseCluster.java 92 double cosPhi = Math.cos(Math.asin(mCenter[2]));
93 double longitude = Math.toDegrees(Math.asin(mCenter[1] / cosPhi));
101 return Math.toDegrees(Math.asin(mCenter[2]));
  /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;
  /prebuilts/ndk/5/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;
  /prebuilts/ndk/6/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;
  /prebuilts/ndk/7/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;
  /prebuilts/ndk/8/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 679 milliseconds

12 3 4 5 6 7 8 91011