Searched defs:fmaxf (Results 1 – 5 of 5) sorted by relevance
14 float LLVM_LIBC_ENTRYPOINT(fmaxf)(float x, float y) { in LLVM_LIBC_ENTRYPOINT() argument
2 pub fn fmaxf(x: f32, y: f32) -> f32 { in fmaxf() function
116 mod fmaxf; module
333 float fmaxf(float x, float y) in fmaxf() function
132 __DEVICE__ float fmaxf(float __a, float __b) { return __nv_fmaxf(__a, __b); } in fmaxf() function