Searched refs:fmaf (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfma_opt.S21 FUNCTION_BEGIN fmaf
27 FUNCTION_END fmaf
/freebsd-12-stable/lib/msun/src/
H A Ds_fmaf.c45 fmaf(float x, float y, float z) function
H A Dmath.h407 float fmaf(float, float, float);
/freebsd-12-stable/lib/msun/tests/
H A Dfma_test.c66 test(fmaf, (float)(x), (float)(y), (float)(z), \
115 test(fmaf, -FLT_MIN, FLT_MIN, 0.0, -0.0,
151 test(fmaf, FLT_MAX, FLT_MAX, -INFINITY, -INFINITY, ALL_STD_EXCEPT, 0);
155 test(fmaf, FLT_MAX, -FLT_MAX, INFINITY, INFINITY, ALL_STD_EXCEPT, 0);
173 test(fmaf, FLT_MIN, FLT_MIN, NAN, NAN, ALL_STD_EXCEPT, 0);
176 test(fmaf, FLT_MAX, FLT_MAX, NAN, NAN, ALL_STD_EXCEPT, 0);
190 test(fmaf, one, one, 0x1.0p-100, 1.0 + FLT_EPSILON,
203 test(fmaf, -one, one, -0x1.0p-100, -(1.0 + FLT_EPSILON),
216 test(fmaf, one, one, -0x1.0p-100, 1.0 - FLT_EPSILON / 2,
229 test(fmaf,
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h434 using ::fmaf;
H A Dtgmath.h729 {return fmaf(__x, __y, __z);}
H A D__clang_cuda_device_functions.h1562 __DEVICE__ float fmaf(float __a, float __b, float __c) { function
/freebsd-12-stable/tools/regression/include/tgmath/
H A Dtgmath.c114 float (fmaf)(float x, float y, float z) { n_float++; }
/freebsd-12-stable/lib/msun/
H A DMakefile210 MLINKS+=fma.3 fmaf.3 fma.3 fmal.3
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h193 float fmaf(float x, float y, float z);
1241 inline _LIBCPP_INLINE_VISIBILITY float fma(float __lcpp_x, float __lcpp_y, float __lcpp_z) _NOEXCEPT {return ::fmaf(__lcpp_x, __lcpp_y, __lcpp_z);}
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure31000 fmaf(0.0f, 0.0f, 0.0f);
[all...]

Completed in 473 milliseconds