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

/barrelfish-master/lib/compiler-rt/builtins/
H A Dfixsfdi.c16 COMPILER_RT_ABI du_int __fixunssfdi(float a);
20 return -__fixunssfdi(-a);
22 return __fixunssfdi(a);
H A Dfixunssfdi.c1 //===-- fixunssfdi.c - Implement __fixunssfdi -----------------------------===//
16 COMPILER_RT_ABI du_int __fixunssfdi(float a) { function
33 COMPILER_RT_ABI du_int __fixunssfdi(fp_t a) { return __fixuint(a); } function
39 AEABI_RTABI du_int __aeabi_f2ulz(fp_t a) { return __fixunssfdi(a); }
41 COMPILER_RT_ALIAS(__fixunssfdi, __aeabi_f2ulz)
H A Dmingw_fixfloat.c14 COMPILER_RT_ABI du_int __fixunssfdi(float a);
26 COMPILER_RT_ABI du_int __stou64(float a) { return __fixunssfdi(a); }
H A Dapple_versioning.c77 NOT_HERE_BEFORE_10_6(__fixunssfdi)
256 NOT_HERE_UNTIL_AFTER_4_3(__fixunssfdi)
/barrelfish-master/lib/compiler-rt/test/
H A Dfixunssfdi_test.c2 //===-- fixunssfdi_test.c - Test __fixunssfdi -----------------------------===//
10 // This file tests __fixunssfdi for the compiler_rt library.
27 COMPILER_RT_ABI du_int __fixunssfdi(float a);
31 du_int x = __fixunssfdi(a);
33 printf("error in __fixunssfdi(%A) = %llX, expected %llX\n",
/barrelfish-master/lib/libc/quad/
H A Dfixunssfdi.c56 __fixunssfdi(float f) function

Completed in 29 milliseconds