HomeSort by relevance Sort by last modified time
    Searched full:reduce (Results 651 - 675 of 2773) sorted by null

<<21222324252627282930>>

  /external/bison/src/
gram.c 29 #include "reduce.h"
  /external/boringssl/src/crypto/rand/
urandom.c 69 pid_t ppid; /* ppid contains the parent pid in order to try and reduce
  /external/boringssl/src/include/openssl/
ecdsa.h 124 * thus it's possible to precompute them and reduce the signing latency.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1Point.java 177 SecP192K1Field.reduce(tt1, Y3.x);
SecP192R1Point.java 176 SecP192R1Field.reduce(tt1, Y3.x);
SecP224K1Point.java 177 SecP224K1Field.reduce(tt1, Y3.x);
SecP224R1Point.java 175 SecP224R1Field.reduce(tt1, Y3.x);
SecP256K1Point.java 177 SecP256K1Field.reduce(tt1, Y3.x);
SecP256R1Point.java 175 SecP256R1Field.reduce(tt1, Y3.x);
SecP384R1Point.java 176 SecP384R1Field.reduce(tt1, Y3.x);
  /external/ceres-solver/include/ceres/internal/
fixed_array.h 52 // avoids heap operations. It also helps reduce the chances of
  /external/ceres-solver/include/ceres/
iteration_callback.h 75 // Step did not reduce the value of the objective function
  /external/ceres-solver/internal/ceres/
schur_eliminator_test.cc 47 // TODO(sameeragarwal): Reduce the size of these tests and redo the
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/
todo.rst 49 - reduce verbosity when defining routes (R = webapp2.Route)
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 73 LimitedDebugInfo, /// Limit generated debug info to reduce size
  /external/clang/www/
OpenProjects.html 126 <p>If you hit a bug with clang, it is very useful for us if you reduce the code
  /external/deqp/modules/gles2/scripts/
gen-swizzles.py 76 self.numCombinations = reduce(operator.mul, map(len, self.lists), 1)
  /external/deqp/modules/gles3/scripts/
gen-swizzles.py 76 self.numCombinations = reduce(operator.mul, map(len, self.lists), 1)
  /external/eigen/Eigen/src/SparseCore/
AmbiVector.h 189 // TODO factorize the following code to reduce code generation
  /external/fdlibm/
e_exp.c 18 * Reduce x to an r so that |r| <= 0.5*ln2 ~ 0.34658.
  /external/fonttools/Lib/fontTools/
merge.py 13 from functools import reduce namespace
52 return reduce(operator.and_, lst)
55 return reduce(operator.or_, lst)
735 allTags = reduce(set.union, (list(font.keys()) for font in fonts), set())
  /external/freetype/src/gzip/
zconf.h 130 plus a few kilobytes for small objects. For example, if you want to reduce
  /external/icu/icu4c/source/common/
cstring.c 79 * to reduce the amount of code to cover with tests.
  /external/icu/icu4c/source/common/unicode/
stringpiece.h 47 * Systematic usage of StringPiece is encouraged as it will reduce unnecessary
  /external/iproute2/man/man8/
tc-sfq.8 93 Upper limit of the SFQ. Can be used to reduce the default length of 127 packets.

Completed in 125 milliseconds

<<21222324252627282930>>