Home
last modified time | relevance | path

Searched refs:uint_fast64_t (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/fp/
H A Dwrap.c.inc176 WRAP_SF_TO_INT(qemu_f16_to_ui64, float16_to_uint64, float16, uint_fast64_t)
179 WRAP_SF_TO_INT(qemu_f32_to_ui64, float32_to_uint64, float32, uint_fast64_t)
182 WRAP_SF_TO_INT(qemu_f64_to_ui64, float64_to_uint64, float64, uint_fast64_t)
206 float16_to_uint64_round_to_zero, float16, uint_fast64_t)
216 float32_to_uint64_round_to_zero, float32, uint_fast64_t)
226 float64_to_uint64_round_to_zero, float64, uint_fast64_t)
371 WRAP_128_TO_INT(qemu_f128M_to_ui64, float128_to_uint64, uint_fast64_t)
392 float128_to_uint64_round_to_zero, uint_fast64_t)
/openbmc/linux/tools/include/nolibc/
H A Dstdint.h40 typedef uint64_t uint_fast64_t; typedef
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch479 +typedef ::uintfast64_t uint_fast64_t;
516 + using ::uint_fast64_t;
559 + typedef uint64_t uint_fast64_t;
698 + typedef ::boost::ulong_long_type uint_fast64_t;
710 + typedef unsigned long uint_fast64_t;
722 + __extension__ typedef unsigned long long uint_fast64_t;
734 + typedef unsigned __int64 uint_fast64_t;
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c999 …CASE_TEST(limit_uint_fast64_max); EXPECT_EQ(1, UINT_FAST64_MAX, (uint_fast64_t) UINT64_MAX); … in run_stdlib()