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

/barrelfish-master/lib/compiler-rt/builtins/
H A Dfixunsdfdi.c1 //===-- fixunsdfdi.c - Implement __fixunsdfdi -----------------------------===//
16 COMPILER_RT_ABI du_int __fixunsdfdi(double a) { function
32 COMPILER_RT_ABI du_int __fixunsdfdi(fp_t a) { return __fixuint(a); } function
38 AEABI_RTABI du_int __aeabi_d2ulz(fp_t a) { return __fixunsdfdi(a); }
40 COMPILER_RT_ALIAS(__fixunsdfdi, __aeabi_d2ulz)
H A Dfixdfdi.c16 COMPILER_RT_ABI du_int __fixunsdfdi(double a);
20 return -__fixunsdfdi(-a);
22 return __fixunsdfdi(a);
H A Dmingw_fixfloat.c13 COMPILER_RT_ABI du_int __fixunsdfdi(double a);
24 COMPILER_RT_ABI du_int __dtou64(double a) { return __fixunsdfdi(a); }
H A Dapple_versioning.c74 NOT_HERE_BEFORE_10_6(__fixunsdfdi)
253 NOT_HERE_UNTIL_AFTER_4_3(__fixunsdfdi)
/barrelfish-master/lib/compiler-rt/test/
H A Dfixunsdfdi_test.c2 //===-- fixunsdfdi_test.c - Test __fixunsdfdi -----------------------------===//
10 // This file tests __fixunsdfdi for the compiler_rt library.
27 COMPILER_RT_ABI du_int __fixunsdfdi(double a);
31 du_int x = __fixunsdfdi(a);
33 printf("error in __fixunsdfdi(%A) = %llX, expected %llX\n", a, x, expected);
/barrelfish-master/lib/libc/quad/
H A Dfixunsdfdi.c52 __fixunsdfdi(x) function

Completed in 40 milliseconds