Home
last modified time | relevance | path

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

123456789

/frameworks/base/core/proto/android/internal/
Dpowerprofile.proto24 optional double cpu_suspend = 1;
26 optional double cpu_idle = 2;
28 optional double cpu_active = 3;
32 optional double cluster_power = 2;
35 repeated double core_power = 5;
40 optional double wifi_scan = 4;
42 optional double wifi_on = 5;
44 optional double wifi_active = 6;
46 optional double wifi_controller_idle = 7;
48 optional double wifi_controller_rx = 8;
[all …]
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dfloat_test.rs20 double val;
23 double __attribute__((kernel)) foo(float a) {
27 double __attribute__((kernel)) goo(double a) {
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dfloat_test.rs22 double val;
25 double __attribute__((kernel)) foo(float a) {
29 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/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_reference_types_nano.proto30 optional double optional_double = 12;
58 repeated double repeated_double = 42;
92 optional double default_double = 72 [default = 52e3 ];
101 optional double default_double_inf = 100 [default = inf];
102 optional double default_double_neg_inf = 101 [default = -inf];
103 optional double default_double_nan = 102 [default = nan];
/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/base/core/proto/android/stats/mediametrics/
Dmediametrics.proto93 optional double io_jitter_mean_millis = 19;
94 optional double io_jitter_stddev_millis = 20;
95 optional double process_time_mean_millis = 21;
96 optional double process_time_stddev_millis = 22;
97 optional double timestamp_jitter_mean_millis = 23;
98 optional double timestamp_jitter_stddev_millis = 24;
99 optional double latency_mean_millis = 25;
100 optional double latency_stddev_millis = 26;
190 optional double framerate = 8;
222 optional double capture_fps_enable = 10;
/frameworks/rs/driver/runtime/ll64/
Dallocation.ll610 !57 = !{!"double", !15}
611 define void @rsSetElementAtImpl_double(%struct.rs_allocation* nocapture readonly %a, double %val, i…
613 %2 = bitcast i8* %1 to double*
614 store double %val, double* %2, align 8, !tbaa !57
618 define double @rsGetElementAtImpl_double(%struct.rs_allocation* nocapture readonly %a, i32 %x, i32 …
620 %2 = bitcast i8* %1 to double*
621 %3 = load double, double* %2, align 8, !tbaa !57
622 ret double %3
626 define void @rsSetElementAtImpl_double2(%struct.rs_allocation* nocapture readonly %a, <2 x double> …
628 %2 = bitcast i8* %1 to <2 x double>*
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/tests/
Dgenerated_code.proto11 double optional_double = 6;
23 repeated double repeated_double = 26;
36 double oneof_double = 46;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/
Druby_generated_code.proto11 double optional_double = 6;
23 repeated double repeated_double = 26;
36 double oneof_double = 46;
/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/rs/tests/lldb/jni/Allocations/jniallocations/
Dallocs.rs34 static double half_helper(double in) variable
/frameworks/rs/tests/lldb/cpp/Allocations/
Dallocs.rs34 static double half_helper(double in) variable
/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/base/media/proto/
Dmediaplayer2.proto41 double float_value = 6;
42 // Represents a double value.
43 double double_value = 7;
/frameworks/base/proto/src/
Dgnss.proto41 optional double mean_top_four_average_cn0_db_hz = 10;
44 optional double standard_deviation_top_four_average_cn0_db_hz = 11;
60 optional double energy_consumed_mah = 2;
/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_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_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/slang/tests/F_reflection3264_invokable_mismatch/
Dreflection3264_invokable_mismatch.rs7 void a(double f, float g) { }
24 void z(double f, float g) { }
/frameworks/opt/net/wifi/service/proto/src/
Dscorecard.proto97 optional double sum = 2; // Sum of values
98 optional double sum_of_squares = 3; // Sum of squares of values
99 optional double min_value = 4; // Minimum value during period
100 optional double max_value = 5; // Maximum value during period
105 optional double historical_mean = 6; // Long-term average
106 optional double historical_variance = 7; // Long-term variance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/
Dtestbinary.proto53 optional double optional_double = 12;
76 repeated double repeated_double = 42;
100 repeated double packed_repeated_double = 72 [packed=true];
146 optional double extend_optional_double = 12;
163 repeated double extend_repeated_double = 42;
180 repeated double extend_packed_repeated_double = 72 [packed=true];
192 map<string, double> map_string_double = 5;
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch_init/
Dreflection3264_variable_mismatch_init.rs8 double c = 7.89;
10 double d = 98.7 * sizeof(void*);

123456789