Home
last modified time | relevance | path

Searched refs:upper (Results 476 - 497 of 497) sorted by relevance

1...<<11121314151617181920

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1459 // A named operator should be either lower or upper case, but not a mix in ParseIntelNamedOperator()
1460 if (Name.compare(Name.lower()) && Name.compare(Name.upper())) in ParseIntelNamedOperator()
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c566 // unsigned 32-bit integer. ASCII letters are conventionally upper case.
10366 // m_max_incl is an inclusive upper bound on the backing array size.
13903 // Compute lower and upper bounds such that any number between them (possibly in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13927 // Next, the upper bound. Our number f is: in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13933 // The upper bound is halfway between them (noting that 52 became 53): in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13935 wuffs_base__private_implementation__high_prec_dec upper; in wuffs_base__private_implementation__high_prec_dec__round_just_enough() local
13937 &upper, (2 * mantissa) + 1, false); in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13938 wuffs_base__private_implementation__high_prec_dec__lshift(&upper, exp2 - 53); in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13940 // The lower and upper bounds are possible outputs only if the original in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13946 // within the upper boun in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c13007 // Compute lower and upper bounds such that any number between them (possibly in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13031 // Next, the upper bound. Our number f is: in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13037 // The upper bound is halfway between them (noting that 52 became 53): in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13039 wuffs_base__private_implementation__high_prec_dec upper; in wuffs_base__private_implementation__high_prec_dec__round_just_enough() local
13041 &upper, (2 * mantissa) + 1, false); in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13042 wuffs_base__private_implementation__high_prec_dec__lshift(&upper, exp2 - 53); in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13044 // The lower and upper bounds are possible outputs only if the original in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13050 // within the upper bound. This is tracked by upper_delta: in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13051 // - When -1, the digits of h and upper are the same so far. in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13052 // - When +0, we saw a difference of 1 between h and upper o in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl177 # to @acc[0-7] do "contaminate" upper bits, but they are cleared before
1992 addcc $acc0,$acc4,$acc0 ! accumulate upper half
/third_party/python/Tools/clinic/
H A Dclinic.py1395 methoddef_name = "{}_METHODDEF".format(c_basename.upper())
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl177 # to @acc[0-7] do "contaminate" upper bits, but they are cleared before
1992 addcc $acc0,$acc4,$acc0 ! accumulate upper half
/third_party/python/Lib/test/
H A Dtest_logging.py4407 expected_level = level if level is not None else getattr(logging, method.upper())
H A Dtest_shutil.py2193 os.path.basename(self.src_dir).upper())
H A Dtest_typing.py8264 not k.upper() == k and
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2948 Mnemonic.upper() + std::string(PRCTX->Name) + " requires "); in parseSysAlias()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5055 std::string UpperOp = Op.upper(); in parsePKHImm()
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp12637 uint16x8_t upper = vreinterpretq_u16_u8(in); in convert_utf8_2_byte_to_utf16() local
12642 uint16x8_t upper_masked = vandq_u16(upper, vmovq_n_u16(0x1F)); in convert_utf8_2_byte_to_utf16()
13408 // Clear the upper 6 bits of the low surrogate. Don't clear the upper bits yet as in convert_masked_utf8_to_utf16()
18166 // Here we want to trim all of the upper 16-bit code units from the 2-byte
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/sqlite/src/
H A Dsqlite3.c1196 ** implements [sqlite3_deserialize()] to set an upper bound on the size
1316 ** upper-most shim only.
1868 ** between 0 and this upper bound as its "offset" argument.
4270 ** [limits | hard upper bound]
4274 ** ^Attempts to increase a limit above its hard upper bound are
4275 ** silently truncated to the hard upper bound.
7080 ** ^The sqlite3_hard_heap_limit64(N) interface sets a hard upper bound of
9581 ** insensitive - equivalent upper and lower case ASCII characters match
11336 ** When enabled, this function returns an upper limit, in bytes, for the size
13327 ** The hard upper limi
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp27527 static const mask upper = _ISupper;
29119 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::upper, __c); }
[all...]
/third_party/typescript/lib/
H A DtypingsInstaller.js1743 // | 6. | \u0131 | 305 | Lower case i without dot, upper case is I (2nd item) |
1747 // upper case form we cant convert its case.
1749 // they have corresponding upper case character so they dont need special handling
1761 * We could use upper case and we would still need to deal with the descripencies but
1842 * strings to their upper-case form as some unicode characters do not properly round-trip to
1897 * strings to their upper-case form as some unicode characters do not properly round-trip to
1969 // upper-case form as some unicode characters do not properly round-trip to
10511 var upper = isNegative ? pos1 : pos2;
10513 var upperLine = computeLineOfPosition(lineStarts, upper, lowerLine);
[all...]
H A Dtsc.js7566 var upper = isNegative ? pos1 : pos2;
7568 var upperLine = computeLineOfPosition(lineStarts, upper, lowerLine);
[all...]
H A Dtsserverlibrary.js1762 // | 6. | \u0131 | 305 | Lower case i without dot, upper case is I (2nd item) |
1766 // upper case form we cant convert its case.
1768 // they have corresponding upper case character so they dont need special handling
1780 * We could use upper case and we would still need to deal with the descripencies but
1861 * strings to their upper-case form as some unicode characters do not properly round-trip to
1916 * strings to their upper-case form as some unicode characters do not properly round-trip to
1988 // upper-case form as some unicode characters do not properly round-trip to
10530 var upper = isNegative ? pos1 : pos2;
10532 var upperLine = computeLineOfPosition(lineStarts, upper, lowerLine);
[all...]
H A Dtypescript.js1753 // | 6. | \u0131 | 305 | Lower case i without dot, upper case is I (2nd item) |
1757 // upper case form we cant convert its case.
1759 // they have corresponding upper case character so they dont need special handling
1771 * We could use upper case and we would still need to deal with the descripencies but
1852 * strings to their upper-case form as some unicode characters do not properly round-trip to
1907 * strings to their upper-case form as some unicode characters do not properly round-trip to
1979 // upper-case form as some unicode characters do not properly round-trip to
10521 var upper = isNegative ? pos1 : pos2;
10523 var upperLine = computeLineOfPosition(lineStarts, upper, lowerLine);
[all...]
H A DtypescriptServices.js1753 // | 6. | \u0131 | 305 | Lower case i without dot, upper case is I (2nd item) |
1757 // upper case form we cant convert its case.
1759 // they have corresponding upper case character so they dont need special handling
1771 * We could use upper case and we would still need to deal with the descripencies but
1852 * strings to their upper-case form as some unicode characters do not properly round-trip to
1907 * strings to their upper-case form as some unicode characters do not properly round-trip to
1979 // upper-case form as some unicode characters do not properly round-trip to
10521 var upper = isNegative ? pos1 : pos2;
10523 var upperLine = computeLineOfPosition(lineStarts, upper, lowerLine);
[all...]
H A Dtsserver.js1763 // | 6. | \u0131 | 305 | Lower case i without dot, upper case is I (2nd item) |
1767 // upper case form we cant convert its case.
1769 // they have corresponding upper case character so they dont need special handling
1781 * We could use upper case and we would still need to deal with the descripencies but
1862 * strings to their upper-case form as some unicode characters do not properly round-trip to
1917 * strings to their upper-case form as some unicode characters do not properly round-trip to
1989 // upper-case form as some unicode characters do not properly round-trip to
10531 var upper = isNegative ? pos1 : pos2;
10533 var upperLine = computeLineOfPosition(lineStarts, upper, lowerLine);
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js1890 // | 6. | \u0131 | 305 | Lower case i without dot, upper case is I (2nd item) |
1894 // upper case form we cant convert its case.
1896 // they have corresponding upper case character so they dont need special handling
1908 * We could use upper case and we would still need to deal with the descripencies but
1989 * strings to their upper-case form as some unicode characters do not properly round-trip to
2044 * strings to their upper-case form as some unicode characters do not properly round-trip to
2116 // upper-case form as some unicode characters do not properly round-trip to
10378 var upper = isNegative ? pos1 : pos2;
10380 var upperLine = computeLineOfPosition(lineStarts, upper, lowerLine);
[all...]

Completed in 526 milliseconds

1...<<11121314151617181920