Home
last modified time | relevance | path

Searched refs:aim (Results 1 – 25 of 120) sorted by relevance

12345

/third_party/ffmpeg/libavcodec/
Dfft-internal.h32 #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/
Dtx_priv.h50 #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/
Dcommon_overviews.qbk104 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/
DREADME8 The aim of the tests is to track any future regressions.
/third_party/boost/libs/metaparse/example/minimal_rational/
DREADME1 Parser for rational numbers. The aim is to present a very simple parser,
/third_party/eudev/
DREADME.OpenSource9 …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/
DREADME1 The aim of the test is to check device firmware loading. Since kernel 3.7
/third_party/skia/third_party/externals/abseil-cpp/
DUPGRADES.md4 [Compatibility Guidelines][compatibility-guide], we will aim to provide a tool
/third_party/abseil-cpp/
DUPGRADES.md4 [Compatibility Guidelines][compatibility-guide], we will aim to provide a tool
/third_party/boost/libs/math/doc/distributions/
Dfisher.qbk117 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/
DREADME17 The aim of the tests is to test the functionality of cpu controller.
/third_party/ltp/testcases/kernel/firmware/fw_load_kernel/
DREADME1 The aim of the test is to check device firmware loading. Since kernel 3.7
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
DREADME8 The aim of the tests is to check the restrictions
/third_party/ltp/testcases/kernel/connectors/pec/
DREADME15 The aim of the tests is to test the functionality of process event connector.
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/
DREADME17 The aim of the tests is to check the extended attributes in cgroup
/third_party/mbedtls/configs/
DREADME.txt4 a restricted number of ciphersuites) and aim at minimizing resource usage for
/third_party/skia/third_party/externals/icu/source/data/translit/
Dmy_my_Latn.txt75 # \u102Dမ\u103Aး > aim;
76 \u102D\u1019\u103A\u1038 > aim;
113 # \u102Dမ\u103A > aim; # 1c2v
/third_party/ffmpeg/libavcodec/tests/
Dfft.c61 #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/
Dmy_my_Latn.txt74 # \u102Dမ\u103Aး > aim;
75 \u102D\u1019\u103A\u1038 > aim;
112 # \u102Dမ\u103A > aim; # 1c2v
/third_party/ltp/testcases/kernel/controllers/memcg/
DREADME13 The aim of the tests is to track any future regressions, test the functionality
/third_party/ltp/testcases/kdump/doc/
DTEST_PLAN.txt32 - aim to 100% automation, and reduce manual setup.
/third_party/ltp/testcases/kernel/controllers/memctl/
DREADME8 The aim of the tests is to test memory controller functionality.
/third_party/ltp/testcases/kernel/controllers/io-throttle/
DREADME10 The aim of the tests is to check the block device I/O throttling functionality
/third_party/ltp/testcases/kernel/controllers/cpuset/
DREADME19 The aim of the tests is to test the functionality of cpuset.
/third_party/boost/libs/mpl/doc/src/refmanual/
DMetafunctions.rst49 internally, they elude these problems, so if you aim for portability, it is

12345