Searched defs:__saturatef (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/compat/cuda/ | ||
H A D | cuda_runtime.h | 186 static inline __device__ float __saturatef(float a) { return __nvvm_saturate_f(a); } in __saturatef() function |
Completed in 1 milliseconds