Home
last modified time | relevance | path

Searched refs:fminf (Results 1 – 22 of 22) sorted by relevance

/openbsd/regress/lib/libm/msun/
H A Dfmaxmin_test.c70 TEST(fminf, float, big, small, expected_min, rmode); in testall_r()
71 TEST(fminf, float, small, big, expected_min, rmode); in testall_r()
/openbsd/lib/libm/src/
H A Ds_fminf.c31 fminf(float x, float y) in fminf() function
/openbsd/lib/libm/
H A DSymbols.map160 fminf;
/openbsd/lib/libm/hidden/
H A Dmath.h94 PROTO_STD_DEPRECATED(fminf);
/openbsd/include/
H A Dmath.h351 float fminf(float, float);
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_hip_math.h253 float fminf(float __x, float __y) { return __ocml_fmin_f32(__x, __y); }
1299 float min(float __x, float __y) { return fminf(__x, __y); }
H A D__clang_cuda_cmath.h465 using ::fminf;
H A D__clang_cuda_math.h134 __DEVICE__ float fminf(float __a, float __b) { return __nv_fminf(__a, __b); } in fminf() function
H A D__clang_hip_cmath.h752 using ::fminf;
H A Dtgmath.h769 __tg_fmin(float __x, float __y) {return fminf(__x, __y);} in __tg_fmin()
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dcmath80 #undef fminf
212 using ::fminf;
/openbsd/gnu/llvm/libcxx/include/
H A Dcmath204 float fminf(float x, float y);
437 using ::fminf _LIBCPP_USING_IF_EXISTS;
/openbsd/gnu/usr.bin/perl/vms/
H A Dvmsish.h758 float fminf(float __x, float __y);
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def252 HANDLE_LIBCALL(FMIN_F32, "fminf")
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1275 /// float fminf(float x, float y);
1276 TLI_DEFINE_ENUM_INTERNAL(fminf)
1277 TLI_DEFINE_STRING_INTERNAL("fminf")
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.def250 DEF_C99_BUILTIN (BUILT_IN_FMINF, "fminf", BT_FN_FLOAT_FLOAT_FLOAT, ATTR_CONST_NOTHROW_LIST)
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc476 SYMBOL(fminf, None, <math.h>)
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.def1337 LIBBUILTIN(fminf, "fff", "fnc", MATH_H, ALL_LANGUAGES)
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1745 fun:fminf=uninstrumented
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt2723 libc/src/math/fminf.h
2825 libc/src/math/generic/fminf.cpp
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi5401 @findex fminf
5684 @code{fma}, @code{fminf}, @code{fminl}, @code{fmin}, @code{hypotf},
H A Dgcc.info20352 `fmal', `fmaxf', `fmaxl', `fmax', `fma', `fminf', `fminl', `fmin',