HomeSort by: relevance | last modified time | path
    Searched refs:fixint_t (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_fixint_impl.inc 17 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));
fixdfti.c 17 typedef ti_int fixint_t; typedef in typeref:typename:ti_int
fixsfti.c 17 typedef ti_int fixint_t; typedef in typeref:typename:ti_int
fixtfdi.c 15 typedef di_int fixint_t; typedef in typeref:typename:di_int
fixtfsi.c 15 typedef si_int fixint_t; typedef in typeref:typename:si_int
fixtfti.c 15 typedef ti_int fixint_t; typedef in typeref:typename:ti_int
fixdfsi.c 13 typedef si_int fixint_t; typedef in typeref:typename:si_int
fixsfsi.c 13 typedef si_int fixint_t; typedef in typeref:typename:si_int
fixdfdi.c 36 typedef di_int fixint_t; typedef in typeref:typename:di_int
fixsfdi.c 36 typedef di_int fixint_t; typedef in typeref:typename:di_int

Completed in 23 milliseconds