Home
last modified time | relevance | path

Searched refs:uint_fast8_t (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/fp/
H A Dwrap.c.inc9 static signed char sf_tininess_to_qemu(uint_fast8_t mode)
21 static signed char sf_rounding_to_qemu(uint_fast8_t mode)
41 static uint_fast8_t qemu_flags_to_sf(uint8_t qflags)
43 uint_fast8_t ret = 0;
167 static fast_type name(type##_t a, uint_fast8_t round, bool exact) \
325 static fast_type name(const extFloat80_t *ap, uint_fast8_t round, \
357 static fast_type name(const float128_t *ap, uint_fast8_t round, \
412 static type##_t name(type##_t a, uint_fast8_t round, bool exact) \
427 static void qemu_extF80M_roundToInt(const extFloat80_t *ap, uint_fast8_t round,
439 static void qemu_f128M_roundToInt(const float128_t *ap, uint_fast8_t round,
H A Dfp-test.c821 static uint_fast8_t slow_clear_flags(void) in slow_clear_flags()
829 static uint_fast8_t qemu_clear_flags(void) in qemu_clear_flags()
/openbmc/u-boot/tools/
H A Dgen_ethaddr_crc.c27 uint_fast8_t i = 0; in process_mac()
/openbmc/linux/tools/include/nolibc/
H A Dstdint.h34 typedef uint8_t uint_fast8_t; typedef
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch462 +typedef ::uintfast8_t uint_fast8_t;
493 + using ::uint_fast8_t;
536 + typedef uint8_t uint_fast8_t;
598 + typedef unsigned char uint_fast8_t;
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c990 CASE_TEST(limit_uint_fast8_max); EXPECT_EQ(1, UINT_FAST8_MAX, (uint_fast8_t) 0xff); break; in run_stdlib()