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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math.h 114 __DEVICE__ float fdimf(float __a, float __b) { return __nv_fdimf(__a, __b); } function
__clang_hip_math.h 227 float fdimf(float __x, float __y) { return __ocml_fdim_f32(__x, __y); } function

Completed in 15 milliseconds