/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/ |
D | float_test.rs | 4 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/ |
D | float_test.rs | 4 double val; 7 double __attribute__((kernel)) foo(float a) { 11 double __attribute__((kernel)) goo(double a) {
|
/frameworks/compile/slang/tests/F_fs_types/ |
D | fs_types.fs | 4 double d; 8 double d; 15 void foo_d(double d) { 16 double e;
|
/frameworks/compile/slang/tests/F_root_compute_really_bad/ |
D | root_compute_really_bad.rs | 4 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/ |
D | reduce_general_reflect.rs | 13 static void d1_out(double *out, const float *val) { } 16 static void d2_accum(double *accum, double val) { }
|
/frameworks/rs/driver/runtime/ll64/ |
D | allocation.ll | 606 !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/ |
D | allocation.ll | 593 !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/ |
D | reduce_general_bad_result.rs | 38 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/ |
D | allocs.rs | 34 static double half_helper(double in) constant
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | allocs.rs | 34 static double half_helper(double in) variable
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | locals.rs | 30 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/ |
D | locals_opt_0.rs | 19 double d[2][2] = {{0, 1}, {2, 3.0}}; 36 double result = pf[0] * d[1][1] * s.f * us * l;
|
D | locals_opt_3.rs | 19 double d[2][2] = {{0, 1}, {2, 3.0}}; 36 double result = pf[0] * d[1][1] * s.f * us * l;
|
D | locals_opt_default.rs | 22 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/ |
D | kernels.rs | 103 double d1; 104 double d1i = 3.141592265358979; 143 void RS_KERNEL test_F64(double in) {
|
/frameworks/rs/tests/lldb/java/Allocations/src/rs/ |
D | allocs.rs | 48 static double half_helper(double in) constant
|
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/ |
D | stderr.txt.expect | 4 …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/ |
D | stderr.txt.expect | 4 …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/ |
D | test.proto | 57 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/ |
D | mandelbrot.rs | 66 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/ |
D | mandelbrot.rs | 66 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/ |
D | mandelbrot.rs | 66 double xtemp = t2.x - t2.y + p.x; 77 double mi3 = gMaxIteration / 3.f;
|
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
D | simple.rs | 29 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/ |
D | simple.rs | 29 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/ |
D | simple.rs | 29 double double_global = -456.5f; 91 double double_local = -456.5f; 164 double double_combined = double_local + double2_local.x + double3_local.x +
|