Home
last modified time | relevance | path

Searched refs:unsigned (Results 1 – 25 of 71) sorted by relevance

123

/frameworks/compile/slang/tests/P_export_types_v20/
Dexport_types.rs10 unsigned char uc = 'a';
12 unsigned short us = 1;
14 unsigned int ui;
16 unsigned long ul = 13;
18 unsigned long long ull = 34;
/frameworks/compile/slang/tests/P_export_types/
Dexport_types.rs11 unsigned char uc = 'a';
13 unsigned short us = 1;
15 unsigned int ui;
17 unsigned long ul = 13;
19 unsigned long long ull = 34;
/frameworks/rs/scriptc/
Drs_value_types.rsh168 * uint8_t: 8 bit unsigned integer
170 * 8 bit unsigned integer type.
172 typedef unsigned char uint8_t;
175 * uint16_t: 16 bit unsigned integer
177 * A 16 bit unsigned integer type.
179 typedef unsigned short uint16_t;
182 * uint32_t: 32 bit unsigned integer
184 * A 32 bit unsigned integer type.
186 typedef unsigned int uint32_t;
189 * uint64_t: 64 bit unsigned integer
[all …]
Drs_object_types.rsh146 RS_TYPE_UNSIGNED_8 = 8, // An 8 bit unsigned integer.
147 RS_TYPE_UNSIGNED_16 = 9, // A 16 bit unsigned integer.
148 RS_TYPE_UNSIGNED_32 = 10, // A 32 bit unsigned integer.
149 RS_TYPE_UNSIGNED_64 = 11, // A 64 bit unsigned integer.
151 …RS_TYPE_UNSIGNED_5_6_5 = 13, // A 16 bit unsigned integer packing graphical data in 5, 6, and 5 bi…
152 …RS_TYPE_UNSIGNED_5_5_5_1 = 14, // A 16 bit unsigned integer packing graphical data in 5, 5, 5, and…
153 …RS_TYPE_UNSIGNED_4_4_4_4 = 15, // A 16 bit unsigned integer packing graphical data in 4, 4, 4, and…
/frameworks/wilhelm/tools/hashgen/
Dhash.sed1 s/return/ unsigned key =/
2 s/(unsigned char)str/((unsigned char *)iid)/g
/frameworks/compile/slang/lit-tests/opt/
Dlocals_opt_3.rs22 unsigned short us = -1;
23 const unsigned long l = (unsigned long) -1.0e8f; constant
Dlocals_opt_0.rs22 unsigned short us = -1;
23 const unsigned long l = (unsigned long) -1.0e8f; constant
Dlocals_opt_default.rs25 unsigned short us = -1;
26 const unsigned long l = (unsigned long) -1.0e8f; constant
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlocals.rs33 unsigned short us = -1;
34 const unsigned long l = (unsigned long) -1.0e8f; constant
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_value_types.jd353 8 bit unsigned integer
361 Two 8 bit unsigned integers
369 Three 8 bit unsigned integers
377 Four 8 bit unsigned integers
385 32 bit unsigned integer
393 16 bit unsigned integer
401 Two 32 bit unsigned integers
409 Three 32 bit unsigned integers
417 32 bit unsigned integer
425 Four 32 bit unsigned integers
[all …]
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/
Dstderr.txt.expect1 …t_xyzar.rs:5:17: error: Special parameter 'x' must be of type 'int' or 'unsigned int'. It is of ty…
2 …t_xyzar.rs:5:26: error: Special parameter 'y' must be of type 'int' or 'unsigned int'. It is of ty…
4 …t_xyzar.rs:5:36: error: Special parameter 'z' must be of type 'int' or 'unsigned int'. It is of ty…
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzwar/
Dstderr.txt.expect1 …_xyzwar.rs:6:17: error: Special parameter 'x' must be of type 'int' or 'unsigned int'. It is of ty…
2 …_xyzwar.rs:6:26: error: Special parameter 'y' must be of type 'int' or 'unsigned int'. It is of ty…
4 …_xyzwar.rs:6:36: error: Special parameter 'z' must be of type 'int' or 'unsigned int'. It is of ty…
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dunsigned.rs4 unsigned int ui = 37;
5 unsigned char uc = 5;
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dunsigned.rs4 unsigned int ui = 37;
5 unsigned char uc = 5;
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dunsigned.rs4 unsigned int ui = 37;
5 unsigned char uc = 5;
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java739 private int unsignedToSigned(int unsigned, int size) { in unsignedToSigned() argument
740 if ((unsigned & (1 << size-1)) != 0) { in unsignedToSigned()
741 unsigned = -1 * ((1 << size-1) - (unsigned & ((1 << size-1) - 1))); in unsignedToSigned()
743 return unsigned; in unsignedToSigned()
/frameworks/compile/slang/tests/F_reduce_general_bad_halter/
Dreduce_general_bad_halter.rs38 static bool hva_halt(const unsigned *accum) { return false; } constant
47 static __attribute__((overloadable)) bool halt_dup(const unsigned int *accum) { return false; } constant
/frameworks/compile/slang/tests/F_root_graphics_13/
Droot_graphics_13.rs5 int root(unsigned int launchID) {
Dstderr.txt.expect1 …phics_13.rs:5:23: error: invalid parameter type for legacy graphics root() function: 'unsigned int'
/frameworks/compile/slang/tests/P_set_target_api_development/
Dset_target_api_development.rs8 void check(unsigned int version) {
/frameworks/compile/slang/tests/P_set_target_api_19/
Dset_target_api_19.rs12 void check(unsigned int version) {
/frameworks/compile/slang/tests/P_set_target_api_14/
Dset_target_api_14.rs12 void check(unsigned int version) {
/frameworks/compile/slang/tests/P_set_target_api_15/
Dset_target_api_15.rs12 void check(unsigned int version) {
/frameworks/compile/slang/tests/P_set_target_api_11/
Dset_target_api_11.rs12 void check(unsigned int version) {
/frameworks/compile/slang/tests/P_set_target_api_12/
Dset_target_api_12.rs12 void check(unsigned int version) {

123