HomeSort by relevance Sort by last modified time
    Searched refs:long2 (Results 1 - 25 of 36) sorted by null

1 2

  /external/clang/test/Sema/
conversion-64-32.c 10 typedef long long long2 __attribute__((__vector_size__(16))); typedef
12 int4 test1(long2 a) {
  /frameworks/rs/tests/typecheck/
kernels.rs 78 long2 l2;
79 long2 l2i = {1, 2};
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestConvert.rs 623 double2 __attribute__((kernel)) testConvertDouble2Long2Double2(long2 inV) {
647 long2 __attribute__((kernel)) testConvertLong2Double2Long2(double2 inV) {
659 long2 __attribute__((kernel)) testConvertLong2Long2Long2(long2 inV) {
671 long2 __attribute__((kernel)) testConvertLong2Ulong2Long2(ulong2 inV) {
695 ulong2 __attribute__((kernel)) testConvertUlong2Long2Ulong2(long2 inV) {
731 float2 __attribute__((kernel)) testConvertFloat2Long2Float2(long2 inV) {
767 char2 __attribute__((kernel)) testConvertChar2Long2Char2(long2 inV) {
803 uchar2 __attribute__((kernel)) testConvertUchar2Long2Uchar2(long2 inV) {
839 short2 __attribute__((kernel)) testConvertShort2Long2Short2(long2 inV)
    [all...]
TestMax.rs 170 long2 __attribute__((kernel)) testMaxLong2Long2Long2(long2 inV1, unsigned int x) {
171 long2 inV2 = rsGetElementAt_long2(gAllocInV2, x);
TestMin.rs 170 long2 __attribute__((kernel)) testMinLong2Long2Long2(long2 inV1, unsigned int x) {
171 long2 inV2 = rsGetElementAt_long2(gAllocInV2, x);
TestClamp.rs 217 long2 __attribute__((kernel)) testClampLong2Long2Long2Long2(long2 inValue, unsigned int x) {
218 long2 inMinValue = rsGetElementAt_long2(gAllocInMinValue, x);
219 long2 inMaxValue = rsGetElementAt_long2(gAllocInMaxValue, x);
367 long2 __attribute__((kernel)) testClampLong2LongLongLong2(long2 inValue, unsigned int x) {
  /frameworks/rs/scriptc/
rs_debug.rsh 236 rsDebug(const char *, long2);
rs_allocation.rsh 199 GET_ELEMENT_AT(long2)
334 SET_ELEMENT_AT(long2)
411 VOP(long2)
rs_core_math.rsh 1023 extern long2 __attribute__((const, overloadable))clamp(long2 value, long2 min_value, long2 max_value);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_debug.rsh 236 rsDebug(const char *, long2);
rs_allocation.rsh 199 GET_ELEMENT_AT(long2)
334 SET_ELEMENT_AT(long2)
rs_types.rsh 340 typedef long long2 __attribute__((ext_vector_type(2)));
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_debug.rsh 236 rsDebug(const char *, long2);
rs_allocation.rsh 199 GET_ELEMENT_AT(long2)
334 SET_ELEMENT_AT(long2)
rs_types.rsh 340 typedef long long2 __attribute__((ext_vector_type(2)));
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_debug.rsh 236 rsDebug(const char *, long2);
rs_allocation.rsh 199 GET_ELEMENT_AT(long2)
334 SET_ELEMENT_AT(long2)
rs_types.rsh 340 typedef long long2 __attribute__((ext_vector_type(2)));
  /prebuilts/sdk/renderscript/include/
rs_debug.rsh 236 rsDebug(const char *, long2);
rs_allocation.rsh 199 GET_ELEMENT_AT(long2)
334 SET_ELEMENT_AT(long2)
412 VOP(long2)
rs_core_math.rsh 1023 extern long2 __attribute__((const, overloadable))clamp(long2 value, long2 min_value, long2 max_value);
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 56 typedef long long long2 __attribute__((ext_vector_type(2))); typedef
193 static void SC_debugL2(const char *s, const long2 *ll) {
194 ALOGD("long2 %s {%lld, %lld} 0x%llx 0x%llx", s, ll->x, ll->y, ll->x, ll->y);
rsCpuIntrinsicInlines.h 44 typedef long long2 __attribute__((ext_vector_type(2))); typedef
  /frameworks/rs/driver/runtime/
rs_core.c 201 PRIM_DEBUG(long2)
rs_allocation.c 268 ELEMENT_AT(long2)
384 VOP(long2)

Completed in 820 milliseconds

1 2