/openbsd/regress/lib/libm/msun/ |
H A D | fmaxmin_test.c | 70 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 D | s_fminf.c | 31 fminf(float x, float y) in fminf() function
|
/openbsd/lib/libm/ |
H A D | Symbols.map | 160 fminf;
|
/openbsd/lib/libm/hidden/ |
H A D | math.h | 94 PROTO_STD_DEPRECATED(fminf);
|
/openbsd/include/ |
H A D | math.h | 351 float fminf(float, float);
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_hip_math.h | 253 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.h | 465 using ::fminf;
|
H A D | __clang_cuda_math.h | 134 __DEVICE__ float fminf(float __a, float __b) { return __nv_fminf(__a, __b); } in fminf() function
|
H A D | __clang_hip_cmath.h | 752 using ::fminf;
|
H A D | tgmath.h | 769 __tg_fmin(float __x, float __y) {return fminf(__x, __y);} in __tg_fmin()
|
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | cmath | 80 #undef fminf 212 using ::fminf;
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cmath | 204 float fminf(float x, float y); 437 using ::fminf _LIBCPP_USING_IF_EXISTS;
|
/openbsd/gnu/usr.bin/perl/vms/ |
H A D | vmsish.h | 758 float fminf(float __x, float __y);
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 252 HANDLE_LIBCALL(FMIN_F32, "fminf")
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1275 /// float fminf(float x, float y); 1276 TLI_DEFINE_ENUM_INTERNAL(fminf) 1277 TLI_DEFINE_STRING_INTERNAL("fminf")
|
/openbsd/gnu/gcc/gcc/ |
H A D | builtins.def | 250 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 D | CSymbolMap.inc | 476 SYMBOL(fminf, None, <math.h>)
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Builtins.def | 1337 LIBBUILTIN(fminf, "fff", "fnc", MATH_H, ALL_LANGUAGES)
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1745 fun:fminf=uninstrumented
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 2723 libc/src/math/fminf.h 2825 libc/src/math/generic/fminf.cpp
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 5401 @findex fminf 5684 @code{fma}, @code{fminf}, @code{fminl}, @code{fmin}, @code{hypotf},
|
H A D | gcc.info | 20352 `fmal', `fmaxf', `fmaxl', `fmax', `fma', `fminf', `fminl', `fmin',
|