Home | History | Annotate | Download | only in v1

Lines Matching refs:_A3

1169 template <class _A1, class _A2, class _A3>
1175 std::is_arithmetic<_A3>::value,
1176 std::__promote<_A1, _A2, _A3>
1178 fma(_A1 __lcpp_x, _A2 __lcpp_y, _A3 __lcpp_z) _NOEXCEPT
1180 typedef typename std::__promote<_A1, _A2, _A3>::type __result_type;
1183 std::is_same<_A3, __result_type>::value)), "");