HomeSort by relevance Sort by last modified time
    Searched refs:form (Results 226 - 250 of 1347) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.cpp 129 /// @param form - The form of the instruction.
130 /// @return - true if the form implies that a ModR/M byte is required, false
132 static bool needsModRMForDecode(uint8_t form) {
133 if (form == X86Local::MRMDestReg ||
134 form == X86Local::MRMDestMem ||
135 form == X86Local::MRMSrcReg ||
136 form == X86Local::MRMSrcMem ||
137 (form >= X86Local::MRM0r && form <= X86Local::MRM7r) |
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/math/
BigDecimal.java 86 /* 1999.02.11 format() changed from 7 to 2 method form */
136 * form=SCIENTIFIC, lostDigits=false, roundingMode=ROUND_HALF_UP</code>) perform general-purpose floating point
141 * form=PLAIN, lostDigits=false, roundingMode=ROUND_HALF_UP</code>; these settings perform fixed point arithmetic with
177 * In standard arithmetic (that is, when the <code>form</code> setting is not <code>PLAIN</code>), a zero result is
197 * In standard arithmetic, exponential form is used for a result depending on its value and the current setting of
214 * The form of the exponential notation (scientific or engineering) is determined by the <code>form</code> setting.
370 private byte form = (byte) android.icu.math.MathContext.PLAIN; // assumed PLAIN field in class:BigDecimal
476 * already available in character array form.
522 // 1998.06.25: exponent form built only if E/e in strin
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
BigDecimal.java 83 /* 1999.02.11 format() changed from 7 to 2 method form */
133 * form=SCIENTIFIC, lostDigits=false, roundingMode=ROUND_HALF_UP</code>) perform general-purpose floating point
138 * form=PLAIN, lostDigits=false, roundingMode=ROUND_HALF_UP</code>; these settings perform fixed point arithmetic with
174 * In standard arithmetic (that is, when the <code>form</code> setting is not <code>PLAIN</code>), a zero result is
194 * In standard arithmetic, exponential form is used for a result depending on its value and the current setting of
211 * The form of the exponential notation (scientific or engineering) is determined by the <code>form</code> setting.
379 private byte form = (byte) com.ibm.icu.math.MathContext.PLAIN; // assumed PLAIN field in class:BigDecimal
488 * already available in character array form.
536 // 1998.06.25: exponent form built only if E/e in strin
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
BigDecimal.java 85 /* 1999.02.11 format() changed from 7 to 2 method form */
135 * form=SCIENTIFIC, lostDigits=false, roundingMode=ROUND_HALF_UP</code>) perform general-purpose floating point
140 * form=PLAIN, lostDigits=false, roundingMode=ROUND_HALF_UP</code>; these settings perform fixed point arithmetic with
176 * In standard arithmetic (that is, when the <code>form</code> setting is not <code>PLAIN</code>), a zero result is
196 * In standard arithmetic, exponential form is used for a result depending on its value and the current setting of
213 * The form of the exponential notation (scientific or engineering) is determined by the <code>form</code> setting.
381 private byte form = (byte) com.ibm.icu.math.MathContext.PLAIN; // assumed PLAIN field in class:BigDecimal
490 * already available in character array form.
538 // 1998.06.25: exponent form built only if E/e in strin
    [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...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d30v.c 491 struct d30v_format *form = opcode->form; local
494 opcode->ecc << 28 | op->op1 << 25 | op->op2 << 20 | form->modifier << 18;
496 for (i = 0; form->operands[i]; i++)
498 flags = d30v_operand_table[form->operands[i]].flags;
505 bits = d30v_operand_table[form->operands[i]].bits;
509 shift = 12 - d30v_operand_table[form->operands[i]].position;
540 get_reloc (d30v_operand_table + form->operands[i], op->reloc_flag);
543 fixups->fix[fixups->fc].operand = form->operands[i];
585 /* Write out a long form instruction. *
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
yui-3.3.0-reset-min.css 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collap (…)
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
TcgConfig.vfr 28 form formid = TCG_CONFIGURATION_FORM_ID,
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
TrEEConfig.vfr 29 form formid = TREE_CONFIGURATION_FORM_ID,
  /external/mesa3d/include/HaikuGL/
GLView.h 81 BMessage *specifier, int32 form,
163 int32 form,
  /external/webrtc/webrtc/base/
httpclient.h 88 void set_uri_form(UriForm form) { uri_form_ = form; }
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
EditIpSettingsActivity.java 26 import com.android.tv.settings.form.FormPage;
27 import com.android.tv.settings.form.FormPageResultListener;
EditProxySettingsActivity.java 26 import com.android.tv.settings.form.FormPage;
27 import com.android.tv.settings.form.FormPageResultListener;
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
simplify.go 52 // a slice expression of the form: s[a:len(s)]
78 // Note: We could also simplify slice expressions of the form s[0:b] to s[:b]
87 // - a range of the form: for x, _ = range v {...}
89 // - a range of the form: for _ = range v {...}
  /prebuilts/go/linux-x86/src/cmd/gofmt/
simplify.go 52 // a slice expression of the form: s[a:len(s)]
78 // Note: We could also simplify slice expressions of the form s[0:b] to s[:b]
87 // - a range of the form: for x, _ = range v {...}
89 // - a range of the form: for _ = range v {...}
  /sdk/templates/docs/
cssreset-min.css 7 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
addthumb2err.s 7 # in Thumb2 mode. The instruction form being testing
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form11n.java 17 package com.android.dexgen.dex.code.form;
Form12x.java 17 package com.android.dexgen.dex.code.form;
Form21s.java 17 package com.android.dexgen.dex.code.form;
Form22b.java 17 package com.android.dexgen.dex.code.form;
Form22c.java 17 package com.android.dexgen.dex.code.form;
Form22s.java 17 package com.android.dexgen.dex.code.form;
Form22t.java 17 package com.android.dexgen.dex.code.form;
Form31c.java 17 package com.android.dexgen.dex.code.form;

Completed in 1581 milliseconds

1 2 3 4 5 6 7 8 91011>>