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

/freebsd-11.0-release/lib/msun/src/
H A Ds_fmaf.c43 fmaf(float x, float y, float z) function
H A Dmath.h402 float fmaf(float, float, float);
/freebsd-11.0-release/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-11.0-release/lib/msun/
H A DMakefile183 MLINKS+=fma.3 fmaf.3 fma.3 fmal.3
/freebsd-11.0-release/tools/regression/include/tgmath/
H A Dtgmath.c114 float (fmaf)(float x, float y, float z) { n_float++; }
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h736 {return fmaf(__x, __y, __z);}
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h194 float fmaf(float x, float y, float z);
1093 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-11.0-release/contrib/libstdc++/
H A Dconfigure31000 fmaf(0.0f, 0.0f, 0.0f);
[all...]

Completed in 226 milliseconds