/third_party/flutter/skia/third_party/externals/angle2/src/image_util/ |
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 | 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 | 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.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 | 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 | 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/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/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/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/the_conditional_operator/ |
D | the_conditional_operator_2.ts | 29 let average = function (a: number, b: number) { variable 33 let rela1: number = flag < 0.5 ? sum(5, 7) : average(6, 9); 37 let rela2: number = flag < 0.5 ? sum(5, 7) : average(6, 9);
|
/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/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/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/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/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/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 | 763 struct device_float_coords average; in device_average() local 765 average.x = (a.x + b.x) / 2.0; in device_average() 766 average.y = (a.y + b.y) / 2.0; in device_average() 768 return average; in device_average() 785 struct device_float_coords average; in device_float_average() local 787 average.x = (a.x + b.x) / 2.0; in device_float_average() 788 average.y = (a.y + b.y) / 2.0; in device_float_average() 790 return average; in device_float_average()
|
/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/alsa-utils/bat/ |
D | latencytest.c | 158 float average; in calculate_threshold() local 163 average = bat->latency.sum / bat->latency.samples / 32767.0f; in calculate_threshold() 164 reference = 20.0f * log10f(average) + 16.0f; in calculate_threshold()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create/ |
D | rpc_svcudp_create_performance.c | 40 double average(double *tbl) in average() function 137 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()
|
/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/flutter/skia/third_party/externals/angle2/src/common/ |
D | mathutil.h | 605 inline unsigned char average(unsigned char a, unsigned char b) in average() function 610 inline signed char average(signed char a, signed char b) in average() function 615 inline unsigned short average(unsigned short a, unsigned short b) in average() function 620 inline signed short average(signed short a, signed short b) in average() function 625 inline unsigned int average(unsigned int a, unsigned int b) in average() function 630 inline int average(int a, int b) in average() function 632 long long average = (static_cast<long long>(a) + static_cast<long long>(b)) / 2ll; in average() local 633 return static_cast<int>(average); in average() 636 inline float average(float a, float b) in average() function
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/ |
D | tirpc_rpc_broadcast_performance.c | 46 double average(double *tbl) in average() function 148 printf("%lf %d\n", average(resultTbl), maxIter); in main()
|