Searched refs:int_fast16_t (Results 1 – 10 of 10) sorted by relevance
80 typedef ::intfast16_t int_fast16_t; typedef112 using ::int_fast16_t; 155 typedef int16_t int_fast16_t; typedef226 typedef int int_fast16_t; typedef233 typedef short int_fast16_t; typedef243 typedef __short16 int_fast16_t; typedef250 typedef short int_fast16_t; typedef
126 int_fast16_t174 using::int_fast16_t;
504 typedef atomic<int_fast16_t> atomic_int_fast16_t;1757 typedef atomic<int_fast16_t> atomic_int_fast16_t;
112 static_assert(sizeof(int_fast16_t)*CHAR_BIT >= 16, in main()114 static_assert(std::is_signed<int_fast16_t>::value, in main()
112 static_assert(sizeof(std::int_fast16_t)*CHAR_BIT >= 16, in main()114 static_assert(std::is_signed<std::int_fast16_t>::value, in main()
54 …static_assert((std::is_same<std::atomic< std::int_fast16_t>, std::atomic_int_fast16_t>::value), "… in main()
218 #undef int_fast16_t232 #define int_fast16_t gl_int_fast16_t macro
126 int_fast16_t e2 = INT_FAST16_MAX;127 int_fast16_t e2min = INT_FAST16_MIN;
903 std::int_fast16_t i2 = 0; in main()
20131 int_fast16_t e2 = INT_FAST16_MAX;20132 int_fast16_t e2min = INT_FAST16_MIN;