Searched refs:UDItype (Results 1 – 14 of 14) sorted by relevance
/soft-fp/ |
A D | floatunditf.c | 34 __floatunditf (UDItype i) in __floatunditf() 39 FP_FROM_INT_Q (A, i, DI_BITS, UDItype); in __floatunditf()
|
A D | fixunsdfdi.c | 32 UDItype 37 UDItype r; in __fixunsdfdi()
|
A D | fixunssfdi.c | 32 UDItype 37 UDItype r; in __fixunssfdi()
|
A D | fixunstfdi.c | 32 UDItype 37 UDItype r; in __fixunstfdi()
|
A D | floatundidf.c | 33 __floatundidf (UDItype i) in __floatundidf() 40 FP_FROM_INT_D (A, i, DI_BITS, UDItype); in __floatundidf()
|
A D | floatundisf.c | 33 __floatundisf (UDItype i) in __floatundisf() 40 FP_FROM_INT_S (A, i, DI_BITS, UDItype); in __floatundisf()
|
A D | floatditf.c | 39 FP_FROM_INT_Q (A, i, DI_BITS, UDItype); in __floatditf()
|
A D | fixsfdi.c | 37 UDItype r; in __fixsfdi()
|
A D | fixtfdi.c | 37 UDItype r; in __fixtfdi()
|
A D | fixdfdi.c | 37 UDItype r; in __fixdfdi()
|
A D | floatdidf.c | 40 FP_FROM_INT_D (A, i, DI_BITS, UDItype); in __floatdidf()
|
A D | floatdisf.c | 40 FP_FROM_INT_S (A, i, DI_BITS, UDItype); in __floatdisf()
|
A D | soft-fp.h | 328 typedef unsigned int UDItype __attribute__ ((mode (DI))); typedef
|
A D | op-2.h | 453 union { double d; UDItype i; } _l240, _m240, _n240, _o240, \ 455 UDItype _t240, _u240, _v240, _w240, _x240, _y240 = 0; \
|
Completed in 20 milliseconds