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

1 2 3

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GlobalTest.java 26 ScriptC_large_global lg = new ScriptC_large_global(mRS); local
27 lg.destroy();
  /external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/
assign.fail.cpp 23 std::lock_guard<std::mutex> lg(m1);
24 lg = lg0;
copy.fail.cpp 22 std::lock_guard<std::mutex> lg(lg0);
adopt_lock.pass.cpp 35 std::lock_guard<std::mutex> lg(m, std::adopt_lock);
mutex.fail.cpp 34 std::lock_guard<std::mutex> lg = m; local
mutex.pass.cpp 34 std::lock_guard<std::mutex> lg(m);
  /cts/tests/tests/graphics/src/android/graphics/cts/
LinearGradientTest.java 33 LinearGradient lg; local
37 lg = new LinearGradient(0, 0, 0, 40, color, position, TileMode.CLAMP);
38 b = drawLinearGradient(lg);
53 lg = new LinearGradient(0, 0, 0, 40, Color.RED, Color.BLUE, TileMode.CLAMP);
54 b= drawLinearGradient(lg);
65 private Bitmap drawLinearGradient(LinearGradient lg) {
67 paint.setShader(lg);
  /external/openssl/crypto/bn/asm/
s390x-mont.pl 121 lg $n0,0($n0) # pull n0
124 lg $bi,0($bp)
126 lg $alo,0($ap)
134 lg $nlo,0($np) #
146 lg $alo,0($j,$ap)
153 lg $nlo,0($j,$np)
174 lg $bi,0($bp) # bp[i]
176 lg $alo,0($ap)
186 lg $nlo,0($np) # np[0]
198 lg $alo,0($j,$ap
    [all...]
s390x.S 35 lg %r7,0(%r2,%r3) // ap[i]
42 lg %r9,8(%r2,%r3)
49 lg %r7,16(%r2,%r3)
56 lg %r9,24(%r2,%r3)
76 lg %r7,0(%r2,%r3) // ap[i]
110 lg %r7,0(%r2,%r3) // ap[i]
115 lg %r9,8(%r2,%r3)
120 lg %r7,16(%r2,%r3)
125 lg %r9,24(%r2,%r3)
143 lg %r7,0(%r2,%r3) // ap[i
    [all...]
s390x-gf2m.pl 135 lg @T[1],$stdframe(@i[1],$sp)
146 lg @T[1],$stdframe(@i[1],$sp)
152 lg @T[0],$stdframe(@i[0],$sp)
178 lg $a,`$stdframe+128+4*$SIZE_T`($sp)
179 lg $b,`$stdframe+128+6*$SIZE_T`($sp)
183 lg $a,`$stdframe+128+3*$SIZE_T`($sp)
184 lg $b,`$stdframe+128+5*$SIZE_T`($sp)
  /external/openssl/crypto/modes/asm/
ghash-s390x.pl 84 lg %r0,0(%r1)
90 lg %r1,24($sp)
113 lg $Zlo,8+1($Xi) # Xi
124 lg %r0,0(%r1)
130 lg %r1,24($sp)
152 lg $Zlo,8+1($Xi) # Xi
153 lg $Zhi,0+1($Xi)
171 lg $Zlo,8($nlo,$Htbl)
172 lg $Zhi,0($nlo,$Htbl)
236 lg $tmp,0($xi,$rem_4bit
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-s390x.pl 71 lg $prefetch,$stdframe($sp) ### Xupdate(16) warm-up
76 lg $X[0],`$i*4`($inp) ### Xload($i)
81 lg $prefetch,`$stdframe+4*(($i+2)%16)`($sp)
167 lg %r0,0(%r1)
173 lg %r0,`2*$SIZE_T`($sp)
201 lg $K_00_39,0($t0)
202 lg $K_40_79,8($t0)
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 279 struct Double lg, lsine; local
300 lg = large_gam(y);
302 lg.a -= lsine.a; /* exact (opposite signs) */
303 lg.b -= lsine.b;
304 y = -(lg.a + lg.b);
305 z = (y + lg.a) + lg.b;
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_mathops.c 242 opus_val32 lg; local
245 lg = celt_ilog2(x);
246 if (lg<0 || lg>=31)
248 printf("celt_ilog2 failed: 0<=celt_ilog2(x)<31 (x = %d, celt_ilog2(x) = %d)\n",x,lg);
251 y = 1<<lg;
  /external/libopus/celt/tests/
test_unit_mathops.c 242 opus_val32 lg; local
245 lg = celt_ilog2(x);
246 if (lg<0 || lg>=31)
248 printf("celt_ilog2 failed: 0<=celt_ilog2(x)<31 (x = %d, celt_ilog2(x) = %d)\n",x,lg);
251 y = 1<<lg;
  /external/openssl/crypto/
s390xcpuid.S 15 lg %r2,0(%r2)
24 lg %r2,16(%r15)
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/resources/
bootstrap.min.css 8 /*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}.text-primary:hover{color:#3071a9}.text-warning{color:#8a6d3b}.text-warning:hover{color:#66512c}.text-danger{color:#a94442}.text-danger:hover{color:#843534}.text-success{color:#3c763d}.text-success:hover{color:#2b542c}.text-info{color:#31708f}.text-info:hover{color:#245269}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}.list-inline>li:first-child{padding-left:0}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.428571429;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{positio (…)
    [all...]
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_long_double.pass.cpp 50 std::locale lg(lc, new my_numpunct);
99 ios.imbue(lg);
170 ios.imbue(lg);
244 ios.imbue(lg);
315 ios.imbue(lg);
392 ios.imbue(lg);
463 ios.imbue(lg);
537 ios.imbue(lg);
608 ios.imbue(lg);
    [all...]
put_double.pass.cpp 50 std::locale lg(lc, new my_numpunct);
99 ios.imbue(lg);
170 ios.imbue(lg);
244 ios.imbue(lg);
315 ios.imbue(lg);
392 ios.imbue(lg);
463 ios.imbue(lg);
537 ios.imbue(lg);
608 ios.imbue(lg);
    [all...]
  /external/jemalloc/include/jemalloc/internal/
size_classes.sh 32 lg() { function
49 lg ${ndelta}; lg_ndelta=${lg_result}; pow2 ${lg_ndelta}
189 * LG_SIZE_CLASS_GROUP: Lg of size class count for each size doubling.
193 * lg_grp: Lg group base size (no deltas added).
194 * lg_delta: Lg delta to previous size class.
202 * LG_TINY_MAXCLASS: Lg of maximum tiny size class.
  /external/chromium_org/third_party/skia/third_party/lua/src/
ltable.c 230 int lg; local
231 int ttlg; /* 2^lg */
234 for (lg=0, ttlg=1; lg<=MAXBITS; lg++, ttlg*=2) { /* for each slice */
242 /* count elements in range (2^(lg-1), 2^lg] */
247 nums[lg] += lc;
  /external/libvorbis/doc/
Makefile.am 88 Vorbis_I_spec.lg Vorbis_I_spec.log \
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 165 static const int FLAGS_lgmaxsize = 16; // lg() of the max size object to alloc
168 static const int FLAGS_lg_max_memalign = 18; // lg of max alignment for memalign
773 for (int lg = 0; lg < 16; lg++) {
774 TestAlignmentForSize((1<<lg) - 1);
775 TestAlignmentForSize((1<<lg) + 0);
776 TestAlignmentForSize((1<<lg) + 1);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 165 static const int FLAGS_lgmaxsize = 16; // lg() of the max size object to alloc
168 static const int FLAGS_lg_max_memalign = 18; // lg of max alignment for memalign
773 for (int lg = 0; lg < 16; lg++) {
774 TestAlignmentForSize((1<<lg) - 1);
775 TestAlignmentForSize((1<<lg) + 0);
776 TestAlignmentForSize((1<<lg) + 1);
    [all...]
  /external/clang/www/demo/
index.cgi 440 my ( $ip, $host, $lg, $lines );
442 $lg = $c->param('language');
446 "--- Query: ---\nFrom: ($ip) $host\nInput: $lines lines of $lg\n"

Completed in 8485 milliseconds

1 2 3