HomeSort by relevance Sort by last modified time
    Searched refs:Upper (Results 226 - 250 of 251) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/eigen/Eigen/src/Eigenvalues/
RealQZ.h 28 * real orthogonal matrixes, T is upper-triangular matrix, and S is upper
215 /** \internal Reduces S and T to upper Hessenberg - triangular form */
232 // reduce S to upper Hessenberg with Givens rotations
322 Matrix2s STi = m_T.template block<2,2>(i,i).template triangularView<Upper>().
607 // We are sure now that S.block(f,f, l-f+1,l-f+1) is underuced upper-Hessenberg
  /external/llvm/lib/Analysis/
ValueTracking.cpp 387 ConstantInt *Upper =
389 ConstantRange Range(Lower->getValue(), Upper->getValue());
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
ARM64Ops.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
ARMOps.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
    [all...]
AMD64Ops.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
    [all...]
S390XOps.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
strings_test.go 645 upper := "ABCÇDEFG?HI?JKLMNOÖPRS?TUÜVYZ"
646 u := ToUpperSpecial(unicode.TurkishCase, upper)
647 if u != upper {
648 t.Errorf("Upper(upper) is %s not %s", u, upper)
651 if u != upper {
652 t.Errorf("Upper(lower) is %s not %s", u, upper)
658 l = ToLowerSpecial(unicode.TurkishCase, upper)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
ARM64Ops.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
ARMOps.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
    [all...]
AMD64Ops.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
    [all...]
S390XOps.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
    [all...]
  /prebuilts/go/linux-x86/src/strings/
strings_test.go 645 upper := "ABCÇDEFG?HI?JKLMNOÖPRS?TUÜVYZ"
646 u := ToUpperSpecial(unicode.TurkishCase, upper)
647 if u != upper {
648 t.Errorf("Upper(upper) is %s not %s", u, upper)
651 if u != upper {
652 t.Errorf("Upper(lower) is %s not %s", u, upper)
658 l = ToLowerSpecial(unicode.TurkishCase, upper)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/v8/src/js/
array.js 804 var low_end = from + 1; // Upper bound of elements lower than pivot.
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /prebuilts/go/darwin-x86/src/unicode/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/unicode/
tables.go     [all...]
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 648 milliseconds

1 2 3 4 5 6 7 8 91011