HomeSort by: relevance | last modified time | path
    Searched defs:__host__ (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_hip_runtime_wrapper.h 43 #define __host__ __attribute__((host)) macro
__clang_cuda_runtime_wrapper.h 143 inline __host__ double __signbitd(double x) {
181 // Temporarily poison __host__ macro to ensure it's not used by any of
183 #pragma push_macro("__host__")
184 #define __host__ UNEXPECTED_HOST_ATTRIBUTE macro
254 // a lot of thins get declared/defined with __host__ attribute which
258 #define __host__ macro
299 // math_functions.hpp defines ::signbit as a __host__ __device__ function. This
331 #pragma pop_macro("__host__")

Completed in 25 milliseconds