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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/r10/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/r11/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/r13/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;
  /art/tools/ahat/src/
style.css 17 div.menu {
  /external/libdaemon/doc/
style.css 28 div.news-date { font-size: 80%; font-style: italic; }
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
njd.h 60 #define CALCULATE_HINDO(freq, base, high, div) \
61 ((NJ_HINDO)((((freq) * ((high) - (base))) / (div)) + (base)))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
divbyzero.go 39 fmt.Printf("expected div by zero for b(7, 0), got no error\n")
43 fmt.Printf("expected no error for b(7, 7), got div by zero\n")
47 fmt.Printf("expected div by zero for a(4, nil), got no error\n")
51 fmt.Printf("expected div by zero for c(5), got no error\n")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
divbyzero.go 39 fmt.Printf("expected div by zero for b(7, 0), got no error\n")
43 fmt.Printf("expected no error for b(7, 7), got div by zero\n")
47 fmt.Printf("expected div by zero for a(4, nil), got no error\n")
51 fmt.Printf("expected div by zero for c(5), got no error\n")
  /external/doclava/res/assets/templates/components/
api_filter.cs 3 <div id="api-level-toggle">
9 </div>
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreUtil.cpp 38 const float div = static_cast<float>(maxImageDimension - 1); local
41 return 1.0f / div;
43 return 2.0f / div;
  /external/ImageMagick/www/api/
mogrify.php 30 <div class="main">
31 <div class="magick-masthead">
32 <div class="container">
51 </div>
52 </div>
53 <div class="container">
54 <div class="magick-header">
103 </div>
115 </div><!-- /.container -->
119 </div>
    [all...]
segment.php 30 <div class="main">
31 <div class="magick-masthead">
32 <div class="container">
51 </div>
52 </div>
53 <div class="container">
54 <div class="magick-header">
90 </div>
102 </div><!-- /.container -->
106 </div>
    [all...]
stream.php 30 <div class="main">
31 <div class="magick-masthead">
32 <div class="container">
51 </div>
52 </div>
53 <div class="container">
54 <div class="magick-header">
119 </div>
131 </div><!-- /.container -->
135 </div>
    [all...]
colormap.php 30 <div class="main">
31 <div class="magick-masthead">
32 <div class="container">
51 </div>
52 </div>
53 <div class="container">
54 <div class="magick-header">
121 </div>
133 </div><!-- /.container -->
137 </div>
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
example_test.go 24 {{range .Items}}<div>{{ . }}</div>{{else}}<div><strong>no rows</strong></div>{{end}}
69 // <div>My photos</div><div>My blog</div>
79 // <div><strong>no rows</strong></div>
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
example_test.go 24 {{range .Items}}<div>{{ . }}</div>{{else}}<div><strong>no rows</strong></div>{{end}}
69 // <div>My photos</div><div>My blog</div>
79 // <div><strong>no rows</strong></div>
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 240 * div ---> |fffff|ssssssss|fff|ssssss|ffff| ---> u
254 * @param div the stretch parts defined in nine-patch chunk
264 float x[], float u[], int div[], int source, int target) {
269 for (int i = 0, n = div.length; i < n; i += 2) {
270 stretch += div[i + 1] - div[i];
280 for (int i = 0, n = div.length; i < n; i += 2) {
284 x[i + 1] = lastX + (div[i] - lastU) + 0.5f;
285 u[i + 1] = Math.min((div[i] + 0.5f) / textureSize, textureBound);
288 float partU = div[i + 1] - div[i]
    [all...]
  /build/make/tools/droiddoc/templates-ndk/
class.cs 13 <div id="doc-api-level" class="<?cs var:class.since ?>" style="display:none"></div>
17 <div class="col-12" id="doc-col">
19 <div id="api-info-block">
37 <div class="sum-details-links">
94 </div><!-- end sum-details-links -->
95 <div class="api-level">
102 </div>
103 </div><!-- end api-info-block -->
108 <div id="jd-header"
    [all...]
  /build/make/tools/droiddoc/templates-sac/
class.cs 10 <div id="doc-api-level" class="<?cs var:class.since ?>" style="display:none"></div>
14 <div class="col-12" id="doc-col">
16 <div id="api-info-block">
34 <div class="sum-details-links">
91 </div><!-- end sum-details-links -->
92 <div class="api-level">
99 </div>
100 </div><!-- end api-info-block -->
105 <div id="jd-header"
    [all...]
  /external/bzip2/
bzip.css 26 div.hr_blue {
29 div.hr_blue hr { display:none; }
67 div.literallayout, pre.programlisting, pre.screen {
  /external/doclava/res/assets/templates-sdk/
page_info.cs 4 ?><div id="naMessage"></div>
12 <div id="api-info-block">
13 <div class="api-level">
16 </div>
17 </div><?cs
24 <div id="api-info-block">
25 <div class="api-level">
36 </div>
54 <div class="sum-details-links"
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
int128.cc 144 uint128 div; local
148 div = GOOGLE_ULONGLONG(0x1000000000000000); // 16^15
152 div = GOOGLE_ULONGLONG(01000000000000000000000); // 8^21
156 div = GOOGLE_ULONGLONG(10000000000000000000); // 10^19
162 // the original value, each less than "div" and therefore representable
170 uint128::DivModImpl(high, div, &high, &low);
172 uint128::DivModImpl(high, div, &high, &mid);
  /external/doclava/res/assets/templates/
class.cs 8 <div class="g-unit" id="doc-content">
10 <div id="api-info-block">
28 <div class="sum-details-links">
85 </div><!-- end sum-details-links -->
86 <div class="api-level">
89 </div>
90 </div><!-- end api-info-block -->
95 <div id="jd-header">
117 </div><!-- end header -->
119 <div id="naMessage"></div
    [all...]
  /external/skia/include/core/
SkMath.h 123 * Stores numer/denom and numer%denom into div and mod respectively.
126 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod) {
129 // divmod call, but rather a div call followed by a divmod. Silly! This
135 *div = static_cast<Out>(d);
139 *div = static_cast<Out>(numer/denom);
  /build/make/tools/droiddoc/templates-pdk/assets/
customizations.js 3 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
7 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");

Completed in 470 milliseconds

1 2 3 45 6 7 8 91011>>