Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/msun/tests/
HDfma_test.c64 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/
HDs_fmaf.c37 fmaf(float x, float y, float z) in fmaf() function
50 fmaf(float x, float y, float z) in fmaf() function
HDmath.h397 float fmaf(float, float, float);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUFeatures.td15 def FeatureFMA : SubtargetFeature<"fmaf",
HDAMDGPU.td26 def FeatureFastFMAF32 : SubtargetFeature<"fast-fmaf",
/freebsd-13-stable/lib/msun/
HDSymbol.map102 fmaf;
HDMakefile221 MLINKS+=fma.3 fmaf.3 fma.3 fmal.3
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std.compat/
HDcmath.inc244 using ::fmaf _LIBCPP_USING_IF_EXISTS;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_hip_cmath.h49 return ::fmaf(__x, __y, __z); in fma()
750 using ::fmaf;
HD__clang_cuda_cmath.h463 using ::fmaf;
HD__clang_cuda_math.h128 __DEVICE__ float fmaf(float __a, float __b, float __c) { in fmaf() function
HDtgmath.h729 {return fmaf(__x, __y, __z);} in __tg_fma()
HD__clang_hip_math.h412 float fmaf(float __x, float __y, float __z) {
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDcmath196 float fmaf(float x, float y, float z);
443 using ::fmaf _LIBCPP_USING_IF_EXISTS;
/freebsd-13-stable/tools/regression/include/tgmath/
HDtgmath.c112 float (fmaf)(float x, float y, float z) { n_float++; } in TGMACRO_REAL()
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDcmath.inc245 using std::fmaf _LIBCPP_USING_IF_EXISTS;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDVecFuncs.def664 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/
HDRuntimeLibcalls.def115 HANDLE_LIBCALL(FMA_F32, "fmaf")
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDCSymbolMap.inc470 SYMBOL(fmaf, None, <math.h>)
HDStdSymbolMap.inc1274 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/
HDlibc_ubuntu1404_abilist.txt1743 fun:fmaf=uninstrumented