Home
last modified time | relevance | path

Searched refs:__fixdfti (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfixdfti_test.c27 ti_int __fixdfti(double a);
31 ti_int x = __fixdfti(a); in test__fixdfti()
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfixdfti_test.c27 COMPILER_RT_ABI ti_int __fixdfti(double a);
31 ti_int x = __fixdfti(a); in test__fixdfti()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfixdfti.c22 __fixdfti(fp_t a) { in __fixdfti() function
H A DREADME.txt134 ti_int __fixdfti( double a);
/netbsd-src/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dfixdfti.c34 __fixdfti (DFtype a) in __fixdfti() function
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dfixdfti.c34 __fixdfti (DFtype a) in __fixdfti() function
/netbsd-src/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h95 #define float64_to_int128_round_to_zero __fixdfti
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def314 HANDLE_LIBCALL(FPTOSINT_F64_I128, "__fixdfti")
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dlibgcc.texi315 @deftypefnx {Runtime Function} {long long} __fixdfti (double @var{a})
H A Dgccint.info531 -- Runtime Function: long long __fixdfti (double A)
51211 * __fixdfti: Soft float library routines.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dlibgcc.texi315 @deftypefnx {Runtime Function} {long long} __fixdfti (double @var{a})
H A Dgccint.info531 -- Runtime Function: long long __fixdfti (double A)
49525 * __fixdfti: Soft float library routines.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20081568 * config/soft-fp/fixdfti.c (__fixdfti): Correct argument type to