/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.c | 168 // Reduce __m to an equivalent number in the range [0, size()). We
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.c | 168 // Reduce __m to an equivalent number in the range [0, size()). We
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_valarray.c | 168 // Reduce __m to an equivalent number in the range [0, size()). We
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
testall.decTest | 62 dectest: reduce -- [was called normalize]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/shortest_paths/ |
dense.py | 147 # could make this its own function to reduce memory costs
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
testall.decTest | 62 dectest: reduce -- [was called normalize]
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/ |
httpclient-4.1.1.pom | 146 <!-- reduce console output. Can override with -Dquiet=false -->
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/ |
httpclient-4.2.1.pom | 142 <!-- reduce console output. Can override with -Dquiet=false -->
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/ |
httpclient-4.3.2.pom | 119 <!-- reduce console output. Can override with -Dquiet=false -->
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/ |
httpcore-4.2.1.pom | 129 <!-- reduce console output. Can override with -Dquiet=false -->
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/ |
httpcore-4.3.1.pom | 100 <!-- reduce console output. Can override with -Dquiet=false -->
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.3.2/ |
httpmime-4.3.2.pom | 102 <!-- reduce console output. Can override with -Dquiet=false -->
|
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/ |
httpclient-4.1.1.pom | 146 <!-- reduce console output. Can override with -Dquiet=false -->
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
android.pro | 38 # Reduce the size of the output some more.
|
/system/extras/perfprofd/quipper/ |
address_mapper.cc | 73 // happens, split or reduce the existing range to make room.
|
/system/netd/server/ |
InterfaceController.cpp | 98 // Reduce the ARP/ND base reachable time from the default (30sec) to 15sec.
|
/external/llvm/lib/Target/AArch64/ |
AArch64SchedA57.td | 353 // ASIMD arith, reduce, 4H/4S 355 // ASIMD arith, reduce, 8B/8H 357 // ASIMD arith, reduce, 16B 360 // ASIMD max/min, reduce, 4H/4S 362 // ASIMD max/min, reduce, 8B/8H 364 // ASIMD max/min, reduce, 16B 466 // ASIMD FP max/min, reduce [all...] |
/frameworks/base/docs/html/tools/debugging/ |
debugging-memory.jd | 262 in your app you should try to reduce allocations and release resources. 286 allocation and where you should try to reduce allocations and release 300 from. This is extremely valuable for tightening up these paths to reduce the work they need and 324 in your app you should try to reduce allocations and release resources. 547 to reduce this overhead. 562 special non-movable objects such as fields and methods. You can reduce this section by using fewer 568 small, but if it is too high, it may be possible to reduce it by reducing the number of local and [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
LongArray.java | 1478 public void reduce(int m, int[] ks) method in class:LongArray [all...] |
/cts/tools/dasm/src/java_cup/ |
production.java | 35 * actions), and a string for a final reduce action. It does several 40 * action into the final reduce actions string. Next it removes any 53 * all actions at the end where they can be handled as part of a reduce by 195 * reduce with this production. 200 * reduce with this production.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
DfpMath.java | 739 /* First reduce the argument to the range of +/- PI */ 749 /* Since sine(x) = sine(pi - x) we can reduce the range to 790 /* First reduce the argument to the range of +/- PI */ 799 /* Since cos(x) = -cos(pi - x) we can reduce the range to 868 * but may reduce arguments using the following identity
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
BigFraction.java | 130 // reduce numerator and denominator by greatest common denominator 709 BigFraction rhs = ((BigFraction) other).reduce(); 710 BigFraction thisOne = this.reduce(); 1020 public BigFraction reduce() { method in class:BigFraction [all...] |
/external/icu/icu4c/source/i18n/ |
digitlst.cpp | 175 // Reduce - remove trailing zero digits. 177 DigitList::reduce() { function in class:DigitList 459 numToConvert.reduce(); // Removes any trailing zeros, so that digit count is good. 838 reduce(); // Remove any trailing zeros 867 * amount. Never reduce it. Available size is kept in fContext.digits.
|
/frameworks/base/core/java/android/util/ |
ArrayMap.java | 44 * item, it may reduce the capacity to better match the current size. In the future an 121 // hash chain to reduce the number of array entries that will 159 // hash chain to reduce the number of array entries that will 291 * Like {@link #clear}, but doesn't reduce the capacity of the ArrayMap. 601 // Shrunk enough to reduce size of arrays. We don't allow it to
|
/external/bison/ |
NEWS | 115 The sections about shift/reduce and reduce/reduce conflicts resolution 519 significantly reduce the complexity of developing of a grammar. [all...] |