Searched
full:reduce (Results
801 -
825 of
2773) sorted by null
<<31323334353637383940>>
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/ |
zconf.h | 154 plus a few kilobytes for small objects. For example, if you want to reduce
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
zconf.h | 154 plus a few kilobytes for small objects. For example, if you want to reduce
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
zconf.h | 154 plus a few kilobytes for small objects. For example, if you want to reduce
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/ |
zconf.h | 154 plus a few kilobytes for small objects. For example, if you want to reduce
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/ |
zconf.h | 154 plus a few kilobytes for small objects. For example, if you want to reduce
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/ |
zconf.h | 154 plus a few kilobytes for small objects. For example, if you want to reduce
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/ |
zconf.h | 154 plus a few kilobytes for small objects. For example, if you want to reduce
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/ |
zconf.h | 154 plus a few kilobytes for small objects. For example, if you want to reduce
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/ |
zconf.h | 154 plus a few kilobytes for small objects. For example, if you want to reduce
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/ |
zconf.h | 154 plus a few kilobytes for small objects. For example, if you want to reduce
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/ |
zconf.h | 154 plus a few kilobytes for small objects. For example, if you want to reduce
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/ |
zconf.h | 154 plus a few kilobytes for small objects. For example, if you want to reduce
|
/prebuilts/ndk/9/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/9/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/9/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/9/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/9/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/9/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/9/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
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
s_exp2l.c | 330 * Reduce x: 334 * Reduce y: 384 * Reduce x, computing z, i0, and k. The low bits of x + redux
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
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...] |
/docs/source.android.com/src/devices/tech/dalvik/ |
configure.jd | 90 after receiving an OTA). To reduce the amount of compilation needed, ART 106 be specified to reduce the amount of pre-optimization. Note that all the 328 and data partition to reduce the amount of dex2oat that must be performed by
|
/docs/source.android.com/src/devices/tech/security/ |
implement.jd | 73 problems early and reduce time to correction. Android uses CTS as part of 161 accessed via IPC. For example, reduce root functionality to a small Service 214 <li>SUID programs are a common source of user "rooting" of devices. To reduce
|
/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);
|
Completed in 591 milliseconds
<<31323334353637383940>>