Searched refs:host_only_function (Results 1 – 1 of 1) sorted by relevance
382 __host__ HostReturnTy host_only_function(int arg) { return HostReturnTy(); } in host_only_function() function383 __host__ HostReturnTy2 host_only_function(float arg) { return HostReturnTy2(); } in host_only_function() function396 HostReturnTy ret3 = host_only_function(1); in test_host_device_single_side_overloading()397 HostReturnTy2 ret4 = host_only_function(1.0f); in test_host_device_single_side_overloading()409 HostReturnTy ret3 = host_only_function(1); in test_host_device_wrong_side_overloading_inline_no_diag()410 HostReturnTy2 ret4 = host_only_function(1.0f); in test_host_device_wrong_side_overloading_inline_no_diag()422 HostReturnTy ret3 = host_only_function(1); in test_host_device_wrong_side_overloading_inline_diag()423 HostReturnTy2 ret4 = host_only_function(1.0f); in test_host_device_wrong_side_overloading_inline_diag()