Searched refs:__fixunssfdi (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfixunssfdi.c1 //===-- fixunssfdi.c - Implement __fixunssfdi -----------------------------===//
16 COMPILER_RT_ABI du_int __fixunssfdi(float a) { function
33 COMPILER_RT_ABI du_int __fixunssfdi(fp_t a) { return __fixuint(a); } function
39 AEABI_RTABI du_int __aeabi_f2ulz(fp_t a) { return __fixunssfdi(a); }
41 COMPILER_RT_ALIAS(__fixunssfdi, __aeabi_f2ulz)
46 COMPILER_RT_ALIAS(__fixunssfdi, __stou64)
H A Dfixsfdi.c16 COMPILER_RT_ABI du_int __fixunssfdi(float a);
20 return -__fixunssfdi(-a);
22 return __fixunssfdi(a);
H A Dapple_versioning.c77 NOT_HERE_BEFORE_10_6(__fixunssfdi)
256 NOT_HERE_UNTIL_AFTER_4_3(__fixunssfdi)
/openbsd-current/gnu/gcc/gcc/config/soft-fp/
H A Dfixunssfdi.c35 UDItype __fixunssfdi(SFtype a) function
/openbsd-current/lib/libc/quad/
H A Dfixunssfdi.c51 __fixunssfdi(float f) function
96 __strong_alias(__aeabi_f2ulz, __fixunssfdi);
H A Dquad.h105 u_quad_t __fixunssfdi(float) __dso_protected;
/openbsd-current/lib/libc/arch/arm/quad/
H A Dfixunssfdi.c56 __fixunssfdi(float x) function
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dnetware-libgcc.exp24 __fixunssfdi,
/openbsd-current/sys/lib/libkern/
H A Dquad.h105 u_quad_t __fixunssfdi(float);
/openbsd-current/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h64 __strong_alias(__aeabi_f2ulz, __fixunssfdi);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/s390/
H A Dfixdfdi.h190 UDItype_x __fixunssfdi (float a1);
194 __fixunssfdi (float a1) function
234 #define __fixunssfdi ___fixunssfdi macro
/openbsd-current/gnu/gcc/gcc/config/s390/
H A Dfixdfdi.h340 UDItype_x __fixunssfdi (float a1);
344 __fixunssfdi (float a1) function
384 #define __fixunssfdi ___fixunssfdi macro
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv-abi.h82 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixunssfdi,__ftoull)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv-abi.h81 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixunssfdi,__ftoull)
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dieee754-sf.S1503 .global __fixunssfdi
1504 .type __fixunssfdi, @function
1505 __fixunssfdi: label

Completed in 244 milliseconds