Searched refs:int_fast64_t (Results 1 – 7 of 7) sorted by relevance
92 typedef ::intfast64_t int_fast64_t; typedef128 using ::int_fast64_t; 171 typedef int64_t int_fast64_t; typedef310 typedef ::boost::long_long_type int_fast64_t; typedef322 typedef long int_fast64_t; typedef334 __extension__ typedef long long int_fast64_t; typedef346 typedef __int64 int_fast64_t; typedef
128 int_fast64_t176 using::int_fast64_t;
508 typedef atomic<int_fast64_t> atomic_int_fast64_t;1761 typedef atomic<int_fast64_t> atomic_int_fast64_t;
122 static_assert(sizeof(int_fast64_t)*CHAR_BIT >= 64, in main()124 static_assert(std::is_signed<int_fast64_t>::value, in main()
122 static_assert(sizeof(std::int_fast64_t)*CHAR_BIT >= 64, in main()124 static_assert(std::is_signed<std::int_fast64_t>::value, in main()
58 …static_assert((std::is_same<std::atomic< std::int_fast64_t>, std::atomic_int_fast64_t>::value), "… in main()
905 std::int_fast64_t i4 = 0; in main()