HomeSort by relevance Sort by last modified time
    Searched defs:abs2 (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
absrel.s 19 mov abs2, %eax
30 mov abs2 - abs, %eax
35 mov abs - abs2,%eax
36 mov ext - abs2,%eax
37 mov weak - abs2,%eax
38 mov comm - abs2,%eax
39 mov loc - abs2,%eax
40 mov glob - abs2,%eax
41 mov abs2 - abs2,%ea
56 abs2 = 0x9876 define
    [all...]
pcrel.s 19 jmp abs2
30 jmp abs2 - abs
35 jmp abs - abs2
36 jmp ext - abs2
37 jmp weak - abs2
38 jmp comm - abs2
39 jmp loc - abs2
40 jmp glob - abs2
41 jmp abs2 - abs2
56 abs2 = 0x9876 define
    [all...]
  /art/test/455-checker-gvn/src/
Main.java 86 int abs2 = Math.abs(x); local
87 return abs1 + abs2;
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 8 * \sa abs2()
24 abs2() const function
168 * \sa operator/(), operator*(), abs2()
  /external/eigen/Eigen/src/Eigen2Support/
CwiseOperators.h 28 /** \deprecated ArrayBase::abs2() */
31 Cwise<ExpressionType>::abs2() const function in class:Eigen::Cwise
  /external/eigen/Eigen/src/Core/
MathFunctions.h 218 * Implementation of abs2 *
599 inline EIGEN_MATHFUNC_RETVAL(abs2, Scalar) abs2(const Scalar& x) function in namespace:Eigen::numext
601 return EIGEN_MATHFUNC_IMPL(abs2, Scalar)::run(x);
696 return numext::abs2(x) <= numext::abs2(y) * prec * prec;
701 return numext::abs2(x - y) <= (min)(numext::abs2(x), numext::abs2(y)) * prec * prec;
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 131 milliseconds