HomeSort by relevance Sort by last modified time
    Searched refs:commutative (Results 1 - 25 of 30) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 154 unsigned int commutative : 1; member in struct:nv50_ir::Target::OpInfo
nv50_ir_target_nv50.cpp 113 static const uint32_t commutative[(OP_LAST + 31) / 32] = local
156 opInfo[i].commutative = (commutative[i / 32] >> (i % 32)) & 1;
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 260 static const uint32_t commutative[(OP_LAST + 31) / 32] =
301 opInfo[i].commutative = (commutative[i / 32] >> (i % 32)) & 1;
  /external/v8/test/mjsunit/
codegen-coverage.js 93 // Test the non-commutative subtraction operation with a smi on the
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
SemanticContext.java 383 CommutativePredicate commutative = (CommutativePredicate)obj; local
384 Set<SemanticContext> otherOperands = commutative.operands;
  /prebuilts/go/darwin-x86/src/cmd/vet/
bool.go 59 // Partition the slice of expressions into commutative sets.
  /prebuilts/go/linux-x86/src/cmd/vet/
bool.go 59 // Partition the slice of expressions into commutative sets.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
floatconv.go 77 // are commutative, so we can apply them in any order as long as there
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
floatconv.go 74 // are commutative, so we can apply them in any order as long as there
  /prebuilts/go/darwin-x86/src/math/big/
floatconv.go 74 // are commutative, so we can apply them in any order as long as there
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
floatconv.go 77 // are commutative, so we can apply them in any order as long as there
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
floatconv.go 74 // are commutative, so we can apply them in any order as long as there
  /prebuilts/go/linux-x86/src/math/big/
floatconv.go 74 // are commutative, so we can apply them in any order as long as there
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm     [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 980 bool commutative) {
982 if (commutative && g.CanBeBetterLeftOperand(right)) {
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 990 bool commutative) {
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc     [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 981 bool commutative) {
983 if (commutative && g.CanBeBetterLeftOperand(right)) {
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc     [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc     [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 529 Note that domain-match is not a commutative operation: a.b.c.com
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 529 Note that domain-match is not a commutative operation: a.b.c.com
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 529 Note that domain-match is not a commutative operation: a.b.c.com
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 529 Note that domain-match is not a commutative operation: a.b.c.com
    [all...]

Completed in 915 milliseconds

1 2