Searched refs:__fixsfti (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfixsfti.c1 /* ===-- fixsfti.c - Implement __fixsfti -----------------------------------===
22 __fixsfti(fp_t a) { function
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dfixsfti.c34 __fixsfti (SFtype a) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dfixsfti.c34 __fixsfti (SFtype a) function
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfixsfti_test.c1 //===-- fixsfti_test.c - Test __fixsfti -----------------------------------===//
10 // This file tests __fixsfti for the compiler_rt library.
27 ti_int __fixsfti(float a);
31 ti_int x = __fixsfti(a);
38 printf("error in __fixsfti(%A) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfixsfti_test.c1 //===-- fixsfti_test.c - Test __fixsfti -----------------------------------===//
10 // This file tests __fixsfti for the compiler_rt library.
27 COMPILER_RT_ABI ti_int __fixsfti(float a);
31 ti_int x = __fixsfti(a);
38 printf("error in __fixsfti(%A) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",
/netbsd-current/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h94 #define float32_to_int128_round_to_zero __fixsfti

Completed in 302 milliseconds