Home
last modified time | relevance | path

Searched +refs:elim +refs:mod +refs:m +refs:x +refs:m (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt3 'em əm
5 'm əm
28 a.d.x. %7157
32 a.g.m. %18434
41 a.m %22549
42 a.m. %26262
46 a.p.e.x. %7157
57 a.s.m. %10541
84 aamodt ˈɑmət
91 aardema ɑrdˈɛmə
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DREADME.txt19 Get the C front-end to expand hypot(x,y) -> llvm.sqrt(x*x+y*y) when errno and
22 examples (which special case when x/y are exactly zero to get signed zeros etc
30 x = 1ULL << i;
35 x = tmp;
61 int bar(int x, int y) {
62 return x*x*x+y+x*x*x*x*x*y*y*y*y;
149 Combine: a = sin(x), b = cos(x) into a,b = sincos(x).
152 double sincos(double x, double *sin, double *cos);
153 float sincosf(float x, float *sin, float *cos);
154 long double sincosl(long double x, long double *sin, long double *cos);
[all …]
/external/llvm/lib/Target/
DREADME.txt19 Get the C front-end to expand hypot(x,y) -> llvm.sqrt(x*x+y*y) when errno and
22 examples (which special case when x/y are exactly zero to get signed zeros etc
30 x = 1ULL << i;
35 x = tmp;
61 int bar(int x, int y) {
62 return x*x*x+y+x*x*x*x*x*y*y*y*y;
149 Combine: a = sin(x), b = cos(x) into a,b = sincos(x).
152 double sincos(double x, double *sin, double *cos);
153 float sincosf(float x, float *sin, float *cos);
154 long double sincosl(long double x, long double *sin, long double *cos);
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/
DREADME.txt35 Get the C front-end to expand hypot(x,y) -> llvm.sqrt(x*x+y*y) when errno and
38 examples (which special case when x/y are exactly zero to get signed zeros etc
46 x = 1ULL << i;
51 x = tmp;
77 int bar(int x, int y) {
78 return x*x*x+y+x*x*x*x*x*y*y*y*y;
115 double foo(double x, double y) {
116 return ((x + 0.1234 * y) * (x + -0.1234 * y));
132 double foo(double x, double y) {
133 return ((x + 0.1234 * y) * (x - 0.1234 * y));
[all …]