HomeSort by relevance Sort by last modified time
    Searched defs:div (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /bionic/libc/upstream-netbsd/libc/stdlib/
div.c 1 /* $NetBSD: div.c,v 1.8 2012/06/25 22:32:45 abs Exp $ */
38 static char sccsid[] = "@(#)div.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: div.c,v 1.8 2012/06/25 22:32:45 abs Exp $");
47 div(int num, int denom) function
  /external/stlport/test/unit/
divides_test.cpp 16 CPPUNIT_TEST(div);
20 void div();
28 void DivideTest::div() function in class:DivideTest
  /external/v8/test/mjsunit/regress/
regress-1278.js 45 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/
DOMNodeRemovedEvent.js 3 var div = document.createElement("div"); variable
4 document.body.appendChild(div);
8 document.body.removeChild(div);
  /ndk/tests/device/test-gnustl-full/unit/
divides_test.cpp 16 CPPUNIT_TEST(div);
20 void div();
28 void DivideTest::div() function in class:DivideTest
  /ndk/tests/device/test-stlport/unit/
divides_test.cpp 16 CPPUNIT_TEST(div);
20 void div();
28 void DivideTest::div() function in class:DivideTest
  /external/skia/legacy/src/core/
SkUnPreMultiply.cpp 74 uint32_t div = roundf(j * 255.0f / i); local
75 int diff = SkAbs32(test - div);
  /external/skia/src/core/
SkUnPreMultiply.cpp 74 uint32_t div = roundf(j * 255.0f / i); local
75 int diff = SkAbs32(test - div);
  /external/stlport/stlport/stl/
_cstdlib.h 114 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/webkit/LayoutTests/fast/events/touch/script-tests/
basic-multi-touch-events-limited.js 1 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, document.body.firstChild)
    [all...]
basic-multi-touch-events.js 1 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, document.body.firstChild)
    [all...]
basic-single-touch-events.js 1 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, document.body.firstChild)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 114 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;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 114 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;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 114 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;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 114 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;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 114 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/
division_operations.c 66 WebRtc_Word32 div = 0; local
85 div <<= 1;
90 div++;
95 div = -div;
97 return div;
  /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/skia/legacy/src/effects/
SkDashPathEffect.cpp 98 SkScalar div = SkScalarDiv(length, fIntervalLength); local
99 int n = SkScalarFloor(div);
  /external/tremolo/Tremolo/
res012.c 155 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/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));
  /external/bluetooth/bluedroid/bta/av/
bta_av_sbc.c 44 UINT8 div; member in struct:__anon2429
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/bluetooth/bluedroid/btif/include/
btif_dm.h 69 UINT16 div; member in struct:__anon2888
77 UINT16 div; member in struct:__anon2889
91 btif_dm_ble_lenc_keys_t lenc_key; /* local encryption reproduction keys LTK = = d1(ER,DIV,0)*/
93 btif_dm_ble_lcsrk_keys_t lcsrk_key; /* local device CSRK = d1(ER,DIV,1)*/
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win_unittest.cc 235 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

Completed in 1284 milliseconds

1 2 3 4