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

1 2 3

  /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/generated/
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...]
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) {
TestMax.rs 219 long2 __attribute__((kernel)) testMaxLong2Long2Long2(long2 inA, unsigned int x) {
220 long2 inB = rsGetElementAt_long2(gAllocInB, x);
TestMin.rs 219 long2 __attribute__((kernel)) testMinLong2Long2Long2(long2 inA, unsigned int x) {
220 long2 inB = rsGetElementAt_long2(gAllocInB, x);
  /frameworks/rs/scriptc/
rs_convert.rsh 501 convert_double2(long2 v);
530 extern long2 __attribute__((const, overloadable))
545 extern long2 __attribute__((const, overloadable))
546 convert_long2(long2 v);
560 extern long2 __attribute__((const, overloadable))
591 convert_ulong2(long2 v);
636 convert_float2(long2 v);
681 convert_char2(long2 v);
726 convert_uchar2(long2 v);
771 convert_short2(long2 v)
    [all...]
rs_value_types.rsh 475 * long2: Two 64 bit signed integers
480 typedef long __attribute__((ext_vector_type(2))) long2;
rs_allocation_data.rsh 264 extern long2 __attribute__((overloadable))
414 extern long2 __attribute__((overloadable))
564 extern long2 __attribute__((overloadable))
745 rsAllocationVStoreX_long2(rs_allocation a, long2 val, uint32_t x);
895 rsAllocationVStoreX_long2(rs_allocation a, long2 val, uint32_t x, uint32_t y);
    [all...]
rs_debug.rsh 87 rsDebug(const char* message, long2 a);
  /prebuilts/sdk/renderscript/include/
rs_convert.rsh 501 convert_double2(long2 v);
530 extern long2 __attribute__((const, overloadable))
545 extern long2 __attribute__((const, overloadable))
546 convert_long2(long2 v);
560 extern long2 __attribute__((const, overloadable))
591 convert_ulong2(long2 v);
636 convert_float2(long2 v);
681 convert_char2(long2 v);
726 convert_uchar2(long2 v);
771 convert_short2(long2 v)
    [all...]
rs_value_types.rsh 475 * long2: Two 64 bit signed integers
480 typedef long __attribute__((ext_vector_type(2))) long2;
rs_allocation_data.rsh 264 extern long2 __attribute__((overloadable))
414 extern long2 __attribute__((overloadable))
564 extern long2 __attribute__((overloadable))
745 rsAllocationVStoreX_long2(rs_allocation a, long2 val, uint32_t x);
895 rsAllocationVStoreX_long2(rs_allocation a, long2 val, uint32_t x, uint32_t y);
    [all...]
rs_debug.rsh 87 rsDebug(const char* message, long2 a);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
kernel_input.rs 129 VEC2_TEST(long2)
  /libcore/ojluni/src/main/java/java/nio/
Bits.java 407 private static byte long2(long x) { method in class:Bits
425 bb._put(bi + 2, long2(x));
436 _put(a + 2, long2(x));
447 bb._put(bi + 5, long2(x));
458 _put(a + 5, long2(x));
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 44 typedef long long2 __attribute__((ext_vector_type(2))); typedef
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 67 typedef int64_t long2 __attribute__((ext_vector_type(2))); typedef
575 ELEMENT_AT(long2, RS_TYPE_SIGNED_64, 2)
634 ELEMENT_AT_OVERLOADS(long2, native_long2)
    [all...]
  /frameworks/rs/driver/runtime/
rs_core.c 268 PRIM_DEBUG(long2)
rs_allocation.c 332 ELEMENT_AT(long2)
480 VOP(long2)
rs_cl.c     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_long.py 587 class long2(long): class in function:LongTest.test_misc
589 x = long2(1L<<100)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_long.py 587 class long2(long): class in function:LongTest.test_misc
589 x = long2(1L<<100)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py 587 class long2(long): class in function:LongTest.test_misc
589 x = long2(1L<<100)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py 587 class long2(long): class in function:LongTest.test_misc
589 x = long2(1L<<100)
    [all...]

Completed in 1249 milliseconds

1 2 3