Lines Matching refs:cdh
64 extern "C" __device__ DeviceReturnTy cdh() { return DeviceReturnTy(); } in cdh() function
65 extern "C" __host__ HostReturnTy cdh() { return HostReturnTy(); } in cdh() function
118 HostFnPtr fp_cdh = cdh; in hostf()
119 HostReturnTy ret_cdh = cdh(); in hostf()
139 DeviceFnPtr fp_cdh = cdh; in devicef()
140 DeviceReturnTy ret_cdh = cdh(); in devicef()
160 DeviceFnPtr fp_cdh = cdh; in globalf()
161 DeviceReturnTy ret_cdh = cdh(); in globalf()
181 CurrentFnPtr fp_cdh = cdh; in hostdevicef()
182 CurrentReturnTy ret_cdh = cdh(); in hostdevicef()
202 CurrentFnPtr fp_cdh = cdh;