Searched refs:__constant__ (Results 1 – 11 of 11) sorted by relevance
22 __constant__ int c_v_f = f();32 __constant__ EC c_ec_i(3);39 __constant__ EC c_ec_i2 = {3};46 __constant__ ETC c_etc_i(3);53 __constant__ ETC c_etc_i2 = {3};60 __constant__ UC c_uc;67 __constant__ UD c_ud;74 __constant__ ECI c_eci;81 __constant__ NEC c_nec;88 __constant__ NED c_ned;[all …]
18 __constant__ int c1;19 __constant__ void c2(); // expected-warning {{attribute only applies to variables}}29 __device__ __constant__ int z2;38 __constant__ __device__ int z7;39 __constant__ __shared__ int z8; // expected-error {{attributes are not compatible}}43 __shared__ __constant__ int z10; // expected-error {{attributes are not compatible}}
20 __constant__ int c_v;31 __constant__ T c_t;36 __constant__ T c_t_i = {2};44 __constant__ EC c_ec;52 __constant__ ED c_ed;59 __constant__ ECD c_ecd;67 __constant__ ETC c_etc;72 __constant__ NCFS c_ncfs;80 __constant__ T_B_T c_t_b_t;88 __constant__ T_F_T c_t_f_t;[all …]
14 __constant__ int constant_var;31 extern __constant__ int ext_constant_var;
14 __constant__ char constantdata[256];
12 __constant__ int j;
8 #define __constant__ __attribute__((constant)) macro
5 #define __constant__ __attribute__((constant)) macro
10 #define __constant__ __attribute__((constant)) macro
6614 "__device__, __constant__, and __shared__ variables.">;