Searched refs:__fixunsdfdi (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfixunsdfdi.c1 //===-- fixunsdfdi.c - Implement __fixunsdfdi -----------------------------===//
16 COMPILER_RT_ABI du_int __fixunsdfdi(double a) { function
32 COMPILER_RT_ABI du_int __fixunsdfdi(fp_t a) { return __fixuint(a); } function
38 AEABI_RTABI du_int __aeabi_d2ulz(fp_t a) { return __fixunsdfdi(a); }
40 COMPILER_RT_ALIAS(__fixunsdfdi, __aeabi_d2ulz)
45 COMPILER_RT_ALIAS(__fixunsdfdi, __dtou64)
H A Dfixdfdi.c16 COMPILER_RT_ABI du_int __fixunsdfdi(double a);
20 return -__fixunsdfdi(-a);
22 return __fixunsdfdi(a);
H A Dapple_versioning.c74 NOT_HERE_BEFORE_10_6(__fixunsdfdi)
253 NOT_HERE_UNTIL_AFTER_4_3(__fixunsdfdi)
/openbsd-current/gnu/gcc/gcc/config/soft-fp/
H A Dfixunsdfdi.c35 UDItype __fixunsdfdi(DFtype a) function
/openbsd-current/lib/libc/quad/
H A Dfixunsdfdi.c47 __fixunsdfdi(double x) function
75 __strong_alias(__aeabi_d2ulz, __fixunsdfdi);
H A Dquad.h104 u_quad_t __fixunsdfdi(double) __dso_protected;
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dnetware-libgcc.exp23 __fixunsdfdi,
/openbsd-current/lib/libc/arch/arm/quad/
H A Dfixunsdfdi.c56 __fixunsdfdi(double x) function
/openbsd-current/sys/lib/libkern/
H A Dquad.h104 u_quad_t __fixunsdfdi(double);
/openbsd-current/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h65 __strong_alias(__aeabi_d2ulz, __fixunsdfdi);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/s390/
H A Dfixdfdi.h46 UDItype_x __fixunsdfdi (double a1);
50 __fixunsdfdi (double a1) function
91 #define __fixunsdfdi ___fixunsdfdi macro
/openbsd-current/gnu/gcc/gcc/config/s390/
H A Dfixdfdi.h196 UDItype_x __fixunsdfdi (double a1);
200 __fixunsdfdi (double a1) function
241 #define __fixunsdfdi ___fixunsdfdi macro
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv-abi.h86 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixunsdfdi,__dtoull)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv-abi.h85 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixunsdfdi,__dtoull)
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfloatlib.c648 __fixunsdfdi (double a1) function
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dieee754-df.S1962 .global __fixunsdfdi
1963 .type __fixunsdfdi, @function
1964 __fixunsdfdi: label

Completed in 270 milliseconds