| /freebsd-13-stable/lib/msun/tests/ |
| HD | fma_test.c | 64 test(fmaf, (float)(x), (float)(y), (float)(z), \ 113 test(fmaf, -FLT_MIN, FLT_MIN, 0.0, -0.0, in test_zeroes() 148 test(fmaf, FLT_MAX, FLT_MAX, -INFINITY, -INFINITY, ALL_STD_EXCEPT, 0); in test_infinities() 152 test(fmaf, FLT_MAX, -FLT_MAX, INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities() 169 test(fmaf, FLT_MIN, FLT_MIN, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans() 172 test(fmaf, FLT_MAX, FLT_MAX, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans() 185 test(fmaf, one, one, 0x1.0p-100, 1.0 + FLT_EPSILON, in test_small_z() 198 test(fmaf, -one, one, -0x1.0p-100, -(1.0 + FLT_EPSILON), in test_small_z() 211 test(fmaf, one, one, -0x1.0p-100, 1.0 - FLT_EPSILON / 2, in test_small_z() 224 test(fmaf, -one, one, 0x1.0p-100, -1.0 + FLT_EPSILON / 2, in test_small_z() [all …]
|
| /freebsd-13-stable/lib/msun/src/ |
| HD | s_fmaf.c | 37 fmaf(float x, float y, float z) in fmaf() function 50 fmaf(float x, float y, float z) in fmaf() function
|
| HD | math.h | 397 float fmaf(float, float, float);
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUFeatures.td | 15 def FeatureFMA : SubtargetFeature<"fmaf",
|
| HD | AMDGPU.td | 26 def FeatureFastFMAF32 : SubtargetFeature<"fast-fmaf",
|
| /freebsd-13-stable/lib/msun/ |
| HD | Symbol.map | 102 fmaf;
|
| HD | Makefile | 221 MLINKS+=fma.3 fmaf.3 fma.3 fmal.3
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/modules/std.compat/ |
| HD | cmath.inc | 244 using ::fmaf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | __clang_hip_cmath.h | 49 return ::fmaf(__x, __y, __z); in fma() 750 using ::fmaf;
|
| HD | __clang_cuda_cmath.h | 463 using ::fmaf;
|
| HD | __clang_cuda_math.h | 128 __DEVICE__ float fmaf(float __a, float __b, float __c) { in fmaf() function
|
| HD | tgmath.h | 729 {return fmaf(__x, __y, __z);} in __tg_fma()
|
| HD | __clang_hip_math.h | 412 float fmaf(float __x, float __y, float __z) {
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/ |
| HD | cmath | 196 float fmaf(float x, float y, float z); 443 using ::fmaf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-13-stable/tools/regression/include/tgmath/ |
| HD | tgmath.c | 112 float (fmaf)(float x, float y, float z) { n_float++; } in TGMACRO_REAL()
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/ |
| HD | cmath.inc | 245 using std::fmaf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | VecFuncs.def | 664 TLI_DEFINE_VECFUNC("fmaf", "_ZGVnN4vvv_fmaf", FIXED(4), "_ZGV_LLVM_N4vvv") 796 TLI_DEFINE_VECFUNC("fmaf", "_ZGVsMxvvv_fmaf", SCALABLE(4), MASKED, "_ZGVsMxvvv") 1021 TLI_DEFINE_VECFUNC("fmaf", "armpl_vfmaq_f32", FIXED(4), NOMASK, "_ZGV_LLVM_N4vvv") 1023 TLI_DEFINE_VECFUNC("fmaf", "armpl_svfma_f32_x", SCALABLE(4), MASKED, "_ZGVsMxvvv")
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | RuntimeLibcalls.def | 115 HANDLE_LIBCALL(FMA_F32, "fmaf")
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| HD | CSymbolMap.inc | 470 SYMBOL(fmaf, None, <math.h>)
|
| HD | StdSymbolMap.inc | 1274 SYMBOL(fmaf, std::, <cmath>) 1275 SYMBOL(fmaf, None, <cmath>) 1276 SYMBOL(fmaf, None, <math.h>)
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 1743 fun:fmaf=uninstrumented
|