| /src/lib/msun/tests/ |
| H A D | fma_test.c | 65 test(fmal, (x), (y), (z), (result), (exceptmask), (excepts)); \ 116 test(fmal, -LDBL_MIN, LDBL_MIN, 0.0, -0.0, in test_zeroes() 152 test(fmal, LDBL_MAX, LDBL_MAX, -INFINITY, -INFINITY, in test_infinities() 156 test(fmal, LDBL_MAX, -LDBL_MAX, INFINITY, INFINITY, in test_infinities() 173 test(fmal, LDBL_MIN, LDBL_MIN, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans() 176 test(fmal, LDBL_MAX, LDBL_MAX, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans() 191 test(fmal, one, one, 0x1.0p-200, 1.0 + LDBL_EPSILON, in test_small_z() 204 test(fmal, -one, one, -0x1.0p-200, -(1.0 + LDBL_EPSILON), in test_small_z() 217 test(fmal, one, one, -0x1.0p-200, 1.0 - LDBL_EPSILON / 2, in test_small_z() 230 test(fmal, -one, one, 0x1.0p-200, -1.0 + LDBL_EPSILON / 2, in test_small_z() [all …]
|
| /src/lib/msun/src/ |
| H A D | s_fma.c | 294 __weak_reference(fma, fmal);
|
| H A D | s_fmal.c | 165 fmal(long double x, long double y, long double z) in fmal() function
|
| H A D | math.h | 465 long double fmal(long double, long double, long double);
|
| /src/lib/msun/ |
| H A D | Symbol.map | 103 fmal;
|
| H A D | Makefile | 229 MLINKS+=fma.3 fmaf.3 fma.3 fmal.3
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.def | 117 HANDLE_LIBCALL(FMA_F80, "fmal") 118 HANDLE_LIBCALL(FMA_F128, "fmal") 119 HANDLE_LIBCALL(FMA_PPCF128, "fmal")
|
| /src/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 245 using ::fmal _LIBCPP_USING_IF_EXISTS;
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 197 long double fmal(long double x, long double y, long double z); 531 using ::fmal _LIBCPP_USING_IF_EXISTS;
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.inc | 246 using std::fmal _LIBCPP_USING_IF_EXISTS;
|
| /src/tools/regression/include/tgmath/ |
| H A D | tgmath.c | 115 (fmal)(long double x, long double y, long double z) { n_long_double++; } in fmal() function
|
| /src/contrib/llvm-project/clang/lib/Headers/ |
| H A D | tgmath.h | 739 {return fmal(__x, __y, __z);} in __tg_fma()
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 471 SYMBOL(fmal, None, <math.h>)
|
| H A D | StdSymbolMap.inc | 1277 SYMBOL(fmal, std::, <cmath>) 1278 SYMBOL(fmal, None, <cmath>) 1279 SYMBOL(fmal, None, <math.h>)
|
| /src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1744 fun:fmal=uninstrumented
|