/external/eigen/lapack/ |
slarf.f | 39 *> C, from either the left or the right. H is represented in the form 54 *> = 'L': form H * C 55 *> = 'R': form C * H 194 * Form H * C 209 * Form C * H
|
zlarf.f | 40 *> form 58 *> = 'L': form H * C 59 *> = 'R': form C * H 199 * Form H * C 214 * Form C * H
|
/external/pdfium/xfa/fwl/ |
cfwl_widget.h | 29 Form,
|
cfwl_form.cpp | 46 return FWL_Type::Form;
|
/external/llvm/test/MC/PowerPC/ |
ppc64-errors.s | 55 # D-Form memory operands
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/ |
WasmYAML.h | 101 Signature() : Form(wasm::WASM_TYPE_FUNC) {} 104 SignatureForm Form;
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/ |
WasmYAML.h | 101 Signature() : Form(wasm::WASM_TYPE_FUNC) {} 104 SignatureForm Form;
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/ |
WasmYAML.h | 101 Signature() : Form(wasm::WASM_TYPE_FUNC) {} 104 SignatureForm Form;
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/ |
WasmYAML.h | 101 Signature() : Form(wasm::WASM_TYPE_FUNC) {} 104 SignatureForm Form;
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/ |
WasmYAML.h | 101 Signature() : Form(wasm::WASM_TYPE_FUNC) {} 104 SignatureForm Form;
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/ |
WasmYAML.h | 101 Signature() : Form(wasm::WASM_TYPE_FUNC) {} 104 SignatureForm Form;
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/ |
WasmYAML.h | 101 Signature() : Form(wasm::WASM_TYPE_FUNC) {} 104 SignatureForm Form;
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/ |
WasmYAML.h | 101 Signature() : Form(wasm::WASM_TYPE_FUNC) {} 104 SignatureForm Form;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfCompileUnit.cpp | 798 dwarf::Form Form = DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset 800 Die.addValue(DIEValueAllocator, Attribute, Form, DIELocList(Index)); 815 void DwarfCompileUnit::addExpr(DIELoc &Die, dwarf::Form Form, 817 Die.addValue(DIEValueAllocator, (dwarf::Attribute)0, Form, DIEExpr(Expr)); [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceInstARM32.h | 376 // Defines form that assembly instruction should be synthesized. 535 /// Instructions of the form x := op(y). 576 /// Instructions of the form x := op(y), for vector/FP. 640 /// Instructions of the form x := x op y. 720 /// Instructions of the form x := y op z. May have the side-effect of setting 769 /// Instructions of the form x := y op z, for vector/FP. We leave these as 853 /// Instructions of the form x := a op1 (y op2 z). E.g., multiply accumulate. 899 /// Instructions of the form x := x op1 (y op2 z). E.g., multiply accumulate. 948 /// Instructions of the form x cmpop y (setting flags). [all...] |
IceInstARM32.cpp | [all...] |
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
ARMDecoderEmitter.cpp | 92 static const char *stringForARMFormat(ARMFormat form) { 94 switch(form) { 162 static bool thumbInstruction(uint8_t Form) { 163 return Form == ARM_FORMAT_THUMBFRM; 745 stringForARMFormat((ARMFormat)getByteField(Def, "Form")); [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMCodeEmitter.cpp | 738 // Set bit I(25) to identify this is the immediate form of <shifter_op> 756 // Set bit I(25) to identify this is the immediate form of <shifter_op> [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
ConfigAccess.c | 62 @param FormSet The Form Set.
65 @retval NULL If the Form Set does not have EFI_IFR_VARSTORE.
91 @param FormSet The Form Set.
95 @retval NULL If the Form Set does not have EFI_IFR_VARSTORE.
105 FORM_BROWSER_FORM *Form;
111 Form = FORM_BROWSER_FORM_FROM_LINK (FormList);
113 StatementList = GetFirstNode (&Form->StatementListHead);
115 while (!IsNull (&Form->StatementListHead, StatementList)) {
124 StatementList = GetNextNode (&Form->StatementListHead, StatementList);
137 @param FormSet The Form Set. [all...] |
OpcodeCreation.c | 86 FORM_BROWSER_FORM *Form;
99 Form = FORM_BROWSER_FORM_FROM_LINK (FormList);
101 StatementList = GetFirstNode (&Form->StatementListHead);
103 while (!IsNull (&Form->StatementListHead, StatementList)) {
119 // One possible solution is to remove the one of the duplicated questions in this Form Set.
125 // Continue the search to check if the Form Set contains more than one questins that has the 3 attributes
132 StatementList = GetNextNode (&Form->StatementListHead, StatementList);
[all...] |
/external/clang/lib/Sema/ |
SemaChecking.cpp | 409 // With four arguments, there is only one form that the function could be [all...] |
/external/clang/lib/Index/ |
IndexBody.cpp | 292 // the things that we visit. Make sure to only visit the semantic form. 293 // Also visit things that are in the syntactic form but not the semantic one, 321 auto visitForm = [&](InitListExpr *Form) { 322 for (Stmt *SubStmt : Form->children()) { 333 // Visit things present in syntactic form but not the semantic form.
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCCodeEmitter.cpp | 238 /// _GLOBAL_OFFSET_TABLE_ and if it is of the form 369 // movq loads are handled with a special relocation form which allows the 452 // Use the [REG]+disp8 form, including for [BP] which cannot be encoded. 481 // byte to emit an addr that is just 'disp32' (the non-RIP relative form). 610 // 1's complement (inverted) form 658 // (in 1's complement form) or 1111 if unused. 711 default: llvm_unreachable("Unexpected form in EmitVEXOpcodePrefix!"); [all...] |
/external/skia/src/sfnt/ |
SkPanose.h | 256 enum class Form : SK_OT_BYTE {
|
/frameworks/base/core/java/android/view/ |
KeyCharacterMap.java | 79 * layout with a small form factor. In contrast to a {@link #FULL full keyboard}, some 185 * Maps Unicode combining diacritical to display-form dead key. 240 * Maps combinations of (display-form) combining key and second character 509 String result = Normalizer.normalize(sDeadKeyBuilder, Normalizer.Form.NFC);
|