Home
last modified time | relevance | path

Searched refs:ulong (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestClamp.rs235 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);
DTestMin.rs234 ulong __attribute__((kernel)) testMinUlongUlongUlong(ulong inA, unsigned int x) {
235 ulong inB = rsGetElementAt_ulong(gAllocInB, x);
DTestMax.rs234 ulong __attribute__((kernel)) testMaxUlongUlongUlong(ulong inA, unsigned int x) {
235 ulong inB = rsGetElementAt_ulong(gAllocInB, x);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dgetset.rs58 COPY_1D(ulong)
100 COPY_2D(ulong)
146 COPY_3D(ulong)
Dsingle_source_alloc.rs68 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);
Dvload.rs56 COPY_2D(ulong)
Dvload_relaxed.rs58 COPY_2D(ulong)
Dreduce.rs457 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];
Dkernel_input.rs159 SCALAR_TEST(ulong)
Dprimitives.rs35 ulong ulongTest = 4611686018427387904L;
Dfe_all.rs82 void test_i64(const long *ain, ulong *aout) {
Dkernel_all.rs88 ulong __attribute__((kernel)) test_i64(long ain) {
/cts/tests/tests/rscpp/librscpptest/
Dvector.rs18 MAKE_TEST(ulong)
Drs_jni_script.cpp142 typedef unsigned long ulong; typedef
181 TEST_VECTOR_INVOKE(ulong, ULong) in Java_android_cts_rscpp_RSScriptTest_testVector()
Dprimitives.rs19 ulong ulongTest = 4611686018427387904L;
Dfe_all.rs82 void test_i64(const long *ain, ulong *aout) {