Searched defs:fmaxf (Results 1 - 4 of 4) sorted by last modified time

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math.h132 __DEVICE__ float fmaxf(float __a, float __b) { return __nv_fmaxf(__a, __b); } function
H A D__clang_hip_math.h241 float fmaxf(float __x, float __y) { return __ocml_fmax_f32(__x, __y); } function
/netbsd-current/lib/libm/noieee_src/
H A Dn_fmaxf.c35 fmaxf(float x, float y) function
/netbsd-current/lib/libm/src/
H A Ds_fmaxf.c38 fmaxf(float x, float y) function

Completed in 160 milliseconds