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/unsupported/test/
cxx11_tensor_of_complex.cpp 43 Tensor<double, 1> abs2 = data2.abs(); local
46 VERIFY_IS_APPROX(abs2(i), std::abs(data2(i)));
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 39 * \sa <a href="group__CoeffwiseMathFunctions.html#cwisetable_abs">Math functions</a>, abs2()
71 abs2() const function
342 * \sa <a href="group__CoeffwiseMathFunctions.html#cwisetable_squareE">Math functions</a>, abs2(), cube(), pow()
  /external/eigen/Eigen/src/Core/
MathFunctions.h 269 * Implementation of abs2 *
931 inline EIGEN_MATHFUNC_RETVAL(abs2, Scalar) abs2(const Scalar& x) function in namespace:Eigen::numext
933 return EIGEN_MATHFUNC_IMPL(abs2, Scalar)::run(x);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 1782 int64_t abs2 = pow2 > 0 ? pow2 : -pow2; local
    [all...]
  /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 252 milliseconds