Home
last modified time | relevance | path

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

/openbmc/qemu/tests/fp/
H A Dwrap.c.inc185 WRAP_SF_TO_INT(qemu_f16_to_i64, float16_to_int64, float16, int_fast64_t)
188 WRAP_SF_TO_INT(qemu_f32_to_i64, float32_to_int64, float32, int_fast64_t)
191 WRAP_SF_TO_INT(qemu_f64_to_i64, float64_to_int64, float64, int_fast64_t)
211 float16_to_int64_round_to_zero, float16, int_fast64_t)
221 float32_to_int64_round_to_zero, float32, int_fast64_t)
231 float64_to_int64_round_to_zero, float64, int_fast64_t)
336 WRAP_80_TO_INT(qemu_extF80M_to_i64, floatx80_to_int64, int_fast64_t)
352 floatx80_to_int64_round_to_zero, int_fast64_t)
368 WRAP_128_TO_INT(qemu_f128M_to_i64, float128_to_int64, int_fast64_t)
387 float128_to_int64_round_to_zero, int_fast64_t)
/openbmc/linux/tools/include/nolibc/
H A Dstdint.h39 typedef int64_t int_fast64_t; typedef
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch477 +typedef ::intfast64_t int_fast64_t;
513 + using ::int_fast64_t;
556 + typedef int64_t int_fast64_t;
695 + typedef ::boost::long_long_type int_fast64_t;
707 + typedef long int_fast64_t;
719 + __extension__ typedef long long int_fast64_t;
731 + typedef __int64 int_fast64_t;
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c997 …CASE_TEST(limit_int_fast64_min); EXPECT_EQ(1, INT_FAST64_MIN, (int_fast64_t) INT64_MIN); b… in run_stdlib()
998 …CASE_TEST(limit_int_fast64_max); EXPECT_EQ(1, INT_FAST64_MAX, (int_fast64_t) INT64_MAX); b… in run_stdlib()