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

  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 66 elif channel.type in (SIGNED, FIXED):
84 elif channel.type in (SIGNED, FIXED):
122 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
143 if channel.type not in (VOID, SIGNED):
145 if channel.type == SIGNED and channel.pure == False:
167 elif channel.type in (SIGNED, FIXED):
206 if type.type == SIGNED:
223 if type.type == SIGNED:
336 if src_type in (SIGNED, UNSIGNED) and dst_channel.type in (SIGNED, UNSIGNED)
    [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:
175 if channel.type not in (VOID, UNSIGNED, SIGNED):
193 if channel.type not in (VOID, UNSIGNED, SIGNED):
215 's': SIGNED,
u_format_table.py 58 SIGNED: "UTIL_FORMAT_TYPE_SIGNED",
175 elif format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == SIGNED:
  /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/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/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
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
TextViewBindingObject.java 268 mNumeric = TextViewBindingAdapter.SIGNED;
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
TextViewBindingAdapter.java 56 public static final int SIGNED = 0x03;
102 view.setKeyListener(DigitsKeyListener.getInstance((numeric & SIGNED) != 0,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 65 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT):
  /external/pcre/dist/sljit/
sljitNativeARM_64.c 392 /* Signed shift. We also know that the highest bit is set. */
769 #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 58 if ((mBindingObject.getNumeric() & TextViewBindingAdapter.SIGNED) != 0) {
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
adapters-1.0-rc1.jar 
  /frameworks/base/core/java/android/widget/
TextView.java 258 private static final int SIGNED = 2;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 425 milliseconds