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

1 2 3 4 5 6 7 8 91011

  /external/stlport/test/unit/
divides_test.cpp 16 CPPUNIT_TEST(div);
20 void div();
28 void DivideTest::div() function in class:DivideTest
  /ndk/sources/android/stlport/test/unit/
divides_test.cpp 16 CPPUNIT_TEST(div);
20 void div();
28 void DivideTest::div() function in class:DivideTest
  /external/openssl/crypto/bn/asm/x86/
div.pl 12 &div("ebx");
  /build/tools/droiddoc/templates/
sample.cs 11 <div class="g-unit" id="doc-content">
12 <div id="jd-header" class="guide-header">
15 </div>
17 <div id="jd-content">
26 </div><!-- end jd-content -->
27 </div> <!-- end doc-content -->
docpage.cs 8 <div class="g-unit" id="doc-content"><a name="top"></a>
10 <div id="jd-header" class="guide-header">
18 </div>
20 <div id="jd-content">
22 <div class="jd-descr">
24 </div>
30 </div>
33 </div><!-- end doc-content -->
hierarchy.cs 15 <div class="g-unit" id="doc-content">
17 <div id="jd-header">
19 </div>
21 <div id="jd-content">
23 <div style="margin-left: 20px; margin-right: 20px;">
58 </div>
61 </div><!-- end jd-content -->
62 </div><!-- end doc-content -->
class.cs 8 <div class="g-unit" id="doc-content">
10 <div id="api-info-block">
28 <div class="sum-details-links">
84 </div><!-- end sum-details-links -->
85 <div class="api-level">
87 </div>
88 </div><!-- end api-info-block -->
93 <div id="jd-header">
115 </div><!-- end header -->
117 <div id="naMessage"></div
    [all...]
trailer.cs 0 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
  /development/pdk/hosting/
edoxfix.sh 4 # insert the line: '</div>\n' after line 25 in each generated source file:
5 echo \</div\> > $1/div.tmp
12 cat $f.head.tmp $1/div.tmp $f.tail.tmp > $f
  /build/tools/droiddoc/templates-pdk/
customization.cs 6 <div id="header">
7 <div id="headerLeft">
31 </div>
32 <div id="headerRight">
33 <div id="headerLinks">
39 </div>
40 </div><!-- headerRight -->
41 </div><!-- header --><?cs
46 <div class="g-section g-tpl-240" id="body-content">
47 <div class="g-unit g-first side-nav-resizable" id="side-nav"
    [all...]
  /build/tools/droiddoc/templates-sdk/
customization.cs 7 <div id="search" >
8 <div id="searchForm">
21 <div id="search_filtered_div" class="no-display">
24 </div>
30 <div title="clear results" class="gsc-clear-button">&nbsp;</div>
35 </div><!-- searchForm -->
36 </div><!-- search --><?cs
41 <div id="header">
42 <div id="headerLeft"
    [all...]
  /bionic/libc/stdlib/
div.c 1 /* $OpenBSD: div.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
37 div(int num, int denom) function
  /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;
  /ndk/sources/android/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/kernel-headers/original/asm-x86/
div64.h 35 * (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)
47 : "rm"(div), "A"(divs));
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
njd.h 60 #define CALCULATE_HINDO(freq, base, high, div) \
61 ((NJ_HINDO)((((freq) * ((high) - (base))) / (div)) + (base)))
  /external/grub/stage2/
serial.c 46 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
  /device/samsung/crespo/alsa-lib/src/compat/
hsearch_r.c 54 unsigned int div = 3; local
56 while (div * div < number && number % div != 0)
57 div += 2;
59 return number % div != 0;
  /external/bzip2/
bzip.css 26 div.hr_blue {
29 div.hr_blue hr { display:none; }
67 div.literallayout, pre.programlisting, pre.screen {
  /external/skia/experimental/
SkSetPoly3To3_A.cpp 12 static SkScalar div(SkDScalar numer, SkDScalar denom) { function
22 static SkScalar div(SkDScalar numer, SkDScalar denom) { function
80 matrix->setScaleX(div(M[0], det));
81 matrix->setSkewX( div(M[1], det));
82 matrix->setSkewY (div(M[2], det));
83 matrix->setScaleY(div(M[3], det));
  /dalvik/vm/mterp/x86-atom/
binopD.S 19 * Code: 32-bit integer divide operation. If "div" is set, the code
23 * For: div-int, rem-int
32 %default {"div":"1"}
48 .if $div
60 .if $div
binopD2addr.S 19 * Code: 32-bit "/2addr" integer divde operation. If "div"
23 * For: div-int/2addr, rem-int/2addr
33 %default {"div":"1"}
50 .if $div
63 .if $div
binopDLit16.S 19 * Code: 32-bit "lit16" divide operation. If "div" is set, the code
23 * For: div-int/lit16, rem-int/lit16
33 %default {"div":"1"}
50 .if $div
65 .if $div
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_exception/d/
T_move_exception_3.d 19 div-int v0, v1, v2
  /external/dropbear/
gendss.c 150 DEF_MP_INT(div);
154 m_mp_init_multi(&div, &h, &val, NULL);
156 /* get div=(p-1)/q */
161 if (mp_div(&val, key->q, &div, NULL) != MP_OKAY) {
169 /* now keep going with g=h^div mod p, until g > 1 */
170 if (mp_exptmod(&h, &div, key->p, key->g) != MP_OKAY) {
182 mp_clear_multi(&div, &h, &val, NULL);

Completed in 202 milliseconds

1 2 3 4 5 6 7 8 91011