Home | History | Annotate | Download | only in xps

Lines Matching refs:value

17     static const uintmax_t value = 1 + SK_LOG<N/B, B>::value;
21 static const uintmax_t value = 0;
25 static const uintmax_t value = 0;
31 static const uintmax_t value = (SK_2N1<N-1>::value << 1) + 1;
35 static const uintmax_t value = 1;
42 SK_LOG<SK_2N1<(sizeof(t) * CHAR_BIT)>::value, n>::value\
49 // Compile-time constant maximum value of two unsigned values.
51 static const uintmax_t value = (b < a) ? a : b;