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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/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)
/freebsd-13-stable/lib/libc/quad/
H A Dfixunsdfdi.c54 __fixunsdfdi(double x) function
/freebsd-13-stable/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h105 #define float64_to_uint64_round_to_zero __fixunsdfdi

Completed in 60 milliseconds