HomeSort by relevance Sort by last modified time
    Searched refs:STi (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/Eigenvalues/
RealQZ.h 322 Matrix2s STi = m_T.template block<2,2>(i,i).template triangularView<Upper>().
324 Scalar p = Scalar(0.5)*(STi(0,0)-STi(1,1));
325 Scalar q = p*p + STi(1,0)*STi(0,1);
333 G.makeGivens(p + z, STi(1,0));
335 G.makeGivens(p - z, STi(1,0));
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 188 unsigned getStackEntry(unsigned STi) const {
189 if (STi >= StackTop)
191 return Stack[StackTop-1-STi];
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FloatingPoint.cpp 213 unsigned getStackEntry(unsigned STi) const {
214 if (STi >= StackTop)
216 return Stack[StackTop-1-STi];
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FloatingPoint.cpp 197 unsigned getStackEntry(unsigned STi) const {
198 if (STi >= StackTop)
200 return Stack[StackTop-1-STi];
    [all...]

Completed in 443 milliseconds