Searched refs:__floatsidf (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/libgcc/config/msp430/
H A Dfloathidf.c2 extern double __floatsidf (long);
9 return __floatsidf ((long)u);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/msp430/
H A Dfloathidf.c2 extern double __floatsidf (long);
9 return __floatsidf ((long)u);
/netbsd-current/lib/libc/arch/m68k/hardfloat/
H A Dfloatsidf.S47 ENTRY(__floatsidf)
55 END(__floatsidf)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
H A Dfloatsidf.S29 .global __floatsidf
31 FUNC(__floatsidf)
32 __floatsidf: label
48 ENDFUNC(__floatsidf)
49 #define __floatsidf __floatsidf_asm define
52 .global __floatsidf
54 FUNC(__floatsidf)
55 __floatsidf: label
77 ENDFUNC(__floatsidf)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
H A Dfloatsidf.S29 .global __floatsidf
31 FUNC(__floatsidf)
32 __floatsidf: label
48 ENDFUNC(__floatsidf)
49 #define __floatsidf __floatsidf_asm define
52 .global __floatsidf
54 FUNC(__floatsidf)
55 __floatsidf: label
77 ENDFUNC(__floatsidf)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfloatsidf.c22 __floatsidf(int a) { function
56 return __floatsidf(a);
59 AEABI_RTABI fp_t __aeabi_i2d(int a) COMPILER_RT_ALIAS(__floatsidf); variable
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dfloatsidf.c36 __floatsidf (SItype i) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dfloatsidf.c36 __floatsidf (SItype i) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arc/
H A Ddp-hack.h74 #define __floatsidf __floatsidf_c macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arc/
H A Ddp-hack.h74 #define __floatsidf __floatsidf_c macro
/netbsd-current/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h55 #define int32_to_float64 __floatsidf
188 #define __floatsidf __aeabi_i2d macro
/netbsd-current/lib/libc_vfp/
H A Dvfpdf.S64 #define __floatsidf __aeabi_i2d define
133 ENTRY(__floatsidf)
138 END(__floatsidf)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/m68k/
H A Dfpgnulib.c174 __floatsidf (long a1)
230 double foo = __floatsidf (l);
394 double __floatsidf (long);
503 double foo = __floatsidf (l);
173 __floatsidf (long a1) function
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dsfp-machine.h94 #define __floatsidf __aeabi_i2d macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dsfp-machine.h94 #define __floatsidf __aeabi_i2d macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/m68k/
H A Dfpgnulib.c174 __floatsidf (long a1)
230 double foo = __floatsidf (l);
394 double __floatsidf (long);
503 double foo = __floatsidf (l);
173 __floatsidf (long a1) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/pru/
H A Dsfp-machine.h94 #define __floatsidf __pruabi_fltid macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/frv/
H A Dfrv-abi.h106 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatsidf,__itod)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/c6x/
H A Dsfp-machine.h93 #define __floatsidf __c6xabi_fltid macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/c6x/
H A Dsfp-machine.h93 #define __floatsidf __c6xabi_fltid macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/frv/
H A Dfrv-abi.h106 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__floatsidf,__itod)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/pru/
H A Dsfp-machine.h94 #define __floatsidf __pruabi_fltid macro
/netbsd-current/lib/libc_fp/arch/mips/
H A Dfpdf.S153 LEAF_NOPROFILE(__floatsidf)
159 END(__floatsidf)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfp-bit.h278 # define si_to_float __floatsidf
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfp-bit.h278 # define si_to_float __floatsidf

Completed in 286 milliseconds

12