Searched refs:int_fast32_t (Results 1 – 10 of 10) sorted by relevance
85 typedef ::intfast32_t int_fast32_t; typedef119 using ::int_fast32_t; 162 typedef int32_t int_fast32_t; typedef262 typedef int int_fast32_t; typedef269 typedef short int_fast32_t; typedef276 typedef long int_fast32_t; typedef284 typedef __int32 int_fast32_t; typedef
127 int_fast32_t175 using::int_fast32_t;
506 typedef atomic<int_fast32_t> atomic_int_fast32_t;1759 typedef atomic<int_fast32_t> atomic_int_fast32_t;
117 static_assert(sizeof(int_fast32_t)*CHAR_BIT >= 32, in main()119 static_assert(std::is_signed<int_fast32_t>::value, in main()
117 static_assert(sizeof(std::int_fast32_t)*CHAR_BIT >= 32, in main()119 static_assert(std::is_signed<std::int_fast32_t>::value, in main()
56 …static_assert((std::is_same<std::atomic< std::int_fast32_t>, std::atomic_int_fast32_t>::value), "… in main()
220 #undef int_fast32_t234 #define int_fast32_t gl_int_fast32_t macro
128 int_fast32_t e3 = INT_FAST32_MAX;129 int_fast32_t e3min = INT_FAST32_MIN;
904 std::int_fast32_t i3 = 0; in main()
20133 int_fast32_t e3 = INT_FAST32_MAX;20134 int_fast32_t e3min = INT_FAST32_MIN;