Searched refs:fixint_t (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_fixint_impl.inc16 static __inline fixint_t __fixint(fp_t a) {
17 const fixint_t fixint_max = (fixint_t)((~(fixuint_t)0) / 2);
18 const fixint_t fixint_min = -fixint_max - 1;
22 const fixint_t sign = aRep & signBit ? -1 : 1;
31 if ((unsigned)exponent >= sizeof(fixint_t) * CHAR_BIT)
39 return sign * ((fixint_t)significand << (exponent - significandBits));
H A Dfixdfti.c15 typedef ti_int fixint_t; typedef
H A Dfixsfti.c15 typedef ti_int fixint_t; typedef
H A Dfixtfdi.c13 typedef di_int fixint_t; typedef
H A Dfixtfsi.c13 typedef si_int fixint_t; typedef
H A Dfixtfti.c13 typedef ti_int fixint_t; typedef
H A Dfixdfsi.c11 typedef si_int fixint_t; typedef
H A Dfixsfsi.c11 typedef si_int fixint_t; typedef
H A Dfixdfdi.c30 typedef di_int fixint_t; typedef
H A Dfixsfdi.c30 typedef di_int fixint_t; typedef

Completed in 115 milliseconds