/openbsd/gnu/gcc/fixincludes/tests/base/architecture/ppc/ |
H A D | math.h | 83 extern long double fminl( long double, long double ) __LIBMLDBL_COMPAT(fminl);
|
/openbsd/regress/lib/libm/msun/ |
H A D | fmaxmin_test.c | 74 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 D | s_fminl.c | 31 fminl(long double x, long double y) in fminl() function
|
/openbsd/lib/libm/ |
H A D | Symbols.map | 161 fminl;
|
/openbsd/lib/libm/hidden/ |
H A D | math.h | 95 LDBL_PROTO_STD_DEPRECATED(fminl);
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 254 HANDLE_LIBCALL(FMIN_F80, "fminl") 255 HANDLE_LIBCALL(FMIN_F128, "fminl") 256 HANDLE_LIBCALL(FMIN_PPCF128, "fminl")
|
/openbsd/include/ |
H A D | math.h | 462 long double fminl(long double, long double);
|
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | cmath | 81 #undef fminl 213 using ::fminl;
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cmath | 205 long double fminl(long double x, long double y); 522 using ::fminl _LIBCPP_USING_IF_EXISTS;
|
/openbsd/gnu/usr.bin/perl/vms/ |
H A D | vmsish.h | 767 long double fminl(long double __x, long double __y);
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | tgmath.h | 777 __tg_fmin(long double __x, long double __y) {return fminl(__x, __y);} in __tg_fmin()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1280 /// 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 D | builtins.def | 251 DEF_C99_BUILTIN (BUILT_IN_FMINL, "fminl", BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE, ATTR_CONST…
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | CSymbolMap.inc | 477 SYMBOL(fminl, None, <math.h>)
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/ |
H A D | POSIX.xs | 300 # define c99_fmin fminl
|
/openbsd/gnu/gcc/fixincludes/ |
H A D | inclhack.def | 107 extern long double fminl( long double, long double ) __LIBMLDBL_COMPAT(fminl);
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Builtins.def | 1338 LIBBUILTIN(fminl, "LdLdLd", "fnc", MATH_H, ALL_LANGUAGES)
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1746 fun:fminl=uninstrumented
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 2724 libc/src/math/fminl.h 2826 libc/src/math/generic/fminl.cpp
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 5402 @findex fminl 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',
|