Home
last modified time | relevance | path

Searched refs:int_fast32_t (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/fp/
H A Dwrap.c.inc184 WRAP_SF_TO_INT(qemu_f16_to_i32, float16_to_int32, float16, int_fast32_t)
187 WRAP_SF_TO_INT(qemu_f32_to_i32, float32_to_int32, float32, int_fast32_t)
190 WRAP_SF_TO_INT(qemu_f64_to_i32, float64_to_int32, float64, int_fast32_t)
209 float16_to_int32_round_to_zero, float16, int_fast32_t)
219 float32_to_int32_round_to_zero, float32, int_fast32_t)
229 float64_to_int32_round_to_zero, float64, int_fast32_t)
335 WRAP_80_TO_INT(qemu_extF80M_to_i32, floatx80_to_int32, int_fast32_t)
350 floatx80_to_int32_round_to_zero, int_fast32_t)
367 WRAP_128_TO_INT(qemu_f128M_to_i32, float128_to_int32, int_fast32_t)
385 float128_to_int32_round_to_zero, int_fast32_t)
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A Dcve-2022-33065.patch630 +{ int_fast32_t r ;
637 + r += (((int_fast32_t) (exp & 0x3f) * 0x166b) >> 12) ;
651 + int_fast32_t se ;
683 + { se += (int_fast32_t) s->d_q [i] * s->b [i] ;
695 + se += (int_fast32_t) s->a [0] * s->s_r [0] ;
696 + se += (int_fast32_t) s->a [1] * s->s_r [1] ;
706 + int_fast32_t dqx ;
722 + int_fast32_t d ;
727 + sl = ((int_fast32_t) sl * 0x1fdf) / 0x7fff ;
736 +{ int_fast32_t sl ;
/openbmc/linux/tools/include/nolibc/
H A Dstdint.h37 typedef ssize_t int_fast32_t; typedef
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch470 +typedef ::intfast32_t int_fast32_t;
504 + using ::int_fast32_t;
547 + typedef int32_t int_fast32_t;
647 + typedef int int_fast32_t;
654 + typedef short int_fast32_t;
661 + typedef long int_fast32_t;
669 + typedef __int32 int_fast32_t;
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c994 …_int_fast32_min); EXPECT_EQ(1, INT_FAST32_MIN, (int_fast32_t) SINT_MIN_OF_TYPE(int_fast32_… in run_stdlib()
995 …_int_fast32_max); EXPECT_EQ(1, INT_FAST32_MAX, (int_fast32_t) SINT_MAX_OF_TYPE(int_fast32_… in run_stdlib()