Searched refs:same_sign (Results 1 – 5 of 5) sorted by relevance
187 template <bool same_sign, bool x_is_signed>277 const bool same_sign = arg_is_signed == result_is_signed; in numeric_cast() local280 || greater_than_type_max<same_sign, arg_is_signed>::check(arg, (result_traits::max)()) in numeric_cast()
8 fn same_sign() {32 fn same_sign() {
54 const auto same_sign = support::cpp11::signbit(val0) == support::cpp11::signbit(val1); in are_equal_infs() local55 return (!support::cpp11::isfinite(val0)) && (!support::cpp11::isfinite(val1)) && same_sign; in are_equal_infs()
4100 using same_sign = std::integral_constant < bool, typedef4106 || (same_sign<OfType, T>::value && sizeof(OfType) == sizeof(T)) >;
3890 using same_sign = std::integral_constant < bool, typedef3896 || (same_sign<OfType, T>::value && sizeof(OfType) == sizeof(T)) >;