Home | Sort by: relevance | last modified time | path |
/src/lib/libc/quad/ | |
fixunsdfdi_ieee754.c | 55 __fixunsdfdi(double x) function in typeref:typename:u_quad_t |
fixunsdfdi.c | 61 __fixunsdfdi(double x) function in typeref:typename:u_quad_t |
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ | |
fixunsdfdi.c | 1 /* ===-- fixunsdfdi.c - Implement __fixunsdfdi -----------------------------=== 20 __fixunsdfdi(double a) function in typeref:typename:COMPILER_RT_ABI du_int 38 __fixunsdfdi(fp_t a) { function in typeref:typename:COMPILER_RT_ABI du_int 47 return __fixunsdfdi(a); 50 AEABI_RTABI du_int __aeabi_d2ulz(fp_t a) COMPILER_RT_ALIAS(__fixunsdfdi); |
/src/lib/libc/softfloat/ | |
softfloat-for-gcc.h | 105 #define float64_to_uint64_round_to_zero __fixunsdfdi 209 #define __fixunsdfdi __aeabi_d2ulz macro |