HomeSort by relevance Sort by last modified time
    Searched refs:signed (Results 26 - 50 of 241) sorted by null

12 3 4 5 6 7 8 910

  /prebuilts/misc/common/swig/include/2.0.11/uffi/
uffi.swg 10 %typemap(ffitype) signed char ":char";
12 %typemap(ffitype) signed short ":short";
15 %typemap(ffitype) signed int ":int";
18 %typemap(ffitype) signed long ":long";
  /prebuilts/misc/common/swig/include/2.0.11/pike/
pike.swg 32 long, unsigned long, char, signed char, unsigned char,
77 const signed char & (signed char temp),
106 char, signed char, unsigned char,
153 const char &, const signed char &, const unsigned char &,
167 signed char, unsigned char,
214 signed char, unsigned char,
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSUtils.java 161 * Fills the array with random longs. If signed is true, negative values can be generated.
164 public static void genRandomLongs(long seed, long array[], boolean signed, int numberOfBits) {
170 if (signed && l < 0) {
181 if (signed) {
187 public static void genRandomInts(long seed, int array[], boolean signed, int numberOfBits) {
189 genRandomLongs(seed, longs, signed, numberOfBits);
195 public static void genRandomShorts(long seed, short array[], boolean signed, int numberOfBits) {
197 genRandomLongs(seed, longs, signed, numberOfBits);
203 public static void genRandomBytes(long seed, byte array[], boolean signed, int numberOfBits) {
205 genRandomLongs(seed, longs, signed, numberOfBits)
    [all...]
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
RSUtils.java 161 * Fills the array with random longs. If signed is true, negative values can be generated.
164 public static void genRandomLongs(long seed, long array[], boolean signed, int numberOfBits) {
170 if (signed && l < 0) {
181 if (signed) {
187 public static void genRandomInts(long seed, int array[], boolean signed, int numberOfBits) {
189 genRandomLongs(seed, longs, signed, numberOfBits);
195 public static void genRandomShorts(long seed, short array[], boolean signed, int numberOfBits) {
197 genRandomLongs(seed, longs, signed, numberOfBits);
203 public static void genRandomBytes(long seed, byte array[], boolean signed, int numberOfBits) {
205 genRandomLongs(seed, longs, signed, numberOfBits)
    [all...]
  /libcore/support/src/test/java/tests/security/
AlgorithmParameterSignatureHelper.java 88 byte[] signed = null;
90 signed = signature.sign();
109 .verify(signed));
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 43 OpenGL prior to 3.1 does not support any signed texture formats.
45 red_green signed formats but no uncompressed ones, which might
46 still be useful. NV_texture_shader adds signed texture formats,
52 This extension adds a signed 4-channel texture format by backporting
64 2) Should the full set of signed formats (alpha, luminance, rgb, etc.)
79 4) How are signed integer values mapped to floating-point values?
83 A signed 8-bit two's complement value X is computed to
122 5) How will signed components resulting from RGBA8_SNORM texture
134 etc.) or the OpenGL Shading Language, these signed formats will
135 appear as expected with unclamped signed components as a resul
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/keysets/permDef/
Android.mk 17 #apks signed cts-keyset-test-a
29 #apks signed cts-keyset-test-b
  /cts/hostsidetests/appsecurity/test-apps/keysets/permUse/
Android.mk 17 #apks signed cts-keyset-test-a
29 #apks signed cts-keyset-test-b
  /cts/hostsidetests/appsecurity/test-apps/keysets/uBsharedUser/
Android.mk 17 #apks signed cts-keyset-test-a
29 #apks signed cts-keyset-test-b
  /external/llvm/include/llvm/Support/
DataTypes.h.cmake 15 |* [u]int(32|64)_t : typedefs for signed and unsigned 32/64 bit system types*|
92 typedef signed __int64 ssize_t;
94 typedef signed int ssize_t;
DataTypes.h.in 15 |* [u]int(32|64)_t : typedefs for signed and unsigned 32/64 bit system types*|
92 typedef signed __int64 ssize_t;
94 typedef signed int ssize_t;
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luatypemaps.swg 21 signed char, float, double
32 signed char,unsigned char,
53 %apply const int & {const short&,const long&,const signed char&,
116 // (however signed & unsigned char's are numbers...)
255 %apply long {long long, signed long long, unsigned long long};
256 %apply const long& {const long long&, const signed long long&, const unsigned long long&};
281 signed char, unsigned char,
282 long long, unsigned long long, signed long long,
285 const signed char&, const unsigned char&,
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
allegrocl.swg 12 %typemap(lout) bool, char, unsigned char, signed char,
13 short, signed short, unsigned short,
14 int, signed int, unsigned int,
15 long, signed long, unsigned long,
39 %typemap(lisptype) signed char, const signed char "cl:integer";
43 signed char, const signed char ":char";
46 signed short, const signed short ":short"
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/keysets/uB/
Android.mk 17 #apks signed cts-keyset-test-a
29 #apks signed cts-keyset-test-b
41 #apks signed by cts-keyset-test-a and cts-keyset-test-c
  /prebuilts/misc/common/swig/include/2.0.11/d/
dprimitives.swg 59 SWIG_D_PRIMITIVE(signed char, byte)
120 signed char,
121 const signed char &
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
csharp.swg 61 %typemap(ctype) signed char, const signed char & "signed char"
77 %typemap(imtype) signed char, const signed char & "sbyte"
93 %typemap(cstype) signed char, const signed char & "sbyte"
146 signed char,
161 signed char,
177 %typemap(directorin) signed char "$input = $1;
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/java/
java.swg 60 %typemap(jni) signed char, const signed char & "jbyte"
76 %typemap(jtype) signed char, const signed char & "byte"
92 %typemap(jstype) signed char, const signed char & "byte"
206 signed char,
220 signed char,
235 %typemap(directorin, descriptor="B") signed char "$input = (jbyte) $1;"
248 signed char,
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/php/
php.swg 43 %pass_by_val(signed int, CONVERT_INT_IN);
47 %pass_by_val(signed short, CONVERT_INT_IN);
51 %pass_by_val(signed long, CONVERT_INT_IN);
55 %pass_by_val(signed long long, CONVERT_LONG_LONG_IN);
59 %pass_by_val(signed char, CONVERT_INT_IN);
188 signed char,
226 const signed char &,
264 signed char,
430 %php_typecheck(signed char,SWIG_TYPECHECK_INT8,IS_LONG)
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
primtypes.swg 11 signed char
13 signed wchar_t // in C++
118 /* signed/unsigned char */
120 %numeric_slong(signed char, "<limits.h>", SCHAR_MIN, SCHAR_MAX)
133 /* signed/unsigned wchar_t */
136 %numeric_slong(signed wchar_t, "<wchar.h>", WCHAR_MIN, WCHAR_MAX)
258 _apply_macro(Macro, signed char , Arg2);
297 Macro2(%checkcode(INT8), signed char);
  /external/bison/build-aux/
do-release-commit-and-tag 5 # will serve to identify the release, so apply a signed tag to it as well.
39 and apply a signed tag. Run it from your project's top-level
  /external/e2fsprogs/lib/blkid/
blkid_types.h.in 21 typedef signed char __s8;
115 typedef signed long long __s64;
  /external/e2fsprogs/lib/ext2fs/
ext2_types.h.in 21 typedef signed char __s8;
115 typedef signed long long __s64;
  /external/elfutils/src/tests/
run-varlocs.sh 35 [80483f0,804841b) {fbreg(0), GNU_deref_type(8){long long int,signed,64@[25]}, GNU_const_type{long long int,signed,64@[25]}(8)[0000806745230100], div, GNU_convert{long long unsigned int,unsigned,64@[2c]}, stack_value}
  /external/libvpx/libvpx/vp8/common/arm/armv6/
vp8_variance16x16_armv6.asm 61 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
66 smlad r11, r10, r10, r11 ; dual signed multiply, add and accumulate (2)
85 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
90 smlad r11, r10, r10, r11 ; dual signed multiply, add and accumulate (2)
109 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
114 smlad r11, r10, r10, r11 ; dual signed multiply, add and accumulate (2)
135 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
136 smlad r11, r10, r10, r11 ; dual signed multiply, add and accumulate (2)
vp8_variance_halfpixvar16x16_h_armv6.asm 66 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
78 smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)
97 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
109 smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)
128 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
140 smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)
161 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
162 smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)

Completed in 3140 milliseconds

12 3 4 5 6 7 8 910