Searched defs:fmaxf (Results 1 – 2 of 2) sorted by relevance
35 fmaxf(float x, float y) in fmaxf() function41 fmaxf(float x, float y) in fmaxf() function
132 __DEVICE__ float fmaxf(float __a, float __b) { return __nv_fmaxf(__a, __b); } in fmaxf() function