Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 4549) sorted by relevance

12345678910>>...182

/external/clang/test/CodeGen/
Dsse-builtins.c37 __m128 test_loadl_pi(__m128 x, void* y) { in test_loadl_pi()
45 __m128 test_loadh_pi(__m128 x, void* y) { in test_loadh_pi()
53 __m128 test_load_ss(void* y) { in test_load_ss()
59 __m128 test_load1_ps(void* y) { in test_load1_ps()
65 void test_store_ss(__m128 x, void* y) { in test_store_ss()
71 __m128d test_load1_pd(__m128 x, void* y) { in test_load1_pd()
77 __m128d test_loadr_pd(__m128 x, void* y) { in test_loadr_pd()
83 __m128d test_load_sd(void* y) { in test_load_sd()
89 __m128d test_loadh_pd(__m128d x, void* y) { in test_loadh_pd()
95 __m128d test_loadl_pd(__m128d x, void* y) { in test_loadl_pd()
[all …]
Dbuiltins-overflow.c15 unsigned test_uadd_overflow(unsigned x, unsigned y) { in test_uadd_overflow()
24 unsigned long test_uaddl_overflow(unsigned long x, unsigned long y) { in test_uaddl_overflow()
33 unsigned long long test_uaddll_overflow(unsigned long long x, unsigned long long y) { in test_uaddll_overflow()
42 unsigned test_usub_overflow(unsigned x, unsigned y) { in test_usub_overflow()
51 unsigned long test_usubl_overflow(unsigned long x, unsigned long y) { in test_usubl_overflow()
60 unsigned long long test_usubll_overflow(unsigned long long x, unsigned long long y) { in test_usubll_overflow()
69 unsigned test_umul_overflow(unsigned x, unsigned y) { in test_umul_overflow()
78 unsigned long test_umull_overflow(unsigned long x, unsigned long y) { in test_umull_overflow()
87 unsigned long long test_umulll_overflow(unsigned long long x, unsigned long long y) { in test_umulll_overflow()
96 int test_sadd_overflow(int x, int y) { in test_sadd_overflow()
[all …]
Dppc64-align-struct.c5 struct test1 { int x; int y; }; member
6 struct test2 { int x; int y; } __attribute__((aligned (16))); member
7 struct test3 { int x; int y; } __attribute__((aligned (32))); member
8 struct test4 { int x; int y; int z; }; member
11 void test1 (int x, struct test1 y) in test1()
16 void test2 (int x, struct test2 y) in test2()
24 void test3 (int x, struct test3 y) in test3()
29 void test4 (int x, struct test4 y) in test4()
40 struct test1 y; in test1va() local
59 struct test2 y; in test2va() local
[all …]
/external/chromium_org/gpu/tools/compositor_model_bench/measuring_confs/
DYT_special10.txt.json1 …00, "children": [{"drawsContent": true, "width": 1594, "tiles": {"info": [{"y": 0, "x": 0, "texID"… number
DYT_special9.txt.json1 …00, "children": [{"drawsContent": true, "width": 1594, "tiles": {"info": [{"y": 0, "x": 0, "texID"… number
DYT_special11.txt.json1 …00, "children": [{"drawsContent": true, "width": 1594, "tiles": {"info": [{"y": 0, "x": 0}, {"y": … number
DYT_special12.txt.json1 …00, "children": [{"drawsContent": true, "width": 1594, "tiles": {"info": [{"y": 0, "x": 0}, {"y": … number
Dabra2.txt.json1 …14, "children": [{"drawsContent": true, "width": 1594, "tiles": {"info": [{"y": 0, "x": 0, "texID"… number
Dabra5.txt.json1 …14, "children": [{"drawsContent": true, "width": 1594, "tiles": {"info": [{"y": 0, "x": 0, "texID"… number
Dabra3.txt.json1 …14, "children": [{"drawsContent": true, "width": 1594, "tiles": {"info": [{"y": 0, "x": 0, "texID"… number
Dabra4.txt.json1 …14, "children": [{"drawsContent": true, "width": 1594, "tiles": {"info": [{"y": 0, "x": 0, "texID"… number
/external/clang/INPUTS/
Dcfg-nested-switches.c1 #define EXPAND_2_INNER_CASES(i, x, y) INNER_CASE(i, x, y); INNER_CASE(i + 1, x, y); argument
2 #define EXPAND_4_INNER_CASES(i, x, y) EXPAND_2_INNER_CASES(i, x, y) EXPAND_2_INNER_CASES(i + … argument
3 #define EXPAND_8_INNER_CASES(i, x, y) EXPAND_4_INNER_CASES(i, x, y) EXPAND_4_INNER_CASES(i + … argument
4 #define EXPAND_16_INNER_CASES(i, x, y) EXPAND_8_INNER_CASES(i, x, y) EXPAND_8_INNER_CASES(i + … argument
5 #define EXPAND_32_INNER_CASES(i, x, y) EXPAND_16_INNER_CASES(i, x, y) EXPAND_16_INNER_CASES(i +… argument
6 #define EXPAND_64_INNER_CASES(i, x, y) EXPAND_32_INNER_CASES(i, x, y) EXPAND_32_INNER_CASES(i +… argument
8 #define EXPAND_2_OUTER_CASES(i, x, y) OUTER_CASE(i, x, y); OUTER_CASE(i + 1, x, y); argument
9 #define EXPAND_4_OUTER_CASES(i, x, y) EXPAND_2_OUTER_CASES(i, x, y) EXPAND_2_OUTER_CASES(i + … argument
10 #define EXPAND_8_OUTER_CASES(i, x, y) EXPAND_4_OUTER_CASES(i, x, y) EXPAND_4_OUTER_CASES(i + … argument
11 #define EXPAND_16_OUTER_CASES(i, x, y) EXPAND_8_OUTER_CASES(i, x, y) EXPAND_8_OUTER_CASES(i + … argument
[all …]
Dcfg-long-chain1.c1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); argument
2 #define EXPAND_4_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i + 2, x, y) argument
3 #define EXPAND_8_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i + 4, x, y) argument
4 #define EXPAND_16_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i + 8, x, y) argument
5 #define EXPAND_32_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i + 16, x, y) argument
6 #define EXPAND_64_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i + 32, x, y) argument
7 #define EXPAND_128_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i + 64, x, y) argument
8 #define EXPAND_256_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i + 128, x,… argument
9 #define EXPAND_512_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i + 256, x,… argument
10 #define EXPAND_1024_BRANCHES(i, x, y) EXPAND_512_BRANCHES(i, x, y) EXPAND_512_BRANCHES(i + 512, x,… argument
[all …]
Dcfg-long-chain2.c1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); argument
2 #define EXPAND_4_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i + 2, x, y) argument
3 #define EXPAND_8_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i + 4, x, y) argument
4 #define EXPAND_16_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i + 8, x, y) argument
5 #define EXPAND_32_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i + 16, x, y) argument
6 #define EXPAND_64_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i + 32, x, y) argument
7 #define EXPAND_128_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i + 64, x, y) argument
8 #define EXPAND_256_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i + 128, x,… argument
9 #define EXPAND_512_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i + 256, x,… argument
10 #define EXPAND_1024_BRANCHES(i, x, y) EXPAND_512_BRANCHES(i, x, y) EXPAND_512_BRANCHES(i + 512, x,… argument
[all …]
Dcfg-big-switch.c1 #define EXPAND_2_CASES(i, x, y) CASE(i, x, y); CASE(i + 1, x, y); argument
2 #define EXPAND_4_CASES(i, x, y) EXPAND_2_CASES(i, x, y) EXPAND_2_CASES(i + 2, x, y) argument
3 #define EXPAND_8_CASES(i, x, y) EXPAND_4_CASES(i, x, y) EXPAND_4_CASES(i + 4, x, y) argument
4 #define EXPAND_16_CASES(i, x, y) EXPAND_8_CASES(i, x, y) EXPAND_8_CASES(i + 8, x, y) argument
5 #define EXPAND_32_CASES(i, x, y) EXPAND_16_CASES(i, x, y) EXPAND_16_CASES(i + 16, x, y) argument
6 #define EXPAND_64_CASES(i, x, y) EXPAND_32_CASES(i, x, y) EXPAND_32_CASES(i + 32, x, y) argument
7 #define EXPAND_128_CASES(i, x, y) EXPAND_64_CASES(i, x, y) EXPAND_64_CASES(i + 64, x, y) argument
8 #define EXPAND_256_CASES(i, x, y) EXPAND_128_CASES(i, x, y) EXPAND_128_CASES(i + 128, x, y) argument
9 #define EXPAND_512_CASES(i, x, y) EXPAND_256_CASES(i, x, y) EXPAND_256_CASES(i + 256, x, y) argument
10 #define EXPAND_1024_CASES(i, x, y) EXPAND_512_CASES(i, x, y) EXPAND_512_CASES(i + 512, x, y) argument
[all …]
Dcfg-long-chain3.c1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); argument
2 #define EXPAND_4_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i + 2, x, y) argument
3 #define EXPAND_8_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i + 4, x, y) argument
4 #define EXPAND_16_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i + 8, x, y) argument
5 #define EXPAND_32_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i + 16, x, y) argument
6 #define EXPAND_64_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i + 32, x, y) argument
7 #define EXPAND_128_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i + 64, x, y) argument
8 #define EXPAND_256_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i + 128, x,… argument
9 #define EXPAND_512_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i + 256, x,… argument
10 #define EXPAND_1024_BRANCHES(i, x, y) EXPAND_512_BRANCHES(i, x, y) EXPAND_512_BRANCHES(i + 512, x,… argument
[all …]
/external/chromium_org/v8/test/mjsunit/compiler/
Dshort-circuit.js43 assertEquals(x, function(y) { return y++ || x }(0)); argument
44 assertEquals(1, function(y) { return y++ || x }(1)); argument
47 assertEquals(0, function(y) { return y++ && x }(0)); argument
48 assertEquals(x, function(y) { return y++ && x }(1)); argument
66 assertEquals(x, function (y) { return (y = 0) || x }("?")); argument
67 assertEquals(1, function (y) { return (y = 1) || x }("?")); argument
70 assertEquals(0, function (y) { return (y = 0) && x }("?")); argument
71 assertEquals(x, function (y) { return (y = 1) && x }("?")); argument
86 assertEquals(true, function (y) { return !y || x }(0)); argument
87 assertEquals(x, function (y) { return !y || x }(1)); argument
[all …]
Dbinary-ops.js29 function or_test0(x, y) { return x | y; } argument
30 function and_test0(x, y) { return x & y; } argument
31 function add_test0(x, y) { return x + y; } argument
39 function or_test1(x, y) { return x | x; } argument
40 function and_test1(x, y) { return x & x; } argument
41 function add_test1(x, y) { return x + x; } argument
49 function or_test2(x, y) { x = y; return x | y; } argument
50 function and_test2(x, y) { x = y; return x & y; } argument
51 function add_test2(x, y) { x = y; return x + y; } argument
/external/clang/test/Analysis/
Dstring.c283 void strcpy_effects(char *x, char *y) { in strcpy_effects()
294 void strcpy_overflow(char *y) { in strcpy_overflow()
300 void strcpy_no_overflow(char *y) { in strcpy_no_overflow()
325 void stpcpy_effect(char *x, char *y) { in stpcpy_effect()
333 void stpcpy_overflow(char *y) { in stpcpy_overflow()
339 void stpcpy_no_overflow(char *y) { in stpcpy_no_overflow()
376 void strcat_effects(char *y) { in strcat_effects()
388 void strcat_overflow_0(char *y) { in strcat_overflow_0()
394 void strcat_overflow_1(char *y) { in strcat_overflow_1()
400 void strcat_overflow_2(char *y) { in strcat_overflow_2()
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Drastpos.c49 rasterpos(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in rasterpos()
70 _mesa_RasterPos2d(GLdouble x, GLdouble y) in _mesa_RasterPos2d()
76 _mesa_RasterPos2f(GLfloat x, GLfloat y) in _mesa_RasterPos2f()
82 _mesa_RasterPos2i(GLint x, GLint y) in _mesa_RasterPos2i()
88 _mesa_RasterPos2s(GLshort x, GLshort y) in _mesa_RasterPos2s()
94 _mesa_RasterPos3d(GLdouble x, GLdouble y, GLdouble z) in _mesa_RasterPos3d()
100 _mesa_RasterPos3f(GLfloat x, GLfloat y, GLfloat z) in _mesa_RasterPos3f()
106 _mesa_RasterPos3i(GLint x, GLint y, GLint z) in _mesa_RasterPos3i()
112 _mesa_RasterPos3s(GLshort x, GLshort y, GLshort z) in _mesa_RasterPos3s()
118 _mesa_RasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w) in _mesa_RasterPos4d()
[all …]
/external/mesa3d/src/mesa/main/
Drastpos.c49 rasterpos(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in rasterpos()
70 _mesa_RasterPos2d(GLdouble x, GLdouble y) in _mesa_RasterPos2d()
76 _mesa_RasterPos2f(GLfloat x, GLfloat y) in _mesa_RasterPos2f()
82 _mesa_RasterPos2i(GLint x, GLint y) in _mesa_RasterPos2i()
88 _mesa_RasterPos2s(GLshort x, GLshort y) in _mesa_RasterPos2s()
94 _mesa_RasterPos3d(GLdouble x, GLdouble y, GLdouble z) in _mesa_RasterPos3d()
100 _mesa_RasterPos3f(GLfloat x, GLfloat y, GLfloat z) in _mesa_RasterPos3f()
106 _mesa_RasterPos3i(GLint x, GLint y, GLint z) in _mesa_RasterPos3i()
112 _mesa_RasterPos3s(GLshort x, GLshort y, GLshort z) in _mesa_RasterPos3s()
118 _mesa_RasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w) in _mesa_RasterPos4d()
[all …]
/external/clang/test/SemaObjC/
Darc-property-decl-attrs.m7 id __weak y; field
11 @property(strong) id y; property
18 id __weak y; field
22 @property(retain) id y; property
29 id __weak y; field
33 @property(copy) id y; property
41 @property(strong) __weak id y; // expected-error {{strong property 'y' may not also be declared __w… property
47 @property(retain) __weak id y; // expected-error {{strong property 'y' may not also be declared __w… property
53 @property(copy) __weak id y; // expected-error {{strong property 'y' may not also be declared __wea… property
59 @property(assign) __weak id y; // expected-error {{property attributes 'assign' and 'weak' are mutu… property
[all …]
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
Dp8-1y.cpp23 template<typename Inner> static int y; member
24 …template<typename Inner> static int y<Outer>; // expected-warning {{cannot be deduced}} expected-n… member
25 template<typename Inner> static int y<Inner>; // expected-error {{does not specialize}} member
27 template<typename Outer> template<typename Inner> int X<Outer>::y<Outer>; // expected-warning {{can… member in X<Outer>
28 template<typename Outer> template<typename Inner> int X<Outer>::y<Inner>; // expected-error {{does … member in X<Outer>
33 template<typename Inner> static int y; member
35 template<> template<typename Inner> int Y<int>::y<Inner>; // expected-error {{does not specialize}} member in Y<int>
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
Dbox.json16 "y": 1.0, number
21 "y": 0.0, number
31 "y": 2.0, number
36 "y": 0.0, number
46 "y": 3.0, number
51 "y": 0.0, number
61 "y": 4.0, number
66 "y": 0.0, number
76 "y": 5.0, number
81 "y": 0.0, number
[all …]
/external/chromium_org/third_party/sqlite/src/src/
Dwal.h23 # define sqlite3WalOpen(x,y,z) 0 argument
24 # define sqlite3WalClose(w,x,y,z) 0 argument
25 # define sqlite3WalBeginReadTransaction(y,z) 0 argument
27 # define sqlite3WalRead(v,w,x,y,z) 0 argument
28 # define sqlite3WalDbsize(y) 0 argument
29 # define sqlite3WalBeginWriteTransaction(y) 0 argument
31 # define sqlite3WalUndo(x,y,z) 0 argument
32 # define sqlite3WalSavepoint(y,z) argument
33 # define sqlite3WalSavepointUndo(y,z) 0 argument
34 # define sqlite3WalFrames(u,v,w,x,y,z) 0 argument
[all …]

12345678910>>...182