Home
last modified time | relevance | path

Searched refs:fmal (Results 1 – 15 of 15) sorted by relevance

/src/lib/msun/tests/
H A Dfma_test.c65 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 Ds_fma.c294 __weak_reference(fma, fmal);
H A Ds_fmal.c165 fmal(long double x, long double y, long double z) in fmal() function
H A Dmath.h465 long double fmal(long double, long double, long double);
/src/lib/msun/
H A DSymbol.map103 fmal;
H A DMakefile229 MLINKS+=fma.3 fmaf.3 fma.3 fmal.3
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def117 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 Dcmath.inc245 using ::fmal _LIBCPP_USING_IF_EXISTS;
/src/contrib/llvm-project/libcxx/include/
H A Dcmath197 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 Dcmath.inc246 using std::fmal _LIBCPP_USING_IF_EXISTS;
/src/tools/regression/include/tgmath/
H A Dtgmath.c115 (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 Dtgmath.h739 {return fmal(__x, __y, __z);} in __tg_fma()
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc471 SYMBOL(fmal, None, <math.h>)
H A DStdSymbolMap.inc1277 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 Dlibc_ubuntu1404_abilist.txt1744 fun:fmal=uninstrumented