HomeSort by relevance Sort by last modified time
    Searched full:reduce (Results 551 - 575 of 1985) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
zconf.h 154 plus a few kilobytes for small objects. For example, if you want to reduce
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
zconf.h 154 plus a few kilobytes for small objects. For example, if you want to reduce
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
zconf.h 154 plus a few kilobytes for small objects. For example, if you want to reduce
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
zconf.h 154 plus a few kilobytes for small objects. For example, if you want to reduce
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
zconf.h 154 plus a few kilobytes for small objects. For example, if you want to reduce
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
zconf.h 154 plus a few kilobytes for small objects. For example, if you want to reduce
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
zconf.h 154 plus a few kilobytes for small objects. For example, if you want to reduce
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
zconf.h 154 plus a few kilobytes for small objects. For example, if you want to reduce
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
zconf.h 154 plus a few kilobytes for small objects. For example, if you want to reduce
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
zconf.h 154 plus a few kilobytes for small objects. For example, if you want to reduce
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
zconf.h 154 plus a few kilobytes for small objects. For example, if you want to reduce
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
zconf.h 154 plus a few kilobytes for small objects. For example, if you want to reduce
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 202 // if we need to scale more horizontally, then reduce the client height
  /external/bison/src/
print.c 36 #include "reduce.h"
211 | If not ENABLED, the rule is masked by a shift or a reduce (S/R and |
227 fprintf (out, _("reduce using rule %d (%s)"), r->number, r->lhs->tag);
reduce.c 22 /* Reduce the grammar: Find and eliminate unreachable terminals,
39 #include "reduce.h"
425 /* First reduce the nonterminals, as they renumber themselves in the
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 241 @param a The integer to reduce
305 /** reduce a number
306 @param a The number [and dest] to reduce
  /external/v8/benchmarks/
crypto.js 520 function cMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
521 function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
525 Classic.prototype.reduce = cReduce;
537 // should reduce x and y(2-xy) by m^2 at each step to keep size bounded.
578 this.reduce(r);
603 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
606 function montMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
610 Montgomery.prototype.reduce = montReduce;
1069 else { var r = nbi(); x.copyTo(r); this.reduce(r); return r; }
1086 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(r);
    [all...]
  /external/v8/src/
string-search.h 49 // Reduce alphabet to this size.
51 // proportional to the input alphabet. We reduce the alphabet size by
164 // Both pattern and subject are UC16. Reduce character to equivalence class.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js 512 function cMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
513 function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
517 Classic.prototype.reduce = cReduce;
529 // should reduce x and y(2-xy) by m^2 at each step to keep size bounded.
570 this.reduce(r);
595 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
598 function montMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
602 Montgomery.prototype.reduce = montReduce;
1061 else { var r = nbi(); x.copyTo(r); this.reduce(r); return r; }
1078 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(r);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js 512 function cMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
513 function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
517 Classic.prototype.reduce = cReduce;
529 // should reduce x and y(2-xy) by m^2 at each step to keep size bounded.
570 this.reduce(r);
595 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
598 function montMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
602 Montgomery.prototype.reduce = montReduce;
1061 else { var r = nbi(); x.copyTo(r); this.reduce(r); return r; }
1078 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(r);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js 512 function cMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
513 function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
517 Classic.prototype.reduce = cReduce;
529 // should reduce x and y(2-xy) by m^2 at each step to keep size bounded.
570 this.reduce(r);
595 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
598 function montMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
602 Montgomery.prototype.reduce = montReduce;
1061 else { var r = nbi(); x.copyTo(r); this.reduce(r); return r; }
1078 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(r);
    [all...]
  /frameworks/base/core/java/android/view/
Display.java 327 * along the edges of the display that reduce the amount of application
371 * screen, so it will reduce the height both in landscape and portrait, and
377 * system decorations that reduce the size actually available to the
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-as.1 144 \fIobjfile\fR] [\fB\-R\fR] [\fB\-\-reduce\-memory\-overheads\fR] [\fB\-\-statistics\fR]
548 \&\fInumber\fR. Increasing this value can reduce the length of time it takes the
550 memory requirements. Similarly reducing this value can reduce the memory
552 .IP "\fB\-\-reduce\-memory\-overheads\fR" 4
553 .IX Item "--reduce-memory-overheads"
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-as.1 144 \fIobjfile\fR] [\fB\-R\fR] [\fB\-\-reduce\-memory\-overheads\fR] [\fB\-\-statistics\fR]
548 \&\fInumber\fR. Increasing this value can reduce the length of time it takes the
550 memory requirements. Similarly reducing this value can reduce the memory
552 .IP "\fB\-\-reduce\-memory\-overheads\fR" 4
553 .IX Item "--reduce-memory-overheads"
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-as.1 144 \fIobjfile\fR] [\fB\-R\fR] [\fB\-\-reduce\-memory\-overheads\fR] [\fB\-\-statistics\fR]
548 \&\fInumber\fR. Increasing this value can reduce the length of time it takes the
550 memory requirements. Similarly reducing this value can reduce the memory
552 .IP "\fB\-\-reduce\-memory\-overheads\fR" 4
553 .IX Item "--reduce-memory-overheads"
    [all...]

Completed in 3014 milliseconds

<<21222324252627282930>>