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

<<1112

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxvahd.h 310 FLOAT Upper;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
MIPSOps.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
386Ops.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
    [all...]
ARM64Ops.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
MIPS64Ops.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...]
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/go/build/
deps_test.go 30 // 2) Upper-case keys define aliases for package sets, which can then
443 // Upper-case names are macro-expanded.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
MIPSOps.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
386Ops.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
    [all...]
ARM64Ops.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
MIPS64Ops.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 30 // 2) Upper-case keys define aliases for package sets, which can then
443 // Upper-case names are macro-expanded.
  /prebuilts/go/darwin-x86/src/cmd/doc/
main.go 199 // Another disambiguator: If the symbol starts with an upper
202 // matching an upper case name as a package name.
302 // isUpper reports whether the name starts with an upper case letter.
311 if pkg == "" || isUpper(pkg) { // Upper case symbol cannot be a package name.
  /prebuilts/go/darwin-x86/test/chan/
powser1.go 198 // Upper-case for power series.
powser2.go 208 // Upper-case for power series.
  /prebuilts/go/linux-x86/src/cmd/doc/
main.go 199 // Another disambiguator: If the symbol starts with an upper
202 // matching an upper case name as a package name.
302 // isUpper reports whether the name starts with an upper case letter.
311 if pkg == "" || isUpper(pkg) { // Upper case symbol cannot be a package name.
  /prebuilts/go/linux-x86/test/chan/
powser1.go 198 // Upper-case for power series.
powser2.go 208 // Upper-case for power series.
  /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/strings/
strings_test.go 696 upper := "ABCÇDEFG?HI?JKLMNOÖPRS?TUÜVYZ"
697 u := ToUpperSpecial(unicode.TurkishCase, upper)
698 if u != upper {
699 t.Errorf("Upper(upper) is %s not %s", u, upper)
702 if u != upper {
703 t.Errorf("Upper(lower) is %s not %s", u, upper)
709 l = ToLowerSpecial(unicode.TurkishCase, upper)
    [all...]
  /prebuilts/go/linux-x86/src/strings/
strings_test.go 696 upper := "ABCÇDEFG?HI?JKLMNOÖPRS?TUÜVYZ"
697 u := ToUpperSpecial(unicode.TurkishCase, upper)
698 if u != upper {
699 t.Errorf("Upper(upper) is %s not %s", u, upper)
702 if u != upper {
703 t.Errorf("Upper(lower) is %s not %s", u, upper)
709 l = ToLowerSpecial(unicode.TurkishCase, upper)
    [all...]
  /external/pdfium/fxjs/
cfxjse_formcalc_context_embeddertest.cpp     [all...]
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipphelper.c 86 double Upper;
429 int lower, upper; local
430 lower = ippGetRange(attr, i, &upper);
433 ippTagString(ippGetValueTag(attr)), lower, upper);
518 int lower, upper; local
519 lower = ippGetRange(attr, i, &upper);
521 ippTagString(ippGetValueTag(attr)), lower, upper);
773 int upper = 0; local
    [all...]

Completed in 629 milliseconds

<<1112