Home
last modified time | relevance | path

Searched refs:fminl (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/gcc/fixincludes/tests/base/architecture/ppc/
H A Dmath.h83 extern long double fminl( long double, long double ) __LIBMLDBL_COMPAT(fminl);
/openbsd/regress/lib/libm/msun/
H A Dfmaxmin_test.c74 TEST(fminl, long double, big, small, expected_min, rmode); in testall_r()
75 TEST(fminl, long double, small, big, expected_min, rmode); in testall_r()
/openbsd/lib/libm/src/
H A Ds_fminl.c31 fminl(long double x, long double y) in fminl() function
/openbsd/lib/libm/
H A DSymbols.map161 fminl;
/openbsd/lib/libm/hidden/
H A Dmath.h95 LDBL_PROTO_STD_DEPRECATED(fminl);
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def254 HANDLE_LIBCALL(FMIN_F80, "fminl")
255 HANDLE_LIBCALL(FMIN_F128, "fminl")
256 HANDLE_LIBCALL(FMIN_PPCF128, "fminl")
/openbsd/include/
H A Dmath.h462 long double fminl(long double, long double);
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dcmath81 #undef fminl
213 using ::fminl;
/openbsd/gnu/llvm/libcxx/include/
H A Dcmath205 long double fminl(long double x, long double y);
522 using ::fminl _LIBCPP_USING_IF_EXISTS;
/openbsd/gnu/usr.bin/perl/vms/
H A Dvmsish.h767 long double fminl(long double __x, long double __y);
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h777 __tg_fmin(long double __x, long double __y) {return fminl(__x, __y);} in __tg_fmin()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1280 /// long double fminl(long double x, long double y);
1281 TLI_DEFINE_ENUM_INTERNAL(fminl)
1282 TLI_DEFINE_STRING_INTERNAL("fminl")
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.def251 DEF_C99_BUILTIN (BUILT_IN_FMINL, "fminl", BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE, ATTR_CONST…
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc477 SYMBOL(fminl, None, <math.h>)
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs300 # define c99_fmin fminl
/openbsd/gnu/gcc/fixincludes/
H A Dinclhack.def107 extern long double fminl( long double, long double ) __LIBMLDBL_COMPAT(fminl);
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.def1338 LIBBUILTIN(fminl, "LdLdLd", "fnc", MATH_H, ALL_LANGUAGES)
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1746 fun:fminl=uninstrumented
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt2724 libc/src/math/fminl.h
2826 libc/src/math/generic/fminl.cpp
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi5402 @findex fminl
5684 @code{fma}, @code{fminf}, @code{fminl}, @code{fmin}, @code{hypotf},
H A Dgcc.info20352 `fmal', `fmaxf', `fmaxl', `fmax', `fma', `fminf', `fminl', `fmin',