Home
last modified time | relevance | path

Searched refs:double (Results 1 – 25 of 154) sorted by relevance

1234567

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dfloat_test.rs4 double val;
7 double __attribute__((kernel)) foo(float a) {
11 double __attribute__((kernel)) goo(double a) {
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dfloat_test.rs4 double val;
7 double __attribute__((kernel)) foo(float a) {
11 double __attribute__((kernel)) goo(double a) {
Dsingle_source_alloc.rs51 VERIFY_KERNEL(double)
165 STORE_TO_ALLOC(RS_TYPE_FLOAT_64, double);
187 LAUNCH_VERIFY_KERNEL(RS_TYPE_FLOAT_64, double);
381 TEST_HELPERS(double);
/frameworks/compile/slang/tests/F_fs_types/
Dfs_types.fs4 double d;
8 double d;
15 void foo_d(double d) {
16 double e;
/frameworks/rs/driver/runtime/ll64/
Dallocation.ll606 !57 = !{!"double", !15}
607 define void @rsSetElementAtImpl_double(%struct.rs_allocation* nocapture readonly %a, double %val, i…
609 %2 = bitcast i8* %1 to double*
610 store double %val, double* %2, align 8, !tbaa !57
614 define double @rsGetElementAtImpl_double(%struct.rs_allocation* nocapture readonly %a, i32 %x, i32 …
616 %2 = bitcast i8* %1 to double*
617 %3 = load double, double* %2, align 8, !tbaa !57
618 ret double %3
622 define void @rsSetElementAtImpl_double2(%struct.rs_allocation* nocapture readonly %a, <2 x double> …
624 %2 = bitcast i8* %1 to <2 x double>*
[all …]
/frameworks/compile/slang/tests/F_root_compute_really_bad/
Droot_compute_really_bad.rs4 int root(int ain, int aout, int usrData, float x1, double y1,
11 const double* y1, uint32_t y) { constant
15 root_kernel(int ain, int* aout, int usrData, float x1, double y1,
/frameworks/rs/driver/runtime/ll32/
Dallocation.ll593 !57 = !{!"double", !15}
594 define void @rsSetElementAtImpl_double([1 x i32] %a.coerce, double %val, i32 %x, i32 %y, i32 %z) #1…
596 %2 = bitcast i8* %1 to double*
597 store double %val, double* %2, align 8, !tbaa !57
601 define double @rsGetElementAtImpl_double([1 x i32] %a.coerce, i32 %x, i32 %y, i32 %z) #0 {
603 %2 = bitcast i8* %1 to double*
604 %3 = load double, double* %2, align 8, !tbaa !57
605 ret double %3
609 define void @rsSetElementAtImpl_double2([1 x i32] %a.coerce, <2 x double> %val, i32 %x, i32 %y, i32…
611 %2 = bitcast i8* %1 to <2 x double>*
[all …]
/frameworks/compile/slang/tests/P_reduce_general_reflect/
Dreduce_general_reflect.rs13 static void d1_out(double *out, const float *val) { }
16 static void d2_accum(double *accum, double val) { }
/frameworks/compile/slang/tests/F_reduce_general_bad_result/
Dreduce_general_bad_result.rs38 double d;
54 static void AccumUnionShortDouble(union UnionShortDouble *accum, short s, double d) { }
61 static void AccumUnionCharInt(union UnionCharInt *accum, short s, double d) { }
74 double d;
79 double d;
100 static void AccumUnionDoubleFloatArray(UnionDoubleFloatArray *accum, short s, double d) { }
292 double d;
297 double d;
303 double d;
343 double d;
/frameworks/compile/slang/lit-tests/opt/
Dlocals_opt_default.rs22 double d[2][2] = {{0, 1}, {2, 3.0}};
39 double result = pf[0] * d[1][1] * s.f * us * l;
Dlocals_opt_0.rs19 double d[2][2] = {{0, 1}, {2, 3.0}};
36 double result = pf[0] * d[1][1] * s.f * us * l;
Dlocals_opt_3.rs19 double d[2][2] = {{0, 1}, {2, 3.0}};
36 double result = pf[0] * d[1][1] * s.f * us * l;
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlocals.rs30 double d[2][2] = {{0, 1}, {2, 3.0}};
47 double result = pf[0] * d[1][1] * s.f * us * l;
/frameworks/rs/tests/typecheck/
Dkernels.rs103 double d1;
104 double d1i = 3.141592265358979;
143 void RS_KERNEL test_F64(double in) {
/frameworks/support/v8/renderscript/api/
Dcurrent.txt134 ctor public Double2(double, double);
135 field public double x;
136 field public double y;
141 ctor public Double3(double, double, double);
142 field public double x;
143 field public double y;
144 field public double z;
149 ctor public Double4(double, double, double, double);
150 field public double w;
151 field public double x;
[all …]
D23.0.0.txt132 ctor public Double2(double, double);
133 field public double x;
134 field public double y;
139 ctor public Double3(double, double, double);
140 field public double x;
141 field public double y;
142 field public double z;
147 ctor public Double4(double, double, double, double);
148 field public double w;
149 field public double x;
[all …]
D23.1.0.txt132 ctor public Double2(double, double);
133 field public double x;
134 field public double y;
139 ctor public Double3(double, double, double);
140 field public double x;
141 field public double y;
142 field public double z;
147 ctor public Double4(double, double, double, double);
148 field public double w;
149 field public double x;
[all …]
D23.1.1.txt132 ctor public Double2(double, double);
133 field public double x;
134 field public double y;
139 ctor public Double3(double, double, double);
140 field public double x;
141 field public double y;
142 field public double z;
147 ctor public Double4(double, double, double, double);
148 field public double w;
149 field public double x;
[all …]
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/
Dstderr.txt.expect4 …5:36: error: Special parameter 'z' must be of type 'int' or 'unsigned int'. It is of type 'double'.
5 …ameters 'x' and 'z' must be of the same type. 'x' is of type 'short' while 'z' is of type 'double'.
Droot_compute_non_uint32_t_xyzar.rs5 short x, float y, double z, uchar ar) {
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzwar/
Dstderr.txt.expect4 …6:36: error: Special parameter 'z' must be of type 'int' or 'unsigned int'. It is of type 'double'.
5 …ameters 'x' and 'z' must be of the same type. 'x' is of type 'short' while 'z' is of type 'double'.
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dmandelbrot.rs66 double xtemp = t2.x - t2.y + p.x;
77 double mi3 = gMaxIteration / 3.f;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dmandelbrot.rs66 double xtemp = t2.x - t2.y + p.x;
77 double mi3 = gMaxIteration / 3.f;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dmandelbrot.rs66 double xtemp = t2.x - t2.y + p.x;
77 double mi3 = gMaxIteration / 3.f;
/frameworks/compile/slang/tests/P_reduce_general_result/
Dreduce_general_result.rs11 typedef struct MyStruct { float f; double d; } MyStruct;
68 static void my_double_accum(double *accum, double val) { }
69 static void my_double_comb(double *accum, const double *other) { } constant
80 typedef double array_double[7];
81 static void my_array_double_accum(array_double *accum, double val) { }

1234567