Searched defs:div (Results 1 - 25 of 46) sorted by relevance

12

/external/stlport/test/unit/
H A Ddivides_test.cpp16 CPPUNIT_TEST(div);
20 void div();
28 void DivideTest::div() function in class:DivideTest
/external/v8/test/mjsunit/regress/
H A Dregress-1278.js45 function div(x, y) { function
65 assertEquals(0, div(0, 1));
66 assertEquals(-0, div(0, -1));
67 assertEquals(-0, div(-0, 1));
68 assertEquals(0, div(-0, -1));
/external/webkit/LayoutTests/fast/dom/Node/script-tests/
H A DDOMNodeRemovedEvent.js3 var div = document.createElement("div"); variable
4 document.body.appendChild(div);
8 document.body.removeChild(div);
/external/kernel-headers/original/asm-x86/
H A Ddiv64.h35 * (long)X = ((long long)divs) / (long)div
36 * (long)rem = ((long long)divs) % (long)div
43 div_ll_X_l_rem(long long divs, long div, long *rem) argument
47 : "rm"(div), "A"(divs));
/external/skia/src/core/
H A DSkUnPreMultiply.cpp74 uint32_t div = roundf(j * 255.0f / i); local
75 int diff = SkAbs32(test - div);
H A DSk64.cpp201 void Sk64::div(int32_t denom, DivOptions option) function in class:Sk64
331 // then we can just call 64/32 div
355 N.div(D.get32(), Sk64::kTrunc_DivOption);
H A DSkFloat.h48 void div(const SkFloat& a) { fPacked = Div(fPacked, a.fPacked); } function in class:SkFloat
/external/webkit/LayoutTests/fast/events/touch/script-tests/
H A Dbasic-multi-touch-events-limited.js1 var div = document.createElement("div"); variable
2 div.id = "touchtarget";
3 div.style.width = "100px";
4 div.style.height = "100px";
5 div.style.backgroundColor = "blue";
29 div.addEventListener("touchstart", touchEventCallback, false);
30 div.addEventListener("touchmove", touchEventCallback, false);
31 div.addEventListener("touchend", touchEventCallback, false);
32 document.body.insertBefore(div, documen
[all...]
H A Dbasic-multi-touch-events.js1 var div = document.createElement("div"); variable
2 div.id = "touchtarget";
3 div.style.width = "100px";
4 div.style.height = "100px";
5 div.style.backgroundColor = "blue";
29 div.addEventListener("touchstart", touchEventCallback, false);
30 div.addEventListener("touchmove", touchEventCallback, false);
31 div.addEventListener("touchend", touchEventCallback, false);
32 document.body.insertBefore(div, documen
[all...]
H A Dbasic-single-touch-events.js1 var div = document.createElement("div"); variable
2 div.id = "touchtarget";
3 div.style.width = "100px";
4 div.style.height = "100px";
5 div.style.backgroundColor = "blue";
29 div.addEventListener("touchstart", touchEventCallback, false);
30 div.addEventListener("touchmove", touchEventCallback, false);
31 div.addEventListener("touchend", touchEventCallback, false);
32 document.body.insertBefore(div, documen
[all...]
/external/stlport/stlport/stl/
H A D_cstdlib.h114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); } function
124 //HP-UX native lib has abs() and div() functions in global namespace
137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y); } function
152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x, __y); } function
155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); } function
176 using ::div;
/external/webrtc/src/common_audio/signal_processing/
H A Ddivision_operations.c66 WebRtc_Word32 div = 0; local
85 div <<= 1;
90 div++;
95 div = -div;
97 return div;
/external/skia/samplecode/
H A DSampleAvoid.cpp84 int div = 3; local
85 SkRect rr = { 0, 0, r.width()/div, r.height()/div };
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestdomnode.c129 WebKitDOMElement* p, *div; local
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));
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_win_unittest.cc235 WebAccessibility div; local
236 div.id = 2;
237 div.role = WebAccessibility::ROLE_GROUP;
238 div.state = 0;
240 div.children.push_back(text);
242 div.children.push_back(text);
248 root.children.push_back(div);
263 // Notify the BrowserAccessibilityManager that the div node and its children
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js31 var div = document.createElement("div");
32 div.className = "app" + (selected ? " app_selected" : "");
34 div.onclick = function() {
40 div.appendChild(img);
45 div.appendChild(title);
47 appsDiv.appendChild(div);
89 // list of apps shown, we set an explicit width on the outermost div.
/external/libgsm/src/
H A Dadd.c201 * 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/glsl/
H A Dloop_controls.cpp96 ir_expression *const div = local
99 ir_constant *iter = div->constant_expression_value();
/external/skia/src/effects/
H A DSkDashPathEffect.cpp98 SkScalar div = SkScalarDiv(length, fIntervalLength); local
99 int n = SkScalarFloor(div);
/external/tremolo/Tremolo/
H A Dres012.c155 ogg_uint32_t div=partword[j][i+k]; local
156 partword[j][i+k]=temp/div;
157 temp-=partword[j][i+k]*div;
219 ogg_uint32_t div=partword[i+k]; local
220 partword[i+k]=temp/div;
221 temp-=partword[i+k]*div;
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_sbc.c44 UINT8 div; member in struct:__anon411
77 bta_av_sbc_ups_cb.div = 1;
82 bta_av_sbc_ups_cb.div = 2;
91 bta_av_sbc_ups_cb.div = 2;
96 bta_av_sbc_ups_cb.div = 4;
135 src = src_samples/bta_av_sbc_ups_cb.div;
136 dst = dst_samples/bta_av_sbc_ups_cb.div;
/external/grub/stage2/
H A Dserial.c46 unsigned short div;
139 unsigned short div = 0;
152 div = divisor_tab[i].div;
156 if (div == 0)
159 outb (port + UART_DLL, div & 0xFF);
160 outb (port + UART_DLH, div >> 8);
45 unsigned short div; member in struct:divisor
138 unsigned short div = 0; local
/external/jmonkeyengine/engine/src/android/jme3tools/android/
H A DFixed.java212 public static int div(int a, int b) { method in class:Fixed
266 return div(sin(n), cos(n));
291 int n = atan(div(x, abs(y) + 1)); // kludge to prevent ArithmeticException
/external/mesa3d/src/pixelflinger2/
H A Dscanline.cpp212 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/webkit/Source/WebCore/html/
H A DHTMLViewSourceDocument.cpp82 // Create a line gutter div that can be used to make sure the gutter extends down the height of the whole
84 RefPtr<HTMLDivElement> div = HTMLDivElement::create(this); local
87 div->setAttributeMap(attrs.release());
88 body->parserAddChild(div);
89 div->attach();

Completed in 571 milliseconds

12