Home
last modified time | relevance | path

Searched defs:fmaxf (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/lib/msun/src/
H A Ds_fmaxf.c35 fmaxf(float x, float y) in fmaxf() function
41 fmaxf(float x, float y) in fmaxf() function
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h132 __DEVICE__ float fmaxf(float __a, float __b) { return __nv_fmaxf(__a, __b); } in fmaxf() function