Searched refs:USItype (Results 1 – 13 of 13) sorted by relevance
/soft-fp/ |
A D | floatunsidf.c | 34 __floatunsidf (USItype i) in __floatunsidf() 39 FP_FROM_INT_D (A, i, SI_BITS, USItype); in __floatunsidf()
|
A D | floatunsitf.c | 34 __floatunsitf (USItype i) in __floatunsitf() 39 FP_FROM_INT_Q (A, i, SI_BITS, USItype); in __floatunsitf()
|
A D | fixunsdfsi.c | 32 USItype 37 USItype r; in __fixunsdfsi()
|
A D | fixunssfsi.c | 32 USItype 37 USItype r; in __fixunssfsi()
|
A D | fixunstfsi.c | 32 USItype 37 USItype r; in __fixunstfsi()
|
A D | floatunsisf.c | 33 __floatunsisf (USItype i) in __floatunsisf() 40 FP_FROM_INT_S (A, i, SI_BITS, USItype); in __floatunsisf()
|
A D | floatsidf.c | 39 FP_FROM_INT_D (A, i, SI_BITS, USItype); in __floatsidf()
|
A D | floatsitf.c | 39 FP_FROM_INT_Q (A, i, SI_BITS, USItype); in __floatsitf()
|
A D | fixsfsi.c | 37 USItype r; in __fixsfsi()
|
A D | fixtfsi.c | 37 USItype r; in __fixtfsi()
|
A D | fixdfsi.c | 37 USItype r; in __fixdfsi()
|
A D | floatsisf.c | 40 FP_FROM_INT_S (A, i, SI_BITS, USItype); in __floatsisf()
|
A D | soft-fp.h | 327 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 332 typedef USItype UHWtype;
|
Completed in 15 milliseconds