Searched refs:ulong (Results 1 – 16 of 16) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestClamp.rs | 235 ulong __attribute__((kernel)) testClampUlongUlongUlongUlong(ulong inValue, unsigned int x) { 236 ulong inMinValue = rsGetElementAt_ulong(gAllocInMinValue, x); 237 ulong inMaxValue = rsGetElementAt_ulong(gAllocInMaxValue, x); 386 ulong inMinValue = rsGetElementAt_ulong(gAllocInMinValue, x); 387 ulong inMaxValue = rsGetElementAt_ulong(gAllocInMaxValue, x); 392 ulong inMinValue = rsGetElementAt_ulong(gAllocInMinValue, x); 393 ulong inMaxValue = rsGetElementAt_ulong(gAllocInMaxValue, x); 398 ulong inMinValue = rsGetElementAt_ulong(gAllocInMinValue, x); 399 ulong inMaxValue = rsGetElementAt_ulong(gAllocInMaxValue, x);
|
D | TestMin.rs | 234 ulong __attribute__((kernel)) testMinUlongUlongUlong(ulong inA, unsigned int x) { 235 ulong inB = rsGetElementAt_ulong(gAllocInB, x);
|
D | TestMax.rs | 234 ulong __attribute__((kernel)) testMaxUlongUlongUlong(ulong inA, unsigned int x) { 235 ulong inB = rsGetElementAt_ulong(gAllocInB, x);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | getset.rs | 58 COPY_1D(ulong) 100 COPY_2D(ulong) 146 COPY_3D(ulong)
|
D | single_source_alloc.rs | 68 VERIFY_KERNEL(ulong) 196 STORE_TO_ALLOC(RS_TYPE_UNSIGNED_64, ulong); 218 LAUNCH_VERIFY_KERNEL(RS_TYPE_UNSIGNED_64, ulong); 462 TEST_HELPERS(ulong);
|
D | vload.rs | 56 COPY_2D(ulong)
|
D | vload_relaxed.rs | 58 COPY_2D(ulong)
|
D | reduce.rs | 457 ulong oorrGoodResult; // the value of a good result 458 ulong oorrBadResultHalf; // half the value of a bad result 467 static void oorrScaOut(ulong *out, const int *accum) { 480 typedef ulong Arr9[9];
|
D | kernel_input.rs | 159 SCALAR_TEST(ulong)
|
D | primitives.rs | 35 ulong ulongTest = 4611686018427387904L;
|
D | fe_all.rs | 82 void test_i64(const long *ain, ulong *aout) {
|
D | kernel_all.rs | 88 ulong __attribute__((kernel)) test_i64(long ain) {
|
/cts/tests/tests/rscpp/librscpptest/ |
D | vector.rs | 18 MAKE_TEST(ulong)
|
D | rs_jni_script.cpp | 142 typedef unsigned long ulong; typedef 181 TEST_VECTOR_INVOKE(ulong, ULong) in Java_android_cts_rscpp_RSScriptTest_testVector()
|
D | primitives.rs | 19 ulong ulongTest = 4611686018427387904L;
|
D | fe_all.rs | 82 void test_i64(const long *ain, ulong *aout) {
|