/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.intseq/ |
integer_seq.pass.cpp | 31 using ushort2 = std::integer_sequence<unsigned short, 4, 6>; 41 static_assert ( std::is_same<ushort2::value_type, unsigned short>::value, "ushort2 type wrong" ); 42 static_assert ( ushort2::size() == 2, "ushort2 size wrong" );
|
/frameworks/rs/tests/typecheck/ |
kernels.rs | 51 ushort2 us2; 52 ushort2 us2i = {1, 2};
|
/frameworks/rs/scriptc/ |
rs_debug.rsh | 191 rsDebug(const char *, ushort2);
|
rs_allocation.rsh | 187 GET_ELEMENT_AT(ushort2) 322 SET_ELEMENT_AT(ushort2)
|
rs_types.rsh | 244 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
|
/prebuilts/sdk/renderscript/include/ |
rs_debug.rsh | 191 rsDebug(const char *, ushort2);
|
rs_allocation.rsh | 187 GET_ELEMENT_AT(ushort2) 322 SET_ELEMENT_AT(ushort2)
|
rs_types.rsh | 244 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
|
/frameworks/rs/cpu_ref/ |
rsCpuRuntimeStubs.cpp | 44 typedef unsigned short ushort2 __attribute__((ext_vector_type(2))); typedef 144 static void SC_debugUS2(const char *s, const ushort2 *c) { 145 ALOGD("ushort2 %s {%hu, %hu} 0x%hx 0x%hx", s, c->x, c->y, c->x, c->y);
|
rsCpuIntrinsicInlines.h | 29 typedef ushort ushort2 __attribute__((ext_vector_type(2))); typedef
|
/frameworks/rs/driver/runtime/ |
rs_core.c | 143 PRIM_DEBUG(ushort2)
|
rs_allocation.c | 229 ELEMENT_AT(ushort2)
|
/frameworks/rs/driver/runtime/arch/ |
generic.c | 371 extern ushort2 __attribute__((overloadable)) max(ushort2 v1, ushort2 v2) { 372 ushort2 r; 628 extern ushort2 __attribute__((overloadable)) min(ushort2 v1, ushort2 v2) { 629 ushort2 r;
|
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 52 typedef unsigned short ushort2 __attribute__((ext_vector_type(2))); typedef 753 ELEMENT_AT(ushort2, RS_TYPE_UNSIGNED_16, 2) [all...] |