Lines Matching full:value
49 // e.g digits10<int,64,true>::value == 19
51 static const int value = 0;
56 template<> struct digits10<int, 8, false> { static const int value = 3; };
57 template<> struct digits10<int, 8, true> { static const int value = 3; };
58 template<> struct digits10<int, 16, false> { static const int value = 5; };
59 template<> struct digits10<int, 16, true> { static const int value = 5; };
60 template<> struct digits10<int, 32, false> { static const int value = 10; };
61 template<> struct digits10<int, 32, true> { static const int value = 10; };
62 template<> struct digits10<int, 64, false> { static const int value = 20; };
63 template<> struct digits10<int, 64, true> { static const int value = 19; };
96 // The minimum finite value.
99 // The maximum finite value.
150 static const int digits10 = digits10<int, digits, is_signed>::value;
166 static const int digits10 = digits10<int, digits, is_signed>::value;
182 static const int digits10 = digits10<int, digits, is_signed>::value;
198 static const int digits10 = digits10<int, digits, is_signed>::value;
214 static const int digits10 = digits10<int, digits, is_signed>::value;
230 static const int digits10 = digits10<int, digits, is_signed>::value;