HomeSort by relevance Sort by last modified time
    Searched refs:Form (Results 76 - 100 of 169) sorted by null

1 2 34 5 6 7

  /external/eigen/lapack/
dlarf.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
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;
cfwl_notedriver.cpp 401 if (pTarget->GetClassID() == FWL_Type::Form) {
  /external/llvm/test/MC/PowerPC/
ppc64-errors.s 55 # D-Form memory operands
  /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/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);
  /packages/apps/Settings/src/com/android/settings/search2/
DatabaseIndexingUtils.java 201 final String normalized = Normalizer.normalize(nohyphen, Normalizer.Form.NFD);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DeadKeyCombiner.java 70 * Maps Unicode combining diacritical to display-form dead key.
288 final String normalizedString = Normalizer.normalize(sb, Normalizer.Form.NFC);
  /external/tcpdump/
print-snmp.c 12 * 2. Redistributions in binary form must reproduce the above copyright
245 static const char *Form[] = {
338 u_char form, class; /* tag info */ member in struct:be
406 u_char form, class, id; local
426 form = (*p & 0xe0) >> 5; /* move upper 3 bits to lower 3 */
427 class = form >> 1; /* bits 7&6 -> bits 1&0, range 0-3 */
428 form &= 0x1; /* bit 5 -> bit 0, range 0-1 */
430 form = (u_char)(*p & ASN_FORM_BITS) >> ASN_FORM_SHIFT;
433 elem->form = form;
    [all...]
  /external/v8/benchmarks/spinning-balls/
v.js 8 // * Redistributions in binary form must reproduce the above
428 function Form() {
432 this.form = create("form");
433 this.form.setAttribute("action", "javascript:start()");
464 this.form.appendChild(table);
465 this.form.appendChild(button);
467 document.body.appendChild(this.form);
471 Form.prototype.remove = function () {
472 document.body.removeChild(this.form);
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
NormalizerPerformanceTest.java 668 normalizerArgs[1] = Class.forName("java.text.Normalizer$Form").getField(compose ? "NFC" : "NFD").get(null);
671 // ? java.text.Normalizer.Form.NFC
672 // : java.text.Normalizer.Form.NFD);
701 ? java.text.Normalizer.Form.NFC
702 : java.text.Normalizer.Form.NFD);
  /external/toolchain-utils/automation/server/monitor/
dashboard.py 223 class FilterJobGroupsForm(forms.Form):
236 form = FilterJobGroupsForm(request.POST)
238 if form.is_valid():
239 label = form.cleaned_data['label']
244 form = FilterJobGroupsForm({'initial': '*'})
246 ctx = MakeDefaultContext({'filter': form, 'groups': group_list})
  /external/pdfium/xfa/fxfa/app/
xfa_ffpageview.cpp 109 case XFA_Element::Form:
  /external/pdfium/xfa/fxfa/parser/
cscript_layoutpseudomodel.cpp 399 CXFA_Node* pFormRoot = pRootNode->GetFirstChildByClass(XFA_Element::Form);

Completed in 964 milliseconds

1 2 34 5 6 7