Home
last modified time | relevance | path

Searched refs:ordinals (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_all_reduce_thunk.cc263 std::vector<int> ordinals; in InitializeCommunicationChannels() local
265 ordinals.push_back(data.device_ordinal); in InitializeCommunicationChannels()
267 comms_.resize(ordinals.size()); in InitializeCommunicationChannels()
271 /*devlist=*/ordinals.data()); in InitializeCommunicationChannels()
/external/cldr/tools/java/org/unicode/cldr/util/
DCoreCoverageInfo.java45 ordinals(Level.MODERN), enumConstant
49 EnumSet.of(romanization, ordinals));
127 result.add(CoreItems.ordinals); in getCoreCoverageInfo()
129 detailedErrors.put(CoreItems.ordinals, "//supplementalData/plurals[@type=\"ordinal\"]"); in getCoreCoverageInfo()
/external/freetype/src/autofit/
Dafcover.h66 COVERAGE( ordinals, ORDINALS,
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateCoverageLevels.java301 Set<String> ordinals = new TreeSet<String>(); in summarizeCoverage() local
307 getRBNFData(locale, rbnfFactory.make(locale, true), ordinals, spellout, localesFound); in summarizeCoverage()
309 markData("RBNF-Ordinals", ordinals, mapLevelData, mainAvailable, RBNF_LEVEL, RBNF_WEIGHT, in summarizeCoverage()
419 …private static void getRBNFData(String locale, CLDRFile cldrFile, Set<String> ordinals, Set<String… in getRBNFData() argument
437 ordinals.add(locale); in getRBNFData()
/external/cldr/tools/java/org/unicode/cldr/json/
DJSON_config_supplemental.txt9 section=ordinals ; path=//cldr/supplemental/plurals\[@type="ordinal"\]/.* ; package=core
/external/zlib/src/win32/
DDLL_FAQ.txt113 DEF file that contains the ordinals can result in incompatible
117 Technically, it should be possible to maintain ordinals in
120 at the DLL startup is searching for names, ordinals serve as
122 contains ordinals, the Microsoft linker automatically builds
124 those ordinals, and not the names. It is interesting to
/external/compiler-rt/lib/interception/
Dinterception_win.cc810 RVAPtr<WORD> ordinals(module, exports->AddressOfNameOrdinals); in InternalGetProcAddress() local
815 DWORD index = ordinals[i]; in InternalGetProcAddress()
/external/python/cpython2/Doc/c-api/
Dunicode.rst24 basis for holding Unicode ordinals. Python's default builds use a 16-bit type
786 ordinals and only these are accepted by the codecs during encoding.
859 characters, integers (which are then interpreted as Unicode ordinals) or ``None``
863 characters, integers (which are then interpreted as Latin-1 ordinals) or ``None``
923 and sequences work well. Unmapped character ordinals (ones which cause a
1025 and sequences work well. Unmapped character ordinals (ones which cause a
/external/python/cpython2/Doc/tutorial/
Dintroduction.rst383 possible ordinals for script characters. Texts were typically bound to a code
384 page which mapped the ordinals to script characters. This lead to very much
407 directly as Unicode ordinals. If you have literal strings in the standard
/external/python/cpython3/Doc/c-api/
Dunicode.rst1364 ordinals and only these are accepted by the codecs during encoding.
1443 *mapping* must map bytes ordinals (integers in the range from 0 to 255)
1445 ordinals) or ``None``. Unmapped data bytes -- ones which cause a
1459 ordinals (ones which cause a :exc:`LookupError`) as well as mapped to
1486 integers (which are then interpreted as Unicode ordinals) or ``None``
1487 (causing deletion of the character). Unmapped character ordinals (ones
1601 and sequences work well. Unmapped character ordinals (ones which cause a
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dtest_structs.mojom363 // A struct where the fields are not sorted by their ordinals.
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst36 characters with ordinals 128-255. While there is no consensus on this subject
Ddatamodel.rst338 Unicode ordinals as defined in the Unicode Standard 3.0. Conversion from and to
/external/cldr/tools/java/org/unicode/cldr/util/data/
DPathDescription.txt93 ^//ldml/numbers/minimalPairs/ordinalMinimalPairs\[@ordinal="([^"]*)"] ; Minimal pairs for ordinals.…
/external/python/cpython3/Doc/library/
Dstdtypes.rst1793 ordinals (integers) or characters (strings of length 1) to Unicode ordinals,
1795 converted to ordinals.
Ddatetime.rst396 for converting between proleptic Gregorian ordinals and many other calendar
/external/python/cpython2/Doc/library/
Dstdtypes.rst1374 mapping of Unicode ordinals to Unicode ordinals, Unicode strings or ``None``.
Ddatetime.rst346 for converting between proleptic Gregorian ordinals and many other calendar
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.css2476 /* Put ordinals in front of ordered list items */
/external/clang/docs/
DInternalsManual.rst270 English ordinals.
/external/libpng/
DCHANGES1996 Removed ordinals from scripts/pngw32.def and removed png_info_int and
/external/python/cpython2/Misc/
DHISTORY5101 integer outside the valid range of Unicode code point ordinals.
/external/python/cpython3/Misc/
DHISTORY22485 integer outside the valid range of Unicode code point ordinals.