HomeSort by: relevance | last modified time | path
    Searched defs:__digits_impl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
numeric_traits.h 40 struct __digits_impl {}; struct in namespace:std
43 struct __digits_impl<_Tp, true> struct in namespace:std
50 struct __digits_impl<float, true> struct in namespace:std
54 struct __digits_impl<double, true> struct in namespace:std
58 struct __digits_impl<long double, true> struct in namespace:std
68 static inline constexpr int value = __digits_impl<_Tp>::value * 643L / 2136;
90 = is_floating_point_v<_Tp> ? 2 + __digits_impl<_Tp>::value * 643L / 2136
244 : -2 * (_Tp(1) << __digits_impl<_Tp>::value - 1);
442 struct __digits : __digits_impl<remove_cv_t<_Tp>> {};
numeric_traits.h 40 struct __digits_impl {}; struct in namespace:std
43 struct __digits_impl<_Tp, true> struct in namespace:std
50 struct __digits_impl<float, true> struct in namespace:std
54 struct __digits_impl<double, true> struct in namespace:std
58 struct __digits_impl<long double, true> struct in namespace:std
68 static inline constexpr int value = __digits_impl<_Tp>::value * 643L / 2136;
90 = is_floating_point_v<_Tp> ? 2 + __digits_impl<_Tp>::value * 643L / 2136
244 : -2 * (_Tp(1) << __digits_impl<_Tp>::value - 1);
442 struct __digits : __digits_impl<remove_cv_t<_Tp>> {};
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
numeric_traits.h 40 struct __digits_impl {}; struct in namespace:std
43 struct __digits_impl<_Tp, true> struct in namespace:std
50 struct __digits_impl<float, true> struct in namespace:std
54 struct __digits_impl<double, true> struct in namespace:std
58 struct __digits_impl<long double, true> struct in namespace:std
68 static inline constexpr int value = __digits_impl<_Tp>::value * 643L / 2136;
90 = is_floating_point_v<_Tp> ? 2 + __digits_impl<_Tp>::value * 643L / 2136
244 : -2 * (_Tp(1) << __digits_impl<_Tp>::value - 1);
442 struct __digits : __digits_impl<remove_cv_t<_Tp>> {};
numeric_traits.h 40 struct __digits_impl {}; struct in namespace:std
43 struct __digits_impl<_Tp, true> struct in namespace:std
50 struct __digits_impl<float, true> struct in namespace:std
54 struct __digits_impl<double, true> struct in namespace:std
58 struct __digits_impl<long double, true> struct in namespace:std
68 static inline constexpr int value = __digits_impl<_Tp>::value * 643L / 2136;
90 = is_floating_point_v<_Tp> ? 2 + __digits_impl<_Tp>::value * 643L / 2136
244 : -2 * (_Tp(1) << __digits_impl<_Tp>::value - 1);
442 struct __digits : __digits_impl<remove_cv_t<_Tp>> {};

Completed in 47 milliseconds