Home
last modified time | relevance | path

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

123456

/frameworks/rs/tests/java_api/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/tests/java_api/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) {
/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/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/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/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/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/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/rs/tests/lldb/cpp/Allocations/
Dallocs.rs34 static double half_helper(double in) constant
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Dallocs.rs34 static double half_helper(double in) variable
/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/compile/slang/lit-tests/opt/
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;
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;
/frameworks/rs/tests/cpp_api/typecheck/
Dkernels.rs103 double d1;
104 double d1i = 3.141592265358979;
143 void RS_KERNEL test_F64(double in) {
/frameworks/rs/tests/lldb/java/Allocations/src/rs/
Dallocs.rs48 static double half_helper(double in) constant
/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'.
/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/base/tools/streaming_proto/test/
Dtest.proto57 optional double double_field = 10;
58 repeated double double_field_repeated = 11;
59 repeated double double_field_packed = 12 [packed=true];
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dmandelbrot.rs66 double xtemp = t2.x - t2.y + p.x;
77 double mi3 = gMaxIteration / 3.f;
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dmandelbrot.rs66 double xtemp = t2.x - t2.y + p.x;
77 double mi3 = gMaxIteration / 3.f;
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dmandelbrot.rs66 double xtemp = t2.x - t2.y + p.x;
77 double mi3 = gMaxIteration / 3.f;
/frameworks/rs/tests/lldb/cpp/KernelVariables/
Dsimple.rs29 double double_global = -456.5f;
91 double double_local = -456.5f;
164 double double_combined = double_local + double2_local.x + double3_local.x +
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
Dsimple.rs29 double double_global = -456.5f;
91 double double_local = -456.5f;
164 double double_combined = double_local + double2_local.x + double3_local.x +
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
Dsimple.rs29 double double_global = -456.5f;
91 double double_local = -456.5f;
164 double double_combined = double_local + double2_local.x + double3_local.x +

123456