HomeSort by relevance Sort by last modified time
    Searched refs:div (Results 101 - 125 of 529) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_stdlib.c 162 div ecx
165 div ecx
180 div ecx
222 div ecx
225 div ecx
240 div ebx
296 div ecx
298 div ecx
316 div ecx
356 div ec
    [all...]
  /external/v8/test/mjsunit/
string-split.js 62 assertArrayEquals(["div", "#id", ".class"], "div#id.class".split(/(?=[#.])/));
65 assertArrayEquals(["div", "#i", "d", ".class"], "div#id.class".split(/(?=[d#.])/));
  /external/libgsm/src/
add.c 201 * of the div(num, denum) arithmetic operation. Compute div
210 word div = 0; local
225 div <<= 1;
230 div++;
234 return div;
  /external/mesa3d/src/pixelflinger2/
scanline.cpp 212 const VectorComp_t div = VectorComp_t_CTR(1 / (float)(endX - startX)); local
221 vertexDx.position *= div;
225 vertexDx.varyings[i] *= div;
228 vertexDx.frontFacingPointCoord *= div; // gl_PointCoord, only zw
270 // const VectorComp_t div = VectorComp_t_CTR(1 / (float)(endX - startX));
279 // vertexDx.position *= div;
283 // vertexDx.varyings[i] *= div;
286 // vertexDx.frontFacingPointCoord *= div; // gl_PointCoord, only zw
  /external/speex/libspeex/
_kiss_fft_guts.h 42 C_FIXDIV( c , div ) : if a fixed point impl., c /= div. noop otherwise
78 # define C_FIXDIV(c,div) \
79 do { DIVSCALAR( (c).r , div); \
80 DIVSCALAR( (c).i , div); }while (0)
95 # define C_FIXDIV(c,div) /* NOOP */
  /external/webkit/Source/WebCore/inspector/front-end/
EventListenersSidebarPane.js 92 var div = document.createElement("div");
93 div.className = "info";
94 div.textContent = WebInspector.UIString("No Event Listeners");
95 body.appendChild(div);
134 this.eventBars = document.createElement("div");
  /external/webkit/Source/WebKit/gtk/tests/
testdomnode.c 129 WebKitDOMElement* p, *div; local
155 /* Replace the P tag with a DIV tag */
156 div = webkit_dom_document_create_element(document, "DIV", NULL);
157 webkit_dom_node_replace_child(WEBKIT_DOM_NODE(body), WEBKIT_DOM_NODE(div), WEBKIT_DOM_NODE(p), NULL);
163 g_assert(webkit_dom_node_is_same_node(WEBKIT_DOM_NODE(div), node));
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_camera.h 106 double temp,div; local
111 div=1.0/temp;
112 xd[0]=xs[0]*div;xd[1]=xs[1]*div;
  /cts/tools/dasm/test/
all_opcodes.d 172 div-int v11, v22, v33
183 div-long v11, v22, v33
194 div-float v11, v22, v33
199 div-double v11, v22, v33
204 div-int/2addr v1, v2
215 div-long/2addr v1, v2
226 div-float/2addr v1, v2
231 div-double/2addr v1, v2
236 div-int/lit16 v1, v2, 0x1234
244 div-int/lit8 v1, v2, 0x1
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h 445 StringWeight<L, S> div;
449 div.PushBack(iter.Value());
451 return div;
470 StringWeight<L, STRING_RIGHT> div;
474 div.PushFront(iter.Value());
476 return div;
495 StringWeight<L, STRING_RIGHT_RESTRICT> div;
499 div.PushFront(iter.Value());
501 return div;
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.css 40 .controls div {
48 .details > div {
93 .info > div {
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js 315 var div = this.ownerDocument.createElement("div");
316 div.appendChild( this.cloneNode(true) );
317 html = div.innerHTML;
862 var ret = [], scripts = [], div = context.createElement("div");
906 [ 1, "div<div>", "</div>" ] ||
911 div.innerHTML = wrap[1] + elem + wrap[2]
    [all...]
  /bionic/libstdc++/include/
cstdlib 104 using ::div;
  /build/tools/droiddoc/templates-sdk/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,t (…)
  /cts/tools/vm-tests/src/dot/junit/opcodes/div_double/d/
T_div_double_1.d 29 div-double v0, v10, v12
T_div_double_2.d 30 div-double v0, v10, v12
T_div_double_3.d 29 div-double v0, v10, v12
T_div_double_4.d 29 div-double v0, v9, v12
T_div_double_5.d 29 div-double v0, v10, v14
T_div_double_6.d 32 div-double v0, v0, v2
  /cts/tools/vm-tests/src/dot/junit/opcodes/div_double_2addr/d/
T_div_double_2addr_1.d 29 div-double/2addr v10, v12
T_div_double_2addr_2.d 30 div-double/2addr v0, v12
T_div_double_2addr_3.d 29 div-double/2addr v10, v12
T_div_double_2addr_4.d 29 div-double/2addr v9, v12
T_div_double_2addr_5.d 29 div-double/2addr v10, v14

Completed in 793 milliseconds

1 2 3 45 6 7 8 91011>>