Lines Matching refs:pure

19 __device__ __attribute__((pure)) float __ocml_acosh_f32(float);
21 __device__ __attribute__((pure)) float __ocml_asinh_f32(float);
24 __device__ __attribute__((pure)) float __ocml_atanh_f32(float);
25 __device__ __attribute__((pure)) float __ocml_cbrt_f32(float);
31 __device__ __attribute__((pure)) __device__ float __ocml_cosh_f32(float);
35 __device__ __attribute__((pure)) float __ocml_erfc_f32(float);
36 __device__ __attribute__((pure)) float __ocml_erfcinv_f32(float);
37 __device__ __attribute__((pure)) float __ocml_erfcx_f32(float);
38 __device__ __attribute__((pure)) float __ocml_erf_f32(float);
39 __device__ __attribute__((pure)) float __ocml_erfinv_f32(float);
40 __device__ __attribute__((pure)) float __ocml_exp10_f32(float);
41 __device__ __attribute__((pure)) float __ocml_native_exp10_f32(float);
42 __device__ __attribute__((pure)) float __ocml_exp2_f32(float);
43 __device__ __attribute__((pure)) float __ocml_exp_f32(float);
44 __device__ __attribute__((pure)) float __ocml_native_exp_f32(float);
45 __device__ __attribute__((pure)) float __ocml_expm1_f32(float);
65 __device__ __attribute__((pure)) float __ocml_log10_f32(float);
66 __device__ __attribute__((pure)) float __ocml_native_log10_f32(float);
67 __device__ __attribute__((pure)) float __ocml_log1p_f32(float);
68 __device__ __attribute__((pure)) float __ocml_log2_f32(float);
69 __device__ __attribute__((pure)) float __ocml_native_log2_f32(float);
71 __device__ __attribute__((pure)) float __ocml_log_f32(float);
72 __device__ __attribute__((pure)) float __ocml_native_log_f32(float);
80 __device__ __attribute__((pure)) float __ocml_ncdf_f32(float);
81 __device__ __attribute__((pure)) float __ocml_ncdfinv_f32(float);
82 __device__ __attribute__((pure)) float __ocml_pow_f32(float, float);
83 __device__ __attribute__((pure)) float __ocml_pown_f32(float, int);
84 __device__ __attribute__((pure)) float __ocml_rcbrt_f32(float);
94 __device__ __attribute__((pure)) float __ocml_rsqrt_f32(float);
104 __device__ __attribute__((pure)) float __ocml_sinh_f32(float);
109 __device__ __attribute__((pure)) float __ocml_tanh_f32(float);
162 __device__ __attribute__((pure)) double __ocml_acosh_f64(double);
164 __device__ __attribute__((pure)) double __ocml_asinh_f64(double);
167 __device__ __attribute__((pure)) double __ocml_atanh_f64(double);
168 __device__ __attribute__((pure)) double __ocml_cbrt_f64(double);
172 __device__ __attribute__((pure)) double __ocml_cosh_f64(double);
176 __device__ __attribute__((pure)) double __ocml_erfc_f64(double);
177 __device__ __attribute__((pure)) double __ocml_erfcinv_f64(double);
178 __device__ __attribute__((pure)) double __ocml_erfcx_f64(double);
179 __device__ __attribute__((pure)) double __ocml_erf_f64(double);
180 __device__ __attribute__((pure)) double __ocml_erfinv_f64(double);
181 __device__ __attribute__((pure)) double __ocml_exp10_f64(double);
182 __device__ __attribute__((pure)) double __ocml_exp2_f64(double);
183 __device__ __attribute__((pure)) double __ocml_exp_f64(double);
184 __device__ __attribute__((pure)) double __ocml_expm1_f64(double);
203 __device__ __attribute__((pure)) double __ocml_log10_f64(double);
204 __device__ __attribute__((pure)) double __ocml_log1p_f64(double);
205 __device__ __attribute__((pure)) double __ocml_log2_f64(double);
207 __device__ __attribute__((pure)) double __ocml_log_f64(double);
216 __device__ __attribute__((pure)) double __ocml_ncdf_f64(double);
217 __device__ __attribute__((pure)) double __ocml_ncdfinv_f64(double);
218 __device__ __attribute__((pure)) double __ocml_pow_f64(double, double);
219 __device__ __attribute__((pure)) double __ocml_pown_f64(double, int);
220 __device__ __attribute__((pure)) double __ocml_rcbrt_f64(double);
231 __device__ __attribute__((pure)) double __ocml_rsqrt_f64(double);
240 __device__ __attribute__((pure)) double __ocml_sinh_f64(double);
244 __device__ __attribute__((pure)) double __ocml_tanh_f64(double);
291 __device__ __attribute__((pure)) _Float16 __ocml_exp_f16(_Float16);
292 __device__ __attribute__((pure)) _Float16 __ocml_exp10_f16(_Float16);
293 __device__ __attribute__((pure)) _Float16 __ocml_exp2_f16(_Float16);
300 __device__ __attribute__((pure)) _Float16 __ocml_log_f16(_Float16);
301 __device__ __attribute__((pure)) _Float16 __ocml_log10_f16(_Float16);
302 __device__ __attribute__((pure)) _Float16 __ocml_log2_f16(_Float16);
309 __device__ __attribute__((pure)) _Float16 __ocml_pown_f16(_Float16, int);
319 __device__ __attribute__((pure)) __2f16 __ocml_exp_2f16(__2f16);
320 __device__ __attribute__((pure)) __2f16 __ocml_exp10_2f16(__2f16);
321 __device__ __attribute__((pure)) __2f16 __ocml_exp2_2f16(__2f16);
327 __device__ __attribute__((pure)) __2f16 __ocml_log_2f16(__2f16);
328 __device__ __attribute__((pure)) __2f16 __ocml_log10_2f16(__2f16);
329 __device__ __attribute__((pure)) __2f16 __ocml_log2_2f16(__2f16);