HomeSort by relevance Sort by last modified time
    Searched refs:Form (Results 26 - 50 of 110) sorted by null

12 3 4 5

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 47 /// The form field from the record
48 uint8_t Form;
X86RecognizableInstr.cpp 141 /// isRegFormat - Indicates whether a particular form requires the Mod field of
144 /// @param form - The form of the instruction.
145 /// @return - true if the form implies that Mod must be 0b11, false
147 static bool isRegFormat(uint8_t form) {
148 return (form == X86Local::MRMDestReg ||
149 form == X86Local::MRMSrcReg ||
150 form == X86Local::MRMXr ||
151 (form >= X86Local::MRM0r && form <= X86Local::MRM7r))
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/
forms.js 17 * @fileoverview Render form appropriate for RPC method.
23 SHOW_FORM: 'Show Form',
24 HIDE_FORM: 'Hide Form'
59 * Data structure used to represent a form to data element.
60 * @param {Object} field Field descriptor that form element represents.
62 * @return {FormElement} New object representing a form element. Element
125 * @param {FormElement} form Form element that will be toggled for editing.
129 function toggleInput(checkbox, form, disableMessage) {
133 buildIndividualForm(form);
    [all...]
  /external/eigen/lapack/
clarfb.f 256 * Form H * C or H**H * C where C = ( C1 )
315 * Form C * H or C * H**H where C = ( C1 C2 )
381 * Form H * C or H**H * C where C = ( C1 )
444 * Form C * H or C * H**H where C = ( C1 C2 )
514 * Form H * C or H**H * C where C = ( C1 )
575 * Form C * H or C * H**H where C = ( C1 C2 )
640 * Form H * C or H**H * C where C = ( C1 )
703 * Form C * H or C * H**H where C = ( C1 C2 )
dlarfb.f 253 * Form H * C or H**T * C where C = ( C1 )
313 * Form C * H or C * H**T where C = ( C1 C2 )
379 * Form H * C or H**T * C where C = ( C1 )
440 * Form C * H or C * H**T where C = ( C1 C2 )
508 * Form H * C or H**T * C where C = ( C1 )
568 * Form C * H or C * H**T where C = ( C1 C2 )
634 * Form H * C or H**T * C where C = ( C1 )
695 * Form C * H or C * H**T where C = ( C1 C2 )
slarfb.f 253 * Form H * C or H**T * C where C = ( C1 )
313 * Form C * H or C * H**T where C = ( C1 C2 )
379 * Form H * C or H**T * C where C = ( C1 )
440 * Form C * H or C * H**T where C = ( C1 C2 )
508 * Form H * C or H**T * C where C = ( C1 )
568 * Form C * H or C * H**T where C = ( C1 C2 )
634 * Form H * C or H**T * C where C = ( C1 )
695 * Form C * H or C * H**T where C = ( C1 C2 )
zlarfb.f 256 * Form H * C or H**H * C where C = ( C1 )
316 * Form C * H or C * H**H where C = ( C1 C2 )
382 * Form H * C or H**H * C where C = ( C1 )
447 * Form C * H or C * H**H where C = ( C1 C2 )
517 * Form H * C or H**H * C where C = ( C1 )
578 * Form C * H or C * H**H where C = ( C1 C2 )
643 * Form H * C or H**H * C where C = ( C1 )
706 * Form C * H or C * H**H where C = ( C1 C2 )
clarf.f 40 *> form
58 *> = 'L': form H * C
59 *> = 'R': form C * H
199 * Form H * C
214 * Form C * H
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/curl/lib/
formdata.c 50 static size_t readfromfile(struct Form *form, char *buffer, size_t size);
248 * CURL_FORMADD_OPTION_TWICE if one option is given twice for one Form
264 FormInfo *first_form, *current_form, *form = NULL; local
416 form = AddFormInfo(fname, NULL, current_form);
417 if(!form) {
422 form->value_alloc = TRUE;
423 current_form = form;
424 form = NULL;
487 accepted as a fine form part *
890 struct FormData *next, *form; local
1111 struct FormData *form = NULL; local
1445 struct Form *form; local
1500 struct Form *form=(struct Form *)formp; local
    [all...]
http.h 137 /* For FORM posting */
138 struct Form form; member in struct:HTTP
  /external/icu/icu4c/source/i18n/
quantityformatter.cpp 121 StandardPlural::Form p = selectPlural(number, fmt, rules, formattedNumber, pos, status);
139 StandardPlural::Form QuantityFormatter::selectPlural(
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 223 void addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr);
DwarfCompileUnit.cpp 792 dwarf::Form Form = DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset
794 Die.addValue(DIEValueAllocator, Attribute, Form, DIELocList(Index));
809 void DwarfCompileUnit::addExpr(DIELoc &Die, dwarf::Form Form,
811 Die.addValue(DIEValueAllocator, (dwarf::Attribute)0, Form, DIEExpr(Expr));
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 125 uint32_t Form;
127 (Form = AbbrevData.getULEB128(&AbbrevOffset)) &&
129 DWARFFormValue::skipValue(Form, InfoData, &Offset, Version, AddrSize);
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 41 AddrForm Form;
63 SystemZAddressingMode(AddrForm form, DispRange dr)
64 : Form(form), DR(dr), Base(), Disp(0), Index(),
68 bool hasIndexField() { return Form != FormBD; }
71 bool isDynAlloc() { return Form == FormBDXDynAlloc; }
173 // Try to match Addr as a FormBDX* address of form Form with
176 bool selectBDXAddr(SystemZAddressingMode::AddrForm Form,
564 if (AM.Form == SystemZAddressingMode::FormBDXLA &
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-errors.s 55 # D-Form memory operands
  /external/v8/test/mjsunit/
whitespaces.js 9 0x000C, // Form Feed FF
  /external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
mootools-more-yui-compressed.min.js     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 82 // in 1's complement form, example:
96 // be encoded in 1's complement form.
254 /// _GLOBAL_OFFSET_TABLE_ and if it is of the form
383 // movq loads are handled with a special relocation form which allows the
446 // Use the [REG]+disp8 form, including for [BP] which cannot be encoded.
475 // byte to emit an addr that is just 'disp32' (the non-RIP relative form).
601 // 1's complement (inverted) form
640 // (in 1's complement form) or 1111 if unused.
715 default: llvm_unreachable("Unexpected form in EmitVEXOpcodePrefix!");
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/eigen/blas/fortran/
chbmv.f 198 * First form y := beta*y.
229 * Form y when upper triangle of A is stored.
269 * Form y when lower triangle of A is stored.

Completed in 2361 milliseconds

12 3 4 5