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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfp_fixint_impl.inc17 static __inline fixint_t __fixint(fp_t a) {
18 const fixint_t fixint_max = (fixint_t)((~(fixuint_t)0) / 2);
19 const fixint_t fixint_min = -fixint_max - 1;
23 const fixint_t sign = aRep & signBit ? -1 : 1;
32 if ((unsigned)exponent >= sizeof(fixint_t) * CHAR_BIT)
40 return sign * ((fixint_t)significand << (exponent - significandBits));
H A Dfixtfdi.c15 typedef di_int fixint_t; typedef
H A Dfixtfsi.c15 typedef si_int fixint_t; typedef
H A Dfixtfti.c15 typedef ti_int fixint_t; typedef
H A Dfixsfti.c17 typedef ti_int fixint_t; typedef
H A Dfixdfti.c17 typedef ti_int fixint_t; typedef
H A Dfixsfsi.c13 typedef si_int fixint_t; typedef
H A Dfixdfsi.c13 typedef si_int fixint_t; typedef
H A Dfixsfdi.c36 typedef di_int fixint_t; typedef
H A Dfixdfdi.c36 typedef di_int fixint_t; typedef

Completed in 124 milliseconds