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

  /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};
  /frameworks/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)
rs_types.rsh 340 typedef long long2 __attribute__((ext_vector_type(2)));
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 53 typedef long long long2 __attribute__((ext_vector_type(2))); typedef
180 static void SC_debugL2(const char *s, const long2 *ll) {
181 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 152 PRIM_DEBUG(long2)
rs_allocation.c 241 ELEMENT_AT(long2)
  /frameworks/rs/driver/runtime/arch/
generic.c 315 extern long2 __attribute__((overloadable)) max(long2 v1, long2 v2) {
316 long2 r;
572 extern long2 __attribute__((overloadable)) min(long2 v1, long2 v2) {
573 long2 r;
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 61 typedef long long long2 __attribute__((ext_vector_type(2))); typedef
765 ELEMENT_AT(long2, RS_TYPE_SIGNED_64, 2)
    [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...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java     [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java     [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rops.java     [all...]

Completed in 2490 milliseconds