| /third_party/mesa3d/src/freedreno/perfcntrs/ |
| D | fd2_perfcntr.c | 20 COUNTABLE(PERF_PAPC_PASX_REQ, UINT64, AVERAGE), 21 COUNTABLE(PERF_PAPC_PASX_FIRST_VECTOR, UINT64, AVERAGE), 22 COUNTABLE(PERF_PAPC_PASX_SECOND_VECTOR, UINT64, AVERAGE), 23 COUNTABLE(PERF_PAPC_PASX_FIRST_DEAD, UINT64, AVERAGE), 24 COUNTABLE(PERF_PAPC_PASX_SECOND_DEAD, UINT64, AVERAGE), 25 COUNTABLE(PERF_PAPC_PASX_VTX_KILL_DISCARD, UINT64, AVERAGE), 26 COUNTABLE(PERF_PAPC_PASX_VTX_NAN_DISCARD, UINT64, AVERAGE), 27 COUNTABLE(PERF_PAPC_PA_INPUT_PRIM, UINT64, AVERAGE), 28 COUNTABLE(PERF_PAPC_PA_INPUT_NULL_PRIM, UINT64, AVERAGE), 29 COUNTABLE(PERF_PAPC_PA_INPUT_EVENT_FLAG, UINT64, AVERAGE), [all …]
|
| D | fd5_perfcntr.c | 33 COUNTABLE(PERF_CP_ALWAYS_COUNT, UINT64, AVERAGE), 34 COUNTABLE(PERF_CP_BUSY_GFX_CORE_IDLE, UINT64, AVERAGE), 35 COUNTABLE(PERF_CP_BUSY_CYCLES, UINT64, AVERAGE), 36 COUNTABLE(PERF_CP_PFP_IDLE, UINT64, AVERAGE), 37 COUNTABLE(PERF_CP_PFP_BUSY_WORKING, UINT64, AVERAGE), 38 COUNTABLE(PERF_CP_PFP_STALL_CYCLES_ANY, UINT64, AVERAGE), 39 COUNTABLE(PERF_CP_PFP_STARVE_CYCLES_ANY, UINT64, AVERAGE), 40 COUNTABLE(PERF_CP_PFP_ICACHE_MISS, UINT64, AVERAGE), 41 COUNTABLE(PERF_CP_PFP_ICACHE_HIT, UINT64, AVERAGE), 42 COUNTABLE(PERF_CP_PFP_MATCH_PM4_PKT_PROFILE, UINT64, AVERAGE), [all …]
|
| D | fd6_perfcntr.c | 40 COUNTABLE(PERF_CP_ALWAYS_COUNT, UINT64, AVERAGE), 41 COUNTABLE(PERF_CP_BUSY_GFX_CORE_IDLE, UINT64, AVERAGE), 42 COUNTABLE(PERF_CP_BUSY_CYCLES, UINT64, AVERAGE), 43 COUNTABLE(PERF_CP_NUM_PREEMPTIONS, UINT64, AVERAGE), 44 COUNTABLE(PERF_CP_PREEMPTION_REACTION_DELAY, UINT64, AVERAGE), 45 COUNTABLE(PERF_CP_PREEMPTION_SWITCH_OUT_TIME, UINT64, AVERAGE), 46 COUNTABLE(PERF_CP_PREEMPTION_SWITCH_IN_TIME, UINT64, AVERAGE), 47 COUNTABLE(PERF_CP_DEAD_DRAWS_IN_BIN_RENDER, UINT64, AVERAGE), 48 COUNTABLE(PERF_CP_PREDICATED_DRAWS_KILLED, UINT64, AVERAGE), 49 COUNTABLE(PERF_CP_MODE_SWITCH, UINT64, AVERAGE), [all …]
|
| /third_party/skia/third_party/externals/angle2/src/image_util/ |
| D | imageformats.h | 30 static void average(L8 *dst, const L8 *src1, const L8 *src2); 41 static void average(R8 *dst, const R8 *src1, const R8 *src2); 50 static void average(A8 *dst, const A8 *src1, const A8 *src2); 60 static void average(L8A8 *dst, const L8A8 *src1, const L8A8 *src2); 70 static void average(A8L8 *dst, const A8L8 *src1, const A8L8 *src2); 82 static void average(R8G8 *dst, const R8G8 *src1, const R8G8 *src2); 95 static void average(R8G8B8 *dst, const R8G8B8 *src1, const R8G8B8 *src2); 108 static void average(B8G8R8 *dst, const B8G8R8 *src1, const B8G8R8 *src2); 120 static void average(R5G6B5 *dst, const R5G6B5 *src1, const R5G6B5 *src2); 129 static void average(B5G6R5 *dst, const B5G6R5 *src1, const B5G6R5 *src2); [all …]
|
| D | imageformats.cpp | 31 void L8::average(L8 *dst, const L8 *src1, const L8 *src2) in average() function in angle::L8 33 dst->L = gl::average(src1->L, src2->L); in average() 62 void R8::average(R8 *dst, const R8 *src1, const R8 *src2) in average() function in angle::R8 64 dst->R = gl::average(src1->R, src2->R); in average() 80 void A8::average(A8 *dst, const A8 *src1, const A8 *src2) in average() function in angle::A8 82 dst->A = gl::average(src1->A, src2->A); in average() 100 void L8A8::average(L8A8 *dst, const L8A8 *src1, const L8A8 *src2) in average() function in angle::L8A8 121 void A8L8::average(A8L8 *dst, const A8L8 *src1, const A8L8 *src2) in average() function in angle::A8L8 155 void R8G8::average(R8G8 *dst, const R8G8 *src1, const R8G8 *src2) in average() function in angle::R8G8 191 void R8G8B8::average(R8G8B8 *dst, const R8G8B8 *src1, const R8G8B8 *src2) in average() function in angle::R8G8B8 [all …]
|
| D | generatemip.inc | 48 T::average(dst, src0, src1); 68 T::average(dst, src0, src1); 88 T::average(dst, src0, src1); 114 T::average(&tmp0, src0, src1); 115 T::average(&tmp1, src2, src3); 116 T::average(dst, &tmp0, &tmp1); 143 T::average(&tmp0, src0, src1); 144 T::average(&tmp1, src2, src3); 145 T::average(dst, &tmp0, &tmp1); 172 T::average(&tmp0, src0, src1); [all …]
|
| /third_party/grpc/src/core/util/ |
| D | time_averaged_stats.h | 24 // This tracks a time-decaying weighted average. It works by collecting 25 // batches of samples and then mixing their average into a time-decaying 27 // before updating the average. 36 // Complete a batch and compute the new estimate of the average sample 44 // The initial average value. This is the reported average until the first 50 // grpc_time_averaged_stats_add_sample stop, this will cause the average to 60 // weighting of the time average will eventually be 1/3 new batch and 2/3 61 // old average. 70 // average. 72 // A time-decayed average of the (batch_total_value_ / batch_num_samples_), [all …]
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| D | freedreno_query.c | 119 FQ("draw-calls", DRAW_CALLS, UINT64, AVERAGE), 120 FQ("batches", BATCH_TOTAL, UINT64, AVERAGE), 121 FQ("batches-sysmem", BATCH_SYSMEM, UINT64, AVERAGE), 122 FQ("batches-gmem", BATCH_GMEM, UINT64, AVERAGE), 123 FQ("batches-nondraw", BATCH_NONDRAW, UINT64, AVERAGE), 124 FQ("restores", BATCH_RESTORE, UINT64, AVERAGE), 125 PQ("prims-emitted", PRIMITIVES_EMITTED, UINT64, AVERAGE), 126 FQ("staging", STAGING_UPLOADS, UINT64, AVERAGE), 127 FQ("shadow", SHADOW_UPLOADS, UINT64, AVERAGE), 128 FQ("vsregs", VS_REGS, FLOAT, AVERAGE), [all …]
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_query.c | 1752 X("draw-calls", DRAW_CALLS, UINT64, AVERAGE), 1753 X("decompress-calls", DECOMPRESS_CALLS, UINT64, AVERAGE), 1754 X("compute-calls", COMPUTE_CALLS, UINT64, AVERAGE), 1755 X("cp-dma-calls", CP_DMA_CALLS, UINT64, AVERAGE), 1756 X("num-vs-flushes", NUM_VS_FLUSHES, UINT64, AVERAGE), 1757 X("num-ps-flushes", NUM_PS_FLUSHES, UINT64, AVERAGE), 1758 X("num-cs-flushes", NUM_CS_FLUSHES, UINT64, AVERAGE), 1759 X("num-CB-cache-flushes", NUM_CB_CACHE_FLUSHES, UINT64, AVERAGE), 1760 X("num-DB-cache-flushes", NUM_DB_CACHE_FLUSHES, UINT64, AVERAGE), 1761 X("num-L2-invalidates", NUM_L2_INVALIDATES, UINT64, AVERAGE), [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-no-func-props/ |
| D | arkts-no-func-props-3-error.ets | 29 const average = calculateAverage(2, 4, 6, 8, 10); 30 console.log(`The average is ${average}.`); 32 const roundedAverage = calculateAverage.rounded(2)(average); 33 console.log(`The rounded average is ${roundedAverage}.`);
|
| /third_party/cares/src/lib/ |
| D | ares_metrics.c | 45 * - Average latency multiplier: 5x (a local DNS server returning a cached value 47 * - Minimum Count for Average: 3. This is the minimum number of queries we 48 * need to form an average for the bucket. 66 * NOTE: average latency is (total time / count), we will calculate this 73 * - Check count of bucket, if its not at least the "Minimum Count for Average", 76 * - If bucket is selected, take ("total time" / count) as Average latency, 77 * multiply by "Average Latency Multiplier", bound by "Minimum Timeout" and 104 /*! Multiplier to apply to average latency to come up with an initial timeout */ 110 /*! Minimum queries required to form an average */ 229 /* Calculate average time for previous bucket */ in ares_metrics_server_timeout() [all …]
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| D | r600_query.c | 1932 X("draw-calls", DRAW_CALLS, UINT64, AVERAGE), 1933 X("decompress-calls", DECOMPRESS_CALLS, UINT64, AVERAGE), 1934 X("MRT-draw-calls", MRT_DRAW_CALLS, UINT64, AVERAGE), 1935 X("prim-restart-calls", PRIM_RESTART_CALLS, UINT64, AVERAGE), 1936 X("spill-draw-calls", SPILL_DRAW_CALLS, UINT64, AVERAGE), 1937 X("compute-calls", COMPUTE_CALLS, UINT64, AVERAGE), 1938 X("spill-compute-calls", SPILL_COMPUTE_CALLS, UINT64, AVERAGE), 1939 X("dma-calls", DMA_CALLS, UINT64, AVERAGE), 1940 X("cp-dma-calls", CP_DMA_CALLS, UINT64, AVERAGE), 1941 X("num-vs-flushes", NUM_VS_FLUSHES, UINT64, AVERAGE), [all …]
|
| /third_party/ffmpeg/libavfilter/opencl/ |
| D | tonemap.cl | 32 float average; 79 // detect peak/average signal of a frame, the algorithm was ported from: 87 // average buffer : detection_frames + 1 91 // total of average : 1 121 // update frame peak/avg using work-group-average. 132 r.average = max(0.25f, avg); 168 float3 map_one_pixel_rgb(float3 rgb, float peak, float average) { 181 // Scale the signal to compensate for differences in the average brightness 182 float slope = min(1.0f, sdr_avg / average); 247 c0 = map_one_pixel_rgb(c0, r.peak, r.average); [all …]
|
| /third_party/openGLES/extensions/INTEL/ |
| D | INTEL_shader_integer_functions2.txt | 132 genUType average(genUType x, genUType y) 133 genIType average(genIType x, genIType y) 134 genU64Type average(genU64Type x, genU64Type y) 135 genI64Type average(genI64Type x, genI64Type y) 136 genU16Type average(genU16Type x, genU16Type y) 137 genI16Type average(genI16Type x, genI16Type y) 249 6) Should this extension include average()? 251 RESOLVED: YES. average() corresponds to hadd() in OpenCL, and 255 average(), on the other hand, does not correspond to a single instruction.
|
| /third_party/ffmpeg/libavfilter/ |
| D | af_extrastereo.c | 83 float average, left, right; in filter_frame() local 87 average = (left + right) / 2.; in filter_frame() 88 left = average + mult * (left - average); in filter_frame() 89 right = average + mult * (right - average); in filter_frame()
|
| /third_party/backends/backend/ |
| D | lexmark_sensors.c | 46 /* start x, end x and target average for offset calibration */ 60 /* start x, end x and target average for offset calibration */ 74 /* start x, end x and target average for offset calibration */ 88 /* start x, end x and target average for offset calibration */ 102 /* start x, end x and target average for offset calibration */ 116 /* start x TDONE, end x and target average for offset calibration */
|
| /third_party/alsa-utils/bat/ |
| D | latencytest.c | 29 - Listen and measure the average loudness of the environment for 1 second. 30 - Create a threshold value 16 decibels higher than the average loudness. 160 float average; in calculate_threshold() local 163 /* Calculate the average loudness of the environment and create in calculate_threshold() 164 a threshold value 16 decibels higher than the average loudness */ in calculate_threshold() 165 average = bat->latency.sum / bat->latency.samples / 32767.0f; in calculate_threshold() 166 reference = 20.0f * log10f(average) + 16.0f; in calculate_threshold() 190 /* Measuring average loudness for 1 second */ in handleinput()
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/binary_operators/the_or_operator/ |
| D | the_or_operator_2.ts | 29 var average = function (a: number, b: number) { variable 32 var rela1 = sum || average; 33 var rela2 = average || sum; 39 Assert.equal(rela2, average);
|
| /third_party/iptables/extensions/ |
| D | libxt_connbytes.man | 3 average bytes per packet. 20 match packets from a connection whose packets/bytes/average packet 30 the average size (in bytes) of all packets received so far. Note that 32 only in one direction (for example HTTP), the average packet size will
|
| /third_party/python/Doc/library/ |
| D | tracemalloc.rst | 18 total size, number and average size of allocated memory blocks 58 <frozen importlib._bootstrap>:716: size=4855 KiB, count=39328, average=126 B 59 <frozen importlib._bootstrap>:284: size=521 KiB, count=3199, average=167 B 60 /usr/lib/python3.4/collections/__init__.py:368: size=244 KiB, count=2315, average=108 B 61 /usr/lib/python3.4/unittest/case.py:381: size=185 KiB, count=779, average=243 B 62 /usr/lib/python3.4/unittest/case.py:402: size=154 KiB, count=378, average=416 B 63 /usr/lib/python3.4/abc.py:133: size=88.7 KiB, count=347, average=262 B 64 <frozen importlib._bootstrap>:1446: size=70.4 KiB, count=911, average=79 B 65 <frozen importlib._bootstrap>:1454: size=52.0 KiB, count=25, average=2131 B 66 <string>:5: size=49.7 KiB, count=148, average=344 B [all …]
|
| /third_party/openssl/doc/man3/ |
| D | OPENSSL_LH_stats.pod | 36 the average number of data items per 'bucket' in the hash table. The 37 'actual load' is the average number of items per 'bucket', but only 39 average number of searches that will need to find an item in the hash 40 table, while the 'load' is the average number that will be done to
|
| /third_party/ffmpeg/libavfilter/dnn/ |
| D | dnn_backend_native_layer_avgpool.h | 37 * @brief Load Average Pooling Layer. 39 * It assigns the Average Pooling layer with AvgPoolParams 54 * @brief Execute the Average Pooling Layer. 60 * @param parameters average pooling parameters
|
| /third_party/astc-encoder/Source/ |
| D | astcenc_averages_and_directions.cpp | 28 * @brief Compute the average RGB color of each partition. 34 * the last partition can be computed given that we know the block-wide average 199 * @brief Compute the average RGBA color of each partition. 205 * the last partition can be computed given that we know the block-wide average 406 vfloat4 average = partition_averages[partition]; in compute_avgs_and_dirs_4_comp() local 407 pm[partition].avg = average; in compute_avgs_and_dirs_4_comp() 418 texel_datum = texel_datum - average; in compute_avgs_and_dirs_4_comp() 521 vfloat4 average = partition_averages[partition]; in compute_avgs_and_dirs_3_comp() local 522 pm[partition].avg = average; in compute_avgs_and_dirs_3_comp() 535 texel_datum = texel_datum - average; in compute_avgs_and_dirs_3_comp() [all …]
|
| /third_party/icu/docs/ide4c/vscode/ |
| D | README.md | 12 - `-l20` tells VSCode to not launch jobs if the system load average is above 14 average](https://en.wikipedia.org/wiki/Load_(computing)) is *not* a CPU 17 load average takes a while to respond, reducing this number helps the
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/train/metrics/ |
| D | precision.py | 138 def eval(self, average=False): argument 143 average (bool): Specify whether calculate the average precision. Default: ``False`` . 153 validator.check_value_type("average", average, [bool], self.__class__.__name__) 156 if average:
|