Lines Matching refs:et_on

146 inline typename enable_if_c<is_convertible<V, number<T, et_on> >::value && !is_convertible<V, T>::v…
154 inline typename enable_if_c<is_convertible<V, number<T, et_on> >::value && is_convertible<V, T>::va…
161 inline typename enable_if_c<is_convertible<V, number<T, et_on> >::value && !is_convertible<V, T>::v…
169 inline typename enable_if_c<is_convertible<V, number<T, et_on> >::value&& is_convertible<V, T>::val…
176 inline typename enable_if_c<is_convertible<V, number<T, et_on> >::value && !is_convertible<V, T>::v…
184 inline typename enable_if_c<is_convertible<V, number<T, et_on> >::value && is_convertible<V, T>::va…
191 inline typename enable_if_c<is_convertible<V, number<T, et_on> >::value && !is_convertible<V, T>::v…
199 inline typename enable_if_c<is_convertible<V, number<T, et_on> >::value && is_convertible<V, T>::va…
206 inline typename enable_if_c<is_convertible<V, number<T, et_on> >::value && !is_convertible<V, T>::v…
214 inline typename enable_if_c<is_convertible<V, number<T, et_on> >::value && is_convertible<V, T>::va…
222 inline typename enable_if_c<is_convertible<V, number<T, et_on> >::value && !is_convertible<V, T>::v…
230 inline typename enable_if_c<is_convertible<V, number<T, et_on> >::value && is_convertible<V, T>::va…
261 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && !is_convertible<U, T>::v… in eval_add_default()
268 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && is_convertible<U, T>::va… in eval_add_default()
274 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value>::type eval_add_default(T& … in eval_add_default()
319 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && !is_convertible<U, T>::v… in eval_subtract_default()
326 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && is_convertible<U, T>::va… in eval_subtract_default()
332 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && is_signed_number<T>::val… in eval_subtract_default()
338 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && !is_convertible<U, T>::v… in eval_subtract_default()
345 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && is_convertible<U, T>::va… in eval_subtract_default()
389 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && !is_convertible<U, T>::v… in eval_multiply_default()
396 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && is_convertible<U, T>::va… in eval_multiply_default()
402 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value>::type eval_multiply_defaul… in eval_multiply_default()
508 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && !is_convertible<U, T>::v… in eval_divide_default()
515 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && is_convertible<U, T>::va… in eval_divide_default()
521 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && !is_convertible<U, T>::v… in eval_divide_default()
528 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && is_convertible<U, T>::va… in eval_divide_default()
577 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && !is_convertible<U, T>::v… in eval_modulus_default()
584 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && is_convertible<U, T>::va… in eval_modulus_default()
590 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && !is_convertible<U, T>::v… in eval_modulus_default()
597 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && is_convertible<U, T>::va… in eval_modulus_default()
657 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value>::type eval_bitwise_and_def… in eval_bitwise_and_default()
694 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && !is_convertible<U, T>::v… in eval_bitwise_or_default()
701 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && is_convertible<U, T>::va… in eval_bitwise_or_default()
707 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value>::type eval_bitwise_or_defa… in eval_bitwise_or_default()
751 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && !is_convertible<U, T>::v… in eval_bitwise_xor_default()
758 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && is_convertible<U, T>::va… in eval_bitwise_xor_default()
764 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value>::type eval_bitwise_xor_def… in eval_bitwise_xor_default()
2806 mpl::bool_<number_category<number<Backend, et_on> >::value == number_kind_floating_point>,
2818 detail::expression<detail::function, default_ops::fma_func, number<Backend, et_on>, U, V>
2820 fma(const number<Backend, et_on>& a, const U& b, const V& c) in fma()
2822 return detail::expression<detail::function, default_ops::fma_func, number<Backend, et_on>, U, V>( in fma()
2878 mpl::bool_<number_category<number<Backend, et_on> >::value == number_kind_floating_point>,
2886 detail::expression<detail::function, default_ops::fma_func, U, number<Backend, et_on>, V>
2888 fma(const U& a, const number<Backend, et_on>& b, const V& c) in fma()
2890 return detail::expression<detail::function, default_ops::fma_func, U, number<Backend, et_on>, V>( in fma()
2938 mpl::bool_<number_category<number<Backend, et_on> >::value == number_kind_floating_point>,
2942 detail::expression<detail::function, default_ops::fma_func, U, V, number<Backend, et_on> >
2944 fma(const U& a, const V& b, const number<Backend, et_on>& c) in fma()
2946 … return detail::expression<detail::function, default_ops::fma_func, U, V, number<Backend, et_on> >( in fma()
2998 number_category<number<Backend, et_on> >::value == number_kind_floating_point,
2999 detail::expression<detail::function, default_ops::remquo_func, number<Backend, et_on>, U, int*>
3001 remquo(const number<Backend, et_on>& a, const U& b, int* pi) in remquo()
3003 …return detail::expression<detail::function, default_ops::remquo_func, number<Backend, et_on>, U, i… in remquo()
3020 (number_category<number<Backend, et_on> >::value == number_kind_floating_point)
3022 detail::expression<detail::function, default_ops::remquo_func, U, number<Backend, et_on>, int*>
3024 remquo(const U& a, const number<Backend, et_on>& b, int* pi) in remquo()
3026 …return detail::expression<detail::function, default_ops::remquo_func, U, number<Backend, et_on>, i… in remquo()
3044 number_category<number<Backend, et_on> >::value == number_kind_floating_point,
3057 (number_category<number<Backend, et_on> >::value == number_kind_floating_point)
3127 , number<Backend, et_on> > \
3129 func(const number<Backend, et_on>& arg)\
3134 , number<Backend, et_on> \
3207 , number<Backend, et_on> \
3208 , number<Backend, et_on> > \
3210 func(const number<Backend, et_on>& arg, const number<Backend, et_on>& a)\
3215 , number<Backend, et_on> \
3216 , number<Backend, et_on> \
3225 …e<typename detail::expression<tag, A1, A2, A3, A4>::result_type, number<Backend, et_on> >::value),\
3229 , number<Backend, et_on> \
3232 func(const number<Backend, et_on>& arg, const detail::expression<tag, A1, A2, A3, A4>& a)\
3237 , number<Backend, et_on> \
3247 …e<typename detail::expression<tag, A1, A2, A3, A4>::result_type, number<Backend, et_on> >::value),\
3252 , number<Backend, et_on> > \
3254 func(const detail::expression<tag, A1, A2, A3, A4>& arg, const number<Backend, et_on>& a)\
3260 , number<Backend, et_on> \
3291 …is_compatible_arithmetic_type<Arithmetic, number<Backend, et_on> >::value && (number_category<Back…
3295 , number<Backend, et_on> \
3299 func(const number<Backend, et_on>& arg, const Arithmetic& a)\
3304 , number<Backend, et_on> \
3337 …is_compatible_arithmetic_type<Arithmetic, number<Backend, et_on> >::value && (number_category<Back…
3342 , number<Backend, et_on> \
3345 func(const Arithmetic& arg, const number<Backend, et_on>& a)\
3351 , number<Backend, et_on> \
3448 , number<Backend, et_on> \
3451 func(const number<Backend, et_on>& arg, Arg2 const& a)\
3456 , number<Backend, et_on> \
3547 , number<Backend, et_on> > >::type
3548 abs(const number<Backend, et_on>& arg) in abs()
3553 , number<Backend, et_on> in abs()
3590 , number<Backend, et_on> >
3591 conj(const number<Backend, et_on>& arg) in conj()
3596 , number<Backend, et_on> in conj()
3633 , number<Backend, et_on> >
3634 proj(const number<Backend, et_on>& arg) in proj()
3639 , number<Backend, et_on> in proj()