/third_party/flutter/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/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/ffmpeg/libavfilter/ |
D | af_extrastereo.c | 84 float average, left, right; in filter_frame() local 88 average = (left + right) / 2.; in filter_frame() 89 left = average + mult * (left - average); in filter_frame() 90 right = average + mult * (right - average); in filter_frame()
|
/third_party/boost/libs/geometry/doc/generated/ |
D | centroid_average.qbk | 16 [section:strategy_centroid_average strategy::centroid::average] 18 …rm><indexterm><primary>centroid</primary></indexterm><indexterm><primary>average</primary></indext… 19 Centroid calculation taking average of points. 23 class strategy::centroid::average
|
/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/boost/boost/geometry/strategies/cartesian/ |
D | centroid_average.hpp | 50 class average class 57 friend class average; 110 typedef 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/mindspore/mindspore/nn/metrics/ |
D | fbeta.py | 104 def eval(self, average=False): argument 114 validator.check_value_type("average", average, [bool], self.__class__.__name__) 121 if average:
|
D | precision.py | 133 def eval(self, average=False): argument 146 validator.check_value_type("average", average, [bool], self.__class__.__name__) 149 if average:
|
D | recall.py | 132 def eval(self, average=False): argument 145 validator.check_value_type("average", average, [bool], self.__class__.__name__) 148 if average:
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_LH_stats.pod | 35 the average number of data items per 'bucket' in the hash table. The 36 'actual load' is the average number of items per 'bucket', but only 38 average number of searches that will need to find an item in the hash 39 table, while the 'load' is the average number that will be done to
|
/third_party/gstreamer/gstplugins_bad/gst/audiolatency/ |
D | gstaudiolatency.c | 263 gint64 average = 0; in gst_audiolatency_get_average_latency_unlocked() local 268 average += self->latencies[ii]; in gst_audiolatency_get_average_latency_unlocked() 271 return average / MAX (n, 1); in gst_audiolatency_get_average_latency_unlocked() 277 gint64 average; in gst_audiolatency_get_average_latency() local 280 average = gst_audiolatency_get_average_latency_unlocked (self); in gst_audiolatency_get_average_latency() 283 return average; in gst_audiolatency_get_average_latency()
|
/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/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/icu/docs/ide4c/vscode/ |
D | tasks.json | 23 "-l20" // Stop launching jobs if system load average is too high 32 "-l20" // Stop launching jobs if system load average is too high
|
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/lib/stocks/ |
D | animation_bench.dart | 91 description: ' Opening first frame average time', 97 description: ' Closing first frame average time', 103 description: ' Subsequent frames average time',
|
/third_party/libinput/src/ |
D | libinput-private.h | 719 struct device_float_coords average; in device_average() local 721 average.x = (a.x + b.x) / 2.0; in device_average() 722 average.y = (a.y + b.y) / 2.0; in device_average() 724 return average; in device_average() 741 struct device_float_coords average; in device_float_average() local 743 average.x = (a.x + b.x) / 2.0; in device_float_average() 744 average.y = (a.y + b.y) / 2.0; in device_float_average() 746 return average; in device_float_average()
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | performance.compiler.txt | 65 The result value is the average number of milliseconds used per test case 66 iteration. In cases that allow cache hits the average excludes the first 79 - Repeat the above steps several times and compute average 84 - Repeat the above steps several times and compute average
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/ |
D | rpc_clntraw_create_performance.c | 40 double average(double *tbl) in average() function 135 printf("%lf %d\n", average(resultTbl), maxIter); in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcraw_create/ |
D | rpc_svcraw_create_performance.c | 40 double average(double *tbl) in average() function 134 printf("%lf %d\n", average(resultTbl), maxIter); in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/ |
D | rpc_svctcp_create_performance.c | 40 double average(double *tbl) in average() function 137 printf("%lf %d\n", average(resultTbl), maxIter); in main()
|