Home
last modified time | relevance | path

Searched defs:Notation (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/llvm/docs/
DAMDGPUInstructionNotation.rst21 Notation section in Instructions
33 Notation section in Opcode
52 Notation section in Operands
64 .. _amdgpu_syn_instruction_operand_tags:
103 Notation argument
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNotation.java14 public class Notation { class
29 /* package-private */ Notation() { in Notation() method in Notation
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNotation.java14 public class Notation { class
29 /* package-private */ Notation() { in Notation() method in Notation
/external/python/cpython2/Doc/reference/
Dintroduction.rst87 Notation chapter
/external/python/cpython3/Doc/reference/
Dintroduction.rst88 Notation chapter
/external/llvm-project/llvm/docs/AMDGPU/
DAMDGPUAsmGFX900.rst22 Notation chapter
DAMDGPUAsmGFX904.rst22 Notation chapter
DAMDGPUAsmGFX906.rst22 Notation chapter
DAMDGPUAsmGFX1011.rst22 Notation chapter
DAMDGPUAsmGFX908.rst22 Notation chapter
DAMDGPUAsmGFX7.rst20 Notation chapter
DAMDGPUAsmGFX8.rst20 Notation chapter
DAMDGPUAsmGFX9.rst20 Notation chapter
DAMDGPUAsmGFX10.rst20 Notation chapter
/external/llvm-project/mlir/docs/
DLangRef.md135 ## Notation section in MLIR Language Reference
165 ### Common syntax
186 ### Identifiers and keywords
/external/llvm/docs/TableGen/
DLangRef.rst21 Notation chapter
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h115 class Notation; variable
371 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() function
373 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation() function
377 Notation() : fType(NTN_SIMPLE), fUnion() {} in Notation() function
448 friend class Notation; variable
/external/icu/libicu/cts_headers/unicode/
Dnumberformatter.h115 class Notation; variable
371 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() function
373 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation() function
377 Notation() : fType(NTN_SIMPLE), fUnion() {} in Notation() function
448 friend class Notation; variable
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1336 class Notation(Identified, Childless, Node): class
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1406 class Notation(Identified, Childless, Node): class