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

1 2

  /system/tools/hidl/c2hal/
Type.h 38 SIGNED,
75 case Qualifier::SIGNED: return "signed";
Expression.cpp 58 #define SIGNED(i) (i & 2) // i & 0b10
66 if (SIGNED(lhs) == SIGNED(rhs)) {
70 // lhs != rhs && SIGNED(lhs) != SIGNED(rhs)
77 #undef SIGNED
c2hal_l.ll 201 "signed" { return SIGNED; }
c2hal_y.yy 98 %token SIGNED
516 | SIGNED { $$ = new Type::Qualifier(Type::Qualifier::SIGNED); }
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 75 elif channel.type in (SIGNED, FIXED):
95 elif channel.type in (SIGNED, FIXED):
140 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
164 elif channel.type in (SIGNED, FIXED):
203 if type.type == SIGNED:
247 if type.type == SIGNED:
368 if src_type in (SIGNED, UNSIGNED) and dst_channel.type in (SIGNED, UNSIGNED):
455 elif src_channel.type == SIGNED:
468 elif src_channel.type == SIGNED
    [all...]
u_format_parse.py 33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5)
60 self.sign = type in (SIGNED, FIXED, FLOAT)
85 if self.type == SIGNED:
99 if self.type == SIGNED:
189 if channel.type not in (VOID, UNSIGNED, SIGNED):
207 if channel.type not in (VOID, UNSIGNED, SIGNED):
230 return self.is_pure_color() and self.channel_type() == SIGNED
252 's': SIGNED,
u_format_table.py 58 SIGNED: "UTIL_FORMAT_TYPE_SIGNED",
  /external/mesa3d/src/amd/vulkan/
vk_format_parse.py 33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5)
62 self.sign = type in (SIGNED, FIXED, FLOAT)
89 if self.type == SIGNED:
103 if self.type == SIGNED:
197 if channel.type not in (VOID, UNSIGNED, SIGNED):
215 if channel.type not in (VOID, UNSIGNED, SIGNED):
238 return self.is_pure_color() and self.channel_type() == SIGNED
260 's': SIGNED,
vk_format_table.py 56 SIGNED: "VK_FORMAT_TYPE_SIGNED",
  /external/mesa3d/src/mesa/main/
format_parser.py 31 SIGNED = 's'
52 self.sign = type in (SIGNED, FLOAT)
75 if self.type == SIGNED:
87 if self.type == SIGNED:
95 if self.type == SIGNED:
376 if channel.type not in (VOID, UNSIGNED, SIGNED):
504 elif type == SIGNED:
format_info.py 67 elif 'SIGNED' in fmat.name or 'SNORM' in fmat.name:
89 elif channel.type == parser.SIGNED:
formats.h 130 #define MESA_ARRAY_FORMAT(SIZE, SIGNED, IS_FLOAT, NORM, NUM_CHANS, \
133 (((SIGNED) << 2 ) & MESA_ARRAY_FORMAT_TYPE_IS_SIGNED) | \
404 /* Packed signed/normalized formats */
418 /* Array signed/normalized formats */
474 /* Packed signed/unsigned non-normalized integer formats */
497 /* Array signed/unsigned non-normalized integer formats */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
ansidecl.h 33 signed not defined `'
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
176 #undef signed macro
195 #define SIGNED signed
224 #undef signed macro
228 #define signed macro
234 #define SIGNED
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
ansidecl.h 33 signed not defined `'
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
176 #undef signed macro
195 #define SIGNED signed
224 #undef signed macro
228 #define signed macro
234 #define SIGNED
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ansidecl.h 33 signed not defined `'
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
176 #undef signed macro
195 #define SIGNED signed
224 #undef signed macro
228 #define signed macro
234 #define SIGNED
  /libcore/ojluni/src/main/java/sun/invoke/util/
Wrapper.java 32 BYTE ( Byte.class, byte.class, 'B', (Byte)(byte)0, new byte[0], Format.signed( 8)),
33 SHORT ( Short.class, short.class, 'S', (Short)(short)0, new short[0], Format.signed( 16)),
35 INT ( Integer.class, int.class, 'I', (Integer)/*(int)*/0, new int[0], Format.signed( 32)),
36 LONG ( Long.class, long.class, 'J', (Long)(long)0, new long[0], Format.signed( 64)),
75 SIGNED = (-1) << KIND_SHIFT,
84 assert((kind == SIGNED) ? (size > 0) :
94 INT = SIGNED | (32 << SIZE_SHIFT) | (1 << SLOT_SHIFT),
95 SHORT = SIGNED | (16 << SIZE_SHIFT) | (1 << SLOT_SHIFT),
101 static int signed(int size) { return format(SIGNED, size, (size > 32 ? 2 : 1)); method in class:Wrapper.Format
    [all...]
  /hardware/interfaces/contexthub/1.0/
types.hal 29 SIGNED = 1 << 0,
  /toolchain/binutils/binutils-2.25/include/
ansidecl.h 33 signed not defined `'
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
176 #undef signed macro
195 #define SIGNED signed
224 #undef signed macro
228 #define signed macro
234 #define SIGNED
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
TextViewBindingObject.java 280 mNumeric = TextViewBindingAdapter.SIGNED;
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
TextViewBindingAdapter.java 59 public static final int SIGNED = 0x03;
125 view.setKeyListener(DigitsKeyListener.getInstance((numeric & SIGNED) != 0,
  /toolchain/binutils/binutils-2.25/opcodes/
mt-desc.c 71 { "SIGNED", &bool_attr[0], &bool_attr[0] },
92 { "SIGNED", &bool_attr[0], &bool_attr[0] },
284 { MT_F_CB1INCR, "f-cb1incr", 0, 32, 19, 6, { 0|A(SIGNED), { { { (1<<MACH_BASE), 0 } } } } },
285 { MT_F_CB2INCR, "f-cb2incr", 0, 32, 13, 6, { 0|A(SIGNED), { { { (1<<MACH_BASE), 0 } } } } },
526 { 0|A(SIGNED), { { { (1<<MACH_MS2), 0 } } } } },
530 { 0|A(SIGNED), { { { (1<<MACH_MS2), 0 } } } } },
    [all...]
  /frameworks/rs/rsov/compiler/spirit/
module.cpp 733 #define HANDLE_INT_SIZE(INT_TYPE, BITS, SIGNED) \
737 return intTy->mOperand1 == BITS && intTy->mOperand2 == SIGNED; \
740 return mBuilder->MakeTypeInt(BITS, SIGNED); \
  /external/pcre/dist2/src/sljit/
sljitNativeARM_64.c 391 /* Signed shift. We also know that the highest bit is set. */
768 #define SIGNED 0x02
    [all...]
sljitNativeARM_T2_32.c 789 #define SIGNED 0x02
808 s = signed
    [all...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
TextViewBindingAdapterTest.java 60 if ((mBindingObject.getNumeric() & TextViewBindingAdapter.SIGNED) != 0) {

Completed in 388 milliseconds

1 2