Home
last modified time | relevance | path

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

/external/llvm-project/libc/src/math/
Dfmaxf.cpp14 float LLVM_LIBC_ENTRYPOINT(fmaxf)(float x, float y) { in LLVM_LIBC_ENTRYPOINT() argument
/external/rust/crates/libm/src/math/
Dfmaxf.rs2 pub fn fmaxf(x: f32, y: f32) -> f32 { in fmaxf() function
Dmod.rs116 mod fmaxf; module
/external/OpenCL-CTS/test_common/harness/
Dmsvc9.c333 float fmaxf(float x, float y) in fmaxf() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h132 __DEVICE__ float fmaxf(float __a, float __b) { return __nv_fmaxf(__a, __b); } in fmaxf() function