/third_party/ffmpeg/libavcodec/ |
D | fft-internal.h | 32 #define CMUL(dre, dim, are, aim, bre, bim) do { \ argument 33 (dre) = (are) * (bre) - (aim) * (bim); \ 34 (dim) = (are) * (bim) + (aim) * (bre); \ 43 #define CMUL(dre, dim, are, aim, bre, bim) do { \ argument 46 (accu) -= (int64_t)(bim) * (aim); \ 48 (accu) = (int64_t)(bre) * (aim); \ 71 #define CMULS(dre, dim, are, aim, bre, bim, sh) do { \ argument 72 (dre) = (MUL16(are, bre) - MUL16(aim, bim)) >> sh; \ 73 (dim) = (MUL16(are, bim) + MUL16(aim, bre)) >> sh; \ 76 #define CMUL(dre, dim, are, aim, bre, bim) \ argument [all …]
|
/third_party/ffmpeg/libavutil/ |
D | tx_priv.h | 50 #define CMUL(dre, dim, are, aim, bre, bim) do { \ argument 51 (dre) = (are) * (bre) - (aim) * (bim); \ 52 (dim) = (are) * (bim) + (aim) * (bre); \ 55 #define SMUL(dre, dim, are, aim, bre, bim) do { \ argument 56 (dre) = (are) * (bre) - (aim) * (bim); \ 57 (dim) = (are) * (bim) - (aim) * (bre); \ 67 #define CMUL(dre, dim, are, aim, bre, bim) do { \ argument 70 (accu) -= (int64_t)(bim) * (aim); \ 73 (accu) += (int64_t)(bre) * (aim); \ 77 #define SMUL(dre, dim, are, aim, bre, bim) do { \ argument [all …]
|
/third_party/boost/libs/math/doc/overview/ |
D | common_overviews.qbk | 104 We aim to keep our headers warning free at level 4 with 109 We aim to keep our headers warning free at level 4 with 116 We aim to keep our headers warning free with -Wall with this compiler.]] 120 We aim to keep our headers warning free with -Wall with this compiler. 139 We aim to keep our headers warning free with -Wall with this compiler.]] 144 We aim to keep our headers warning free with -Wall with this compiler. 161 We aim to keep our headers warning free with -Wall with this compiler. 177 We aim to keep our headers warning free with -Wall with this compiler.]]
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
D | README | 8 The aim of the tests is to track any future regressions.
|
/third_party/boost/libs/metaparse/example/minimal_rational/ |
D | README | 1 Parser for rational numbers. The aim is to present a very simple parser,
|
/third_party/eudev/ |
D | README.OpenSource | 9 …t repo is a fork of git://anongit.freedesktop.org/systemd/systemd with the aim of isolating udev f…
|
/third_party/ltp/testcases/kernel/firmware/fw_load_user/ |
D | README | 1 The aim of the test is to check device firmware loading. Since kernel 3.7
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | UPGRADES.md | 4 [Compatibility Guidelines][compatibility-guide], we will aim to provide a tool
|
/third_party/abseil-cpp/ |
D | UPGRADES.md | 4 [Compatibility Guidelines][compatibility-guide], we will aim to provide a tool
|
/third_party/boost/libs/math/doc/distributions/ |
D | fisher.qbk | 117 The aim is to keep the /x/ argument to __ibeta_derivative away from 1 to avoid 129 The aim is to keep the /x/ argument to __ibeta well away from 1 to 142 The aim is to keep the /x/ argument to __ibeta well away from 1 to
|
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/ |
D | README | 17 The aim of the tests is to test the functionality of cpu controller.
|
/third_party/ltp/testcases/kernel/firmware/fw_load_kernel/ |
D | README | 1 The aim of the test is to check device firmware loading. Since kernel 3.7
|
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/ |
D | README | 8 The aim of the tests is to check the restrictions
|
/third_party/ltp/testcases/kernel/connectors/pec/ |
D | README | 15 The aim of the tests is to test the functionality of process event connector.
|
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/ |
D | README | 17 The aim of the tests is to check the extended attributes in cgroup
|
/third_party/mbedtls/configs/ |
D | README.txt | 4 a restricted number of ciphersuites) and aim at minimizing resource usage for
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | my_my_Latn.txt | 75 # \u102Dမ\u103Aး > aim; 76 \u102D\u1019\u103A\u1038 > aim; 113 # \u102Dမ\u103A > aim; # 1c2v
|
/third_party/ffmpeg/libavcodec/tests/ |
D | fft.c | 61 #define CMAC(pre, pim, are, aim, bre, bim) \ argument 63 pre += (MUL16(are, bre) - MUL16(aim, bim)); \ 64 pim += (MUL16(are, bim) + MUL16(bre, aim)); \
|
/third_party/icu/icu4c/source/data/translit/ |
D | my_my_Latn.txt | 74 # \u102Dမ\u103Aး > aim; 75 \u102D\u1019\u103A\u1038 > aim; 112 # \u102Dမ\u103A > aim; # 1c2v
|
/third_party/ltp/testcases/kernel/controllers/memcg/ |
D | README | 13 The aim of the tests is to track any future regressions, test the functionality
|
/third_party/ltp/testcases/kdump/doc/ |
D | TEST_PLAN.txt | 32 - aim to 100% automation, and reduce manual setup.
|
/third_party/ltp/testcases/kernel/controllers/memctl/ |
D | README | 8 The aim of the tests is to test memory controller functionality.
|
/third_party/ltp/testcases/kernel/controllers/io-throttle/ |
D | README | 10 The aim of the tests is to check the block device I/O throttling functionality
|
/third_party/ltp/testcases/kernel/controllers/cpuset/ |
D | README | 19 The aim of the tests is to test the functionality of cpuset.
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | Metafunctions.rst | 49 internally, they elude these problems, so if you aim for portability, it is
|