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

1 2 3

  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
TestHidDescriptor.cpp 75 0x15U, 0x00U, // LOGICAL MINIMUM (0)
76 0x25U, 0x01U, // LOGICAL MAXIMUM (1)
88 0x26U, 0xFFU, 0x00U, // LOGICAL MAXIMUM (0xFF)
135 0x15U, 0x00U, // LOGICAL MINIMUM (0)
136 0x25U, 0x01U, // LOGICAL MAXIMUM (1)
147 0x15U, 0x81U, // LOGICAL MINIMUM (-127)
148 0x25U, 0x7fU, // LOGICAL MAXIMUM (+127)
171 0x15U, 0x00U, // LOGICAL MINIMUM (0)
172 0x25U, 0x01U, // LOGICAL MAXIMUM (1)
184 0x26U, 0xFFU, 0x00U, // LOGICAL MAXIMUM (0xFF
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug476.go 7 // Logical operation on named boolean type returns the same type,
issue6671.go 7 // Issue 6671: Logical operators should produce untyped bool for untyped operands.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug476.go 7 // Logical operation on named boolean type returns the same type,
issue6671.go 7 // Issue 6671: Logical operators should produce untyped bool for untyped operands.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_aepack.py 17 aetypes.Logical('not ', 1),
  /external/python/cpython2/Lib/test/
test_aepack.py 17 aetypes.Logical('not ', 1),
  /external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
Smoke.frag.h 17 MemoryModel Logical GLSL450
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_aepack.py 17 aetypes.Logical('not ', 1),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_aepack.py 17 aetypes.Logical('not ', 1),
  /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...]
  /external/vulkan-validation-layers/demos/android/include/
cube.frag.h 17 MemoryModel Logical GLSL450
cube.vert.h 17 MemoryModel Logical GLSL450
  /external/lisa/tests/eas/
preliminary.py 239 :param cpu: Logical CPU number whose sched_domains' flags we want
  /external/llvm/test/MC/Mips/
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
  /external/python/cpython2/Lib/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'])
  /prebuilts/gdb/darwin-x86/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)
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
lex.go 26 RSH // >> Logical right shift.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
lex.go 26 RSH // >> Logical right shift.
  /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)
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 333 m->setMemoryModel(AddressingModel::Logical, MemoryModel::GLSL450);

Completed in 1580 milliseconds

1 2 3