/prebuilts/go/linux-x86/doc/articles/ |
go_command.html | 63 requests, we were able to write the go command and eliminate our use of make
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
dwarf_defs.go | 11 // - eliminate DW_CLS_ if not used
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
dwarf_defs.go | 8 // - eliminate DW_CLS_ if not used
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/report/ |
source.go | 27 // eliminate potential nondeterminism.
|
/prebuilts/go/linux-x86/src/crypto/cipher/ |
gcm.go | 193 // eliminate the term at x^128 which also means subtracting the other
|
/prebuilts/go/linux-x86/src/go/ast/ |
filter.go | 410 // Eliminate nil entries from the decls list if entries were
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
encoder.py | 141 representation you should specify (',', ':') to eliminate whitespace.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
encoder.py | 141 representation you should specify (',', ':') to eliminate whitespace.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
LevenbergMarquardtEstimator.java | 686 // eliminate the diagonal matrix d using a Givens rotation 698 // the transformations to eliminate the row of d
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
LevenbergMarquardtOptimizer.java | 687 // eliminate the diagonal matrix d using a Givens rotation 699 // the transformations to eliminate the row of d [all...] |
/external/dnsmasq/src/ |
dhcp.c | 561 /* eliminate addresses in use by the server. */ 730 addr.s_addr = 0; /* eliminate warning */
|
/external/llvm/lib/CodeGen/ |
EarlyIfConversion.cpp | 11 // predicable instructions. The goal is to eliminate conditional branches that 387 // The branch we're looking to eliminate must be analyzable.
|
TailDuplication.cpp | 291 // Eliminate some of the copies inserted by tail duplication to maintain 315 /// eliminate (dynamic) branches. [all...] |
RegisterCoalescer.cpp | 123 /// Recursively eliminate dead defs in DeadDefs. 287 /// Return true if this block should be vacated by the coalescer to eliminate 326 // Eliminate DstSub on a physreg. 333 // Eliminate SrcSub by picking a corresponding Dst superregister. [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineShifts.cpp | 61 /// expression tree. This is used to eliminate extraneous shifting from things 341 " to eliminate shift:\n IN: " << *Op0 << "\n SH: " << I <<"\n"); [all...] |
/external/llvm/lib/Transforms/Utils/ |
LoopSimplify.cpp | 434 // eliminate the PHI Node. 581 // GCC doesn't tail recursion eliminate this. [all...] |
/external/opencv3/3rdparty/openexr/ |
ChangeLog.openexr | 262 * Eliminate HAVE_IOS_BASE macro, OpenEXR now requires support for 264 * Eliminate HAVE_STL_LIMITS macro, OpenEXR now requires the ISO C++
|
/external/skia/include/core/ |
SkRect.h | 800 // todo: can we eliminate the this->isEmpty check? 810 // todo: can we eliminate the this->isEmpty check?
|
/prebuilts/go/darwin-x86/src/crypto/elliptic/ |
p224.go | 270 // Eliminate the coefficients at 2**224 and greater. 419 // Eliminate top while maintaining the same value mod p.
|
/prebuilts/go/linux-x86/src/crypto/elliptic/ |
p224.go | 270 // Eliminate the coefficients at 2**224 and greater. 419 // Eliminate top while maintaining the same value mod p.
|
/external/v8/src/compiler/ |
register-allocator.cc | 889 if (has_preassigned_slot()) move_op->Eliminate(); 3695 MoveOperands* eliminate = moves->PrepareInsertAfter(move); local [all...] |
/external/clang/lib/Lex/ |
Lexer.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
IndVarSimplify.cpp | 462 // variable, we chose to eliminate the IV and rewrite it in terms of an [all...] |
/external/mesa3d/src/glsl/ |
linker.cpp | [all...] |
/external/boringssl/src/crypto/ec/ |
p224-64.c | 434 /* Eliminate in[4], in[5], in[6] */ 456 /* Eliminate output[4] */ 520 /* eliminate negative coefficients: if tmp[0] is negative, tmp[1] must [all...] |