Searched refs:SI_BITS (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/soft-fp/
H A Dfixdfsi.c42 FP_TO_INT_D(r, A, SI_BITS, 1);
H A Dfixsfsi.c42 FP_TO_INT_S(r, A, SI_BITS, 1);
H A Dfixtfsi.c42 FP_TO_INT_Q(r, A, SI_BITS, 1);
H A Dfixunsdfsi.c42 FP_TO_INT_D(r, A, SI_BITS, 0);
H A Dfixunssfsi.c42 FP_TO_INT_S(r, A, SI_BITS, 0);
H A Dfixunstfsi.c42 FP_TO_INT_Q(r, A, SI_BITS, 0);
H A Dfloatsidf.c41 FP_FROM_INT_D(A, i, SI_BITS, USItype);
H A Dfloatsisf.c41 FP_FROM_INT_S(A, i, SI_BITS, USItype);
H A Dfloatsitf.c41 FP_FROM_INT_Q(A, i, SI_BITS, USItype);
H A Dfloatunsidf.c41 FP_FROM_INT_D(A, i, SI_BITS, USItype);
H A Dfloatunsisf.c41 FP_FROM_INT_S(A, i, SI_BITS, USItype);
H A Dfloatunsitf.c42 FP_FROM_INT_Q(A, i, SI_BITS, USItype);
H A Dsoft-fp.h192 #define SI_BITS (__CHAR_BIT__ * (int)sizeof(SItype)) macro

Completed in 118 milliseconds