Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 25 of 127) sorted by relevance

123456

/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/
Dstderr.txt.expect1 …rror: foreach kernel 'bb' has __attribute__((kernel)) for 64-bit targets but not for 32-bit targets
2 …r: foreach kernel 'dd' has output type 'uint' for 32-bit targets but output type 'ulong' for 64-bi…
3 …: error: foreach kernel 'ii' has output type 'int' for 64-bit targets but no output for 32-bit tar…
4 …: error: foreach kernel 'jj' has output type 'int' for 32-bit targets but no output for 64-bit tar…
5 …cript:66:16: error: foreach kernel 'nn' has 1 input for 32-bit targets but 2 inputs for 64-bit tar…
6 …or: foreach kernel 'qq' has different special parameters for 32-bit targets than for 64-bit targets
7 … 2nd input of foreach kernel 'uu' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
8 …nput of foreach kernel 'uu' has type 'struct S' for 32-bit targets but type 'struct T' for 64-bit
9 … foreach kernel 'xx' has 0 usrData parameters for 32-bit targets but 1 usrData parameter for 64-bi…
10 …: foreach kernel 'ww' has 1 usrData parameter for 32-bit targets but 0 usrData parameters for 64-b…
[all …]
/frameworks/rs/script_api/include/
Drs_value_types.rsh95 * half: 16 bit floating point value
97 * A 16 bit floating point value.
104 * half2: Two 16 bit floats
107 * into a single 32 bit field with 32 bit alignment.
114 * half3: Three 16 bit floats
117 * into a single 64 bit field with 64 bit alignment.
124 * half4: Four 16 bit floats
127 * into a single 64 bit field with 64 bit alignment.
134 * int8_t: 8 bit signed integer
136 * 8 bit signed integer type.
[all …]
Drs_object_types.rsh139 RS_TYPE_FLOAT_16 = 1, // A 16 bit floating point value.
140 RS_TYPE_FLOAT_32 = 2, // A 32 bit floating point value.
141 RS_TYPE_FLOAT_64 = 3, // A 64 bit floating point value.
142 RS_TYPE_SIGNED_8 = 4, // An 8 bit signed integer.
143 RS_TYPE_SIGNED_16 = 5, // A 16 bit signed integer.
144 RS_TYPE_SIGNED_32 = 6, // A 32 bit signed integer.
145 RS_TYPE_SIGNED_64 = 7, // A 64 bit signed integer.
146 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.
[all …]
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch_init/
Dstderr.txt.expect1 …7: error: global variable 'b' is initialized differently for 32-bit targets than for 64-bit targets
2 …8: error: global variable 'd' is initialized differently for 32-bit targets than for 64-bit targets
3 …6: error: global variable 'f' is initialized differently for 32-bit targets than for 64-bit targets
4 …6: error: global variable 'h' is initialized differently for 32-bit targets than for 64-bit targets
5 …8: error: global variable 'j' is initialized differently for 32-bit targets than for 64-bit targets
6 …5: error: global variable 'k' is initialized differently for 32-bit targets than for 64-bit targets
7 …5: error: global variable 'm' is initialized differently for 32-bit targets than for 64-bit targets
8 …6: error: global variable 'n' is initialized differently for 32-bit targets than for 64-bit targets
9 …: error: global variable 'jj' is initialized differently for 32-bit targets than for 64-bit targets
10 …: error: global variable 'kk' is initialized differently for 32-bit targets than for 64-bit targets
[all …]
/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/
Dstderr.txt.expect1 …:10: error: global variable 'aa' has type 'int' for 32-bit targets but type 'struct t' for 64-bit
2 …:10: error: global variable 'bb' has type 'int' for 32-bit targets but type 'struct q' for 64-bit
3 …:10: error: global variable 'cc' has type 'int' for 32-bit targets but type 'struct b' for 64-bit
4 …5: error: global variable 'dd' has type 'struct j' for 32-bit targets but type 'int' for 64-bit ta…
5 …5: error: global variable 'ee' has type 'struct f' for 32-bit targets but type 'int' for 64-bit ta…
6 …5: error: global variable 'ff' has type 'struct o' for 32-bit targets but type 'int' for 64-bit ta…
7 reflection3264_struct_mismatch.rscript:6:8: error: structure 'q' is exported only for 64-bit targets
8 reflection3264_struct_mismatch.rscript:8:8: error: structure 'b' is exported only for 64-bit targets
9 reflection3264_struct_mismatch.rscript:4:8: error: structure 't' is exported only for 64-bit targets
10 …r: 2nd field of exported structure 'FieldName' is 'e' for 32-bit targets but 'b' for 64-bit targets
[all …]
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch/
Dstderr.txt.expect1 … reduction kernel 'cc' has result type 'uint' for 32-bit targets but result type 'ulong' for 64-bi…
2 …nd input of reduction kernel 'cc' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
3 …th input of reduction kernel 'cc' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
4 …pt:43:12: error: reduction kernel 'dd' has 2 inputs for 32-bit targets but 1 input for 64-bit targ…
5 …e_mismatch.rscript:52:12: error: reduction kernel 'ee' is reflected in Java only for 32-bit targets
6 … reduction kernel 'ee' has result type 'int' for 32-bit targets but result type 'struct S' for 64-
7 …nd input of reduction kernel 'ee' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
8 …e_mismatch.rscript:53:12: error: reduction kernel 'ff' is reflected in Java only for 64-bit targets
9 …duction kernel 'ff' has result type 'struct S' for 32-bit targets but result type 'int' for 64-bit
10 …pt:53:12: error: reduction kernel 'ff' has 3 inputs for 32-bit targets but 2 inputs for 64-bit tar…
[all …]
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch/
Dstderr.txt.expect1 …t:7:8: error: global variable 'a' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
2 …:5: error: global variable 'b' has type 'int[4]' for 32-bit targets but type 'int[8]' for 64-bit t…
3 …lobal variable 'd' has inconsistent 'const' qualification between 32-bit targets and 64-bit targets
4 …lobal variable 'e' has inconsistent 'const' qualification between 32-bit targets and 64-bit targets
5 …ror: global variable 'f' has type 'struct Bar' for 32-bit targets but type 'struct Foo' for 64-bit
6 … error: global variable 'g' has type 'uint[10]' for 32-bit targets but type 'ulong[10]' for 64-bit
7 …h.rscript:32:5: error: 10th global variable is 'h32' for 32-bit targets but 'h64' for 64-bit targe…
/frameworks/compile/slang/tests/F_reflection3264_invokable_mismatch/
Dstderr.txt.expect1 …6: error: invokable function 'a' has 2 parameters for 32-bit targets but 1 parameter for 64-bit ta…
2 …rameter of invokable function 'b' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
3 …arameter of invokable function 'b' has type 'int' for 32-bit targets but type 'long' for 64-bit ta…
4 …rscript:13:6: error: 3rd invokable function is 'c32' for 32-bit targets but 'c64' for 64-bit targe…
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccServiceTable.java54 int bit = service % 8; in isAvailable() local
55 return (mServiceTable[offset] & (1 << bit)) != 0; in isAvailable()
68 for (int bit = 0; bit < 8; bit++) { in toString()
69 if ((currentByte & (1 << bit)) != 0) { in toString()
75 int ordinal = (i * 8) + bit; in toString()
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name64/
Dstderr.txt.expect1 … 1st input of foreach kernel 'bb' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
2 … 1st input of foreach kernel 'aa' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
3 …64.rscript:11:6: error: 2nd foreach kernel is 'cc32' for 32-bit targets but 'cc64' for 64-bit targ…
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name32/
Dstderr.txt.expect1 … 1st input of foreach kernel 'bb' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
2 … 1st input of foreach kernel 'aa' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
3 …32.rscript:11:6: error: 2nd foreach kernel is 'cc32' for 32-bit targets but 'cc64' for 64-bit targ…
/frameworks/compile/slang/tests/F_reflection3264_variable_extra64/
Dstderr.txt.expect1 …t:6:8: error: global variable 'b' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
2 reflection3264_variable_extra64.rscript:12:6: error: global variable 'd' is only present for 64-bit
3 reflection3264_variable_extra64.rscript:14:7: error: global variable 'e' is only present for 64-bit
/frameworks/compile/slang/tests/F_reflection3264_variable_extra32/
Dstderr.txt.expect1 …t:6:8: error: global variable 'b' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
2 …le 'reflection3264_variable_extra32.rscript' global variable 'd' is only present for 32-bit targets
3 …le 'reflection3264_variable_extra32.rscript' global variable 'e' is only present for 32-bit targets
/frameworks/compile/slang/tests/P_reflection3264_divergent/
Dreflection3264_divergent.rscript4 // "Divergent" = reflected code must have a runtime check for 32-bit
5 // versus 64-bit target.
34 // 32-bit: 12 bytes; 64-bit: 48 bytes
45 // 32-bit: 20 bytes; 64-bit: 64 bytes
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocationFunctions.h28 for (size_t bit = 0; bit != sizeof (T1) * 8; ++bit) { in ApplyMask() local
30 const bool maskBit = (pMask >> bit) & 1; in ApplyMask()
32 result |= static_cast<T1>(valBit) << bit; in ApplyMask()
/frameworks/compile/slang/tests/P_reflection3264_divergent_support/
Dreflection3264_divergent.rscript6 // "Divergent" = reflected code must have a runtime check for 32-bit
7 // versus 64-bit target.
36 // 32-bit: 12 bytes; 64-bit: 48 bytes
47 // 32-bit: 20 bytes; 64-bit: 64 bytes
/frameworks/av/media/libstagefright/webm/tests/
DREADME.md11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
16 To test 64-bit binary push binaries from nativetest64.
20 To test 32-bit binary push binaries from nativetest.
/frameworks/av/media/libstagefright/xmlparser/test/
DREADME.md11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
15 To test 64-bit binary push binaries from nativetest64.
20 To test 32-bit binary push binaries from nativetest.
/frameworks/compile/slang/tests/F_reflection3264_multifile/
Dstderr.txt.expect1 …: 2nd input of foreach kernel 'm' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
2 …file 'reflection3264_multifile_2.rscript' invokable function 'g' is only present for 32-bit targets
Dreflection3264_multifile_2.rscript10 // error: invokable is only present for 32-bit targets
15 // error: 'in2' has different types for 32-bit and 64-bit targets
/frameworks/av/media/libstagefright/codecs/amrnb/dec/test/
DREADME.md11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
15 To test 64-bit binary push binaries from nativetest64.
20 To test 32-bit binary push binaries from nativetest.
/frameworks/av/media/libstagefright/codecs/amrwbenc/test/
DREADME.md11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
15 To test 64-bit binary push binaries from nativetest64.
20 To test 32-bit binary push binaries from nativetest.
/frameworks/av/media/libstagefright/tests/ESDS/
DREADME.md11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
15 To test 64-bit binary push binaries from nativetest64.
20 To test 32-bit binary push binaries from nativetest.
/frameworks/av/media/libstagefright/codecs/mp3dec/test/
DREADME.md11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
15 To test 64-bit binary push binaries from nativetest64.
20 To test 32-bit binary push binaries from nativetest.
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
DREADME.md11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
12 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
14 To test 64-bit binary push binaries from nativetest64.
19 To test 32-bit binary push binaries from nativetest.

123456