1subnormal_config.cl
2subnormal_helper_func.ll
3async/async_work_group_copy.cl
4async/async_work_group_strided_copy.cl
5async/prefetch.cl
6async/wait_group_events.cl
7atomic/atomic_xchg.cl
8atomic/atomic_impl.ll
9cl_khr_global_int32_base_atomics/atom_add.cl
10cl_khr_global_int32_base_atomics/atom_cmpxchg.cl
11cl_khr_global_int32_base_atomics/atom_dec.cl
12cl_khr_global_int32_base_atomics/atom_inc.cl
13cl_khr_global_int32_base_atomics/atom_sub.cl
14cl_khr_global_int32_base_atomics/atom_xchg.cl
15cl_khr_global_int32_extended_atomics/atom_and.cl
16cl_khr_global_int32_extended_atomics/atom_max.cl
17cl_khr_global_int32_extended_atomics/atom_min.cl
18cl_khr_global_int32_extended_atomics/atom_or.cl
19cl_khr_global_int32_extended_atomics/atom_xor.cl
20cl_khr_local_int32_base_atomics/atom_add.cl
21cl_khr_local_int32_base_atomics/atom_cmpxchg.cl
22cl_khr_local_int32_base_atomics/atom_dec.cl
23cl_khr_local_int32_base_atomics/atom_inc.cl
24cl_khr_local_int32_base_atomics/atom_sub.cl
25cl_khr_local_int32_base_atomics/atom_xchg.cl
26cl_khr_local_int32_extended_atomics/atom_and.cl
27cl_khr_local_int32_extended_atomics/atom_max.cl
28cl_khr_local_int32_extended_atomics/atom_min.cl
29cl_khr_local_int32_extended_atomics/atom_or.cl
30cl_khr_local_int32_extended_atomics/atom_xor.cl
31convert.cl
32common/degrees.cl
33common/mix.cl
34common/radians.cl
35common/sign.cl
36common/smoothstep.cl
37common/step.cl
38geometric/cross.cl
39geometric/distance.cl
40geometric/dot.cl
41geometric/fast_distance.cl
42geometric/fast_length.cl
43geometric/fast_normalize.cl
44geometric/length.cl
45geometric/normalize.cl
46integer/abs.cl
47integer/abs_diff.cl
48integer/add_sat.cl
49integer/add_sat_if.ll
50integer/add_sat_impl.ll
51integer/clz.cl
52integer/clz_if.ll
53integer/clz_impl.ll
54integer/hadd.cl
55integer/mad24.cl
56integer/mad_sat.cl
57integer/mul24.cl
58integer/mul_hi.cl
59integer/rhadd.cl
60integer/rotate.cl
61integer/sub_sat.cl
62integer/sub_sat_if.ll
63integer/sub_sat_impl.ll
64integer/upsample.cl
65math/acos.cl
66math/acosh.cl
67math/acospi.cl
68math/asin.cl
69math/asinh.cl
70math/asinpi.cl
71math/atan.cl
72math/atan2.cl
73math/atan2pi.cl
74math/atanh.cl
75math/atanpi.cl
76math/cbrt.cl
77math/copysign.cl
78math/cos.cl
79math/cosh.cl
80math/cospi.cl
81math/ep_log.cl
82math/erf.cl
83math/erfc.cl
84math/exp.cl
85math/exp_helper.cl
86math/exp2.cl
87math/exp10.cl
88math/fdim.cl
89math/fmax.cl
90math/fmin.cl
91math/fmod.cl
92math/fract.cl
93math/frexp.cl
94math/half_rsqrt.cl
95math/half_sqrt.cl
96math/hypot.cl
97math/ilogb.cl
98math/clc_ldexp.cl
99math/ldexp.cl
100math/lgamma.cl
101math/lgamma_r.cl
102math/log.cl
103math/log10.cl
104math/log1p.cl
105math/log2.cl
106math/mad.cl
107math/modf.cl
108math/native_log.cl
109math/native_log2.cl
110math/tables.cl
111math/clc_nextafter.cl
112math/nextafter.cl
113math/pown.cl
114math/sin.cl
115math/sincos.cl
116math/sincos_helpers.cl
117math/sinpi.cl
118math/clc_sqrt.cl
119math/sqrt.cl
120math/tan.cl
121math/tanh.cl
122math/tgamma.cl
123relational/all.cl
124relational/any.cl
125relational/bitselect.cl
126relational/isequal.cl
127relational/isfinite.cl
128relational/isgreater.cl
129relational/isgreaterequal.cl
130relational/isinf.cl
131relational/isless.cl
132relational/islessequal.cl
133relational/islessgreater.cl
134relational/isnan.cl
135relational/isnormal.cl
136relational/isnotequal.cl
137relational/isordered.cl
138relational/isunordered.cl
139relational/signbit.cl
140shared/clamp.cl
141shared/max.cl
142shared/min.cl
143shared/vload.cl
144shared/vstore.cl
145shared/vstore_half_helpers.ll
146workitem/get_global_id.cl
147workitem/get_global_size.cl
148image/get_image_dim.cl
149