Home
last modified time | relevance | path

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

/soft-fp/
A Dfloatunsidf.c39 FP_FROM_INT_D (A, i, SI_BITS, USItype); in __floatunsidf()
A Dfloatunsitf.c39 FP_FROM_INT_Q (A, i, SI_BITS, USItype); in __floatunsitf()
A Dfloatsidf.c39 FP_FROM_INT_D (A, i, SI_BITS, USItype); in __floatsidf()
A Dfloatsitf.c39 FP_FROM_INT_Q (A, i, SI_BITS, USItype); in __floatsitf()
A Dfixsfsi.c41 FP_TO_INT_S (r, A, SI_BITS, 1); in __fixsfsi()
A Dfixtfsi.c41 FP_TO_INT_Q (r, A, SI_BITS, 1); in __fixtfsi()
A Dfixunsdfsi.c41 FP_TO_INT_D (r, A, SI_BITS, 0); in __fixunsdfsi()
A Dfixunssfsi.c41 FP_TO_INT_S (r, A, SI_BITS, 0); in __fixunssfsi()
A Dfixunstfsi.c41 FP_TO_INT_Q (r, A, SI_BITS, 0); in __fixunstfsi()
A Dfixdfsi.c41 FP_TO_INT_D (r, A, SI_BITS, 1); in __fixdfsi()
A Dfloatunsisf.c40 FP_FROM_INT_S (A, i, SI_BITS, USItype); in __floatunsisf()
A Dfloatsisf.c40 FP_FROM_INT_S (A, i, SI_BITS, USItype); in __floatsisf()
A Dsoft-fp.h339 #define SI_BITS (__CHAR_BIT__ * (int) sizeof (SItype)) macro

Completed in 17 milliseconds