HomeSort by relevance Sort by last modified time
    Searched refs:Logical (Results 1 - 15 of 15) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
plugin.properties 28 javaLogicalStructures= Java Logical Structures
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aepack.py 17 aetypes.Logical('not ', 1),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aepack.py 17 aetypes.Logical('not ', 1),
  /libcore/luni/src/main/java/java/math/
BigInteger.java 674 return Logical.not(this);
689 return Logical.and(this, value);
704 return Logical.or(this, value);
719 return Logical.xor(this, value);
736 return Logical.andNot(this, value);
    [all...]
Logical.java 21 * The library implements some logical operations over {@code BigInteger}. The
31 class Logical {
35 private Logical() {}
  /external/llvm/test/MC/Mips/
micromips-alu-instructions.s 3 # for arithmetic and logical instructions.
5 # Arithmetic and Logical Instructions
mips-alu-instructions.s 3 # for arithmetic and logical instructions.
5 # Logical instructions
mips64-alu-instructions.s 3 # for arithmetic and logical instructions.
5 # Logical instructions
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 218 class Logical:
219 """An AE logical expression object"""
226 return "Logical(%r, %r)" % (self.logc, self.term)
240 return isinstance(x, Logical)
aepack.py 313 return aetypes.Logical(dict['logc'], dict['term'])
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 301 #pragma mark Logical...
MIPSAssembler.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 161 (* Logical Operators *)
    [all...]
llvm.mli 211 (* Logical Operators *)
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]

Completed in 413 milliseconds