Home
last modified time | relevance | path

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

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