Home
last modified time | relevance | path

Searched defs:__numeric_traits_integer (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp14518 struct __numeric_traits_integer struct
14521 … __min = (((_Value)(-1) < 0) ? (_Value)1 << (sizeof(_Value) * 8 - ((_Value)(-1) < 0)) : (_Value)0);
14522 … ? (((((_Value)1 << ((sizeof(_Value) * 8 - ((_Value)(-1) < 0)) - 1)) - 1) << 1) + 1) : ~(_Value)0);
14526 static const bool __is_signed = ((_Value)(-1) < 0);
14527 static const int __digits = (sizeof(_Value) * 8 - ((_Value)(-1) < 0));