Home
last modified time | relevance | path

Searched defs:abs2 (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_of_complex.cpp43 Tensor<double, 1> abs2 = data2.abs(); in test_abs() local
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h71 abs2() const in abs2() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1782 int64_t abs2 = pow2 > 0 ? pow2 : -pow2; in visitSDIV() local