Searched refs:__floatunsidf (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfloatunsidf.c20 COMPILER_RT_ABI fp_t __floatunsidf(su_int a) { function
43 AEABI_RTABI fp_t __aeabi_ui2d(su_int a) { return __floatunsidf(a); }
45 COMPILER_RT_ALIAS(__floatunsidf, __aeabi_ui2d)
H A Dapple_versioning.c267 NOT_HERE_UNTIL_AFTER_4_3(__floatunsidf)
/openbsd-current/gnu/gcc/gcc/config/soft-fp/
H A Dfloatunsidf.c35 DFtype __floatunsidf(USItype i) function
/openbsd-current/gnu/gcc/gcc/config/
H A Dfloatunsidf.c7 __floatunsidf (USItype u) function
18 __asm__ (".globl\t__aeabi_ui2d\n.set\t__aeabi_ui2d, __floatunsidf\n");
H A Dfp-bit.h249 # define usi_to_float __floatunsidf
311 # define usi_to_float __floatunsidf
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dfpgnulib.c141 __floatunsidf (unsigned long a1)
222 double foo = __floatunsidf (l);
371 double __floatunsidf (unsigned long);
488 double foo = __floatunsidf (l);
140 __floatunsidf (unsigned long a1) function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h245 # define usi_to_float __floatunsidf
307 # define usi_to_float __floatunsidf
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dieee754-df.S2038 .global __floatunsidf
2039 .type __floatunsidf, @function
2040 __floatunsidf: label

Completed in 195 milliseconds