Home
last modified time | relevance | path

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

/soft-fp/
A Dfloatunsidf.c34 __floatunsidf (USItype i) in __floatunsidf()
39 FP_FROM_INT_D (A, i, SI_BITS, USItype); in __floatunsidf()
A Dfloatunsitf.c34 __floatunsitf (USItype i) in __floatunsitf()
39 FP_FROM_INT_Q (A, i, SI_BITS, USItype); in __floatunsitf()
A Dfixunsdfsi.c32 USItype
37 USItype r; in __fixunsdfsi()
A Dfixunssfsi.c32 USItype
37 USItype r; in __fixunssfsi()
A Dfixunstfsi.c32 USItype
37 USItype r; in __fixunstfsi()
A Dfloatunsisf.c33 __floatunsisf (USItype i) in __floatunsisf()
40 FP_FROM_INT_S (A, i, SI_BITS, USItype); in __floatunsisf()
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.c37 USItype r; in __fixsfsi()
A Dfixtfsi.c37 USItype r; in __fixtfsi()
A Dfixdfsi.c37 USItype r; in __fixdfsi()
A Dfloatsisf.c40 FP_FROM_INT_S (A, i, SI_BITS, USItype); in __floatsisf()
A Dsoft-fp.h327 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
332 typedef USItype UHWtype;

Completed in 15 milliseconds