Home
last modified time | relevance | path

Searched refs:__fixunsdfdi (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/sys/external/bsd/compiler_rt/dist/test/Unit/
Dfixunsdfdi_test.c27 du_int __fixunsdfdi(double a);
31 du_int x = __fixunsdfdi(a); in test__fixunsdfdi()
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/s390/32/
D_fixunsdfdi.c59 UDItype_x __fixunsdfdi (double a1);
63 __fixunsdfdi (double a1) in __fixunsdfdi() function
/netbsd/src/lib/libc/softfloat/
Dsoftfloat-for-gcc.h105 #define float64_to_uint64_round_to_zero __fixunsdfdi
209 #define __fixunsdfdi __aeabi_d2ulz macro
/netbsd/src/lib/libc/quad/
Dfixunsdfdi.c61 __fixunsdfdi(double x) in __fixunsdfdi() function
Dfixunsdfdi_ieee754.c55 __fixunsdfdi(double x) in __fixunsdfdi() function
/netbsd/src/common/lib/libc/quad/
Dquad.h129 u_quad_t __fixunsdfdi(double);
/netbsd/src/external/lgpl3/gmp/dist/
Dacinclude.m4509 the 64-bit one, and consequently it misses out on the __fixunsdfdi
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dlibgcc.texi330 @deftypefnx {Runtime Function} {unsigned long} __fixunsdfdi (double @var{a})
Dgccint.info545 -- Runtime Function: unsigned long __fixunsdfdi (double A)
51225 * __fixunsdfdi: Soft float library routines.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DFSFChangeLog.117387 (__fixunsdfdi, __fixdfdi, __floatdixf, __floatditf) : Likewise.
DChangeLog-200021782 (__fixunsdfDI): Renamed from __fixunsdfdi.
DChangeLog-20024372 * config/s390/fixdfdi.h (__fixunsdfdi, __fixdfdi): Add prototypes.