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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfixunssfti.c1 /* ===-- fixunssfti.c - Implement __fixunssfti -----------------------------===
10 * This file implements __fixunssfti for the compiler_rt library.
23 __fixunssfti(fp_t a) { function
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dfixunssfti.c34 __fixunssfti (SFtype a) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dfixunssfti.c34 __fixunssfti (SFtype a) function
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfixunssfti_test.c1 //===-- fixunssfti_test.c - Test __fixunssfti -----------------------------===//
10 // This file tests __fixunssfti for the compiler_rt library.
29 tu_int __fixunssfti(float a);
33 tu_int x = __fixunssfti(a);
40 printf("error in __fixunssfti(%A) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfixunssfti_test.c1 //===-- fixunssfti_test.c - Test __fixunssfti -----------------------------===//
10 // This file tests __fixunssfti for the compiler_rt library.
29 COMPILER_RT_ABI tu_int __fixunssfti(float a);
33 tu_int x = __fixunssfti(a);
40 printf("error in __fixunssfti(%A) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",
/netbsd-current/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h109 #define float32_to_uint128_round_to_zero __fixunssfti

Completed in 408 milliseconds