Home | Sort by: relevance | last modified time | path |
/src/lib/libc/quad/ | |
fixunssfdi_ieee754.c | 55 __fixunssfdi(float x) function in typeref:typename:u_quad_t |
fixunssfdi.c | 65 __fixunssfdi(float f) function in typeref:typename:u_quad_t |
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ | |
fixunssfdi.c | 1 /* ===-- fixunssfdi.c - Implement __fixunssfdi -----------------------------=== 20 __fixunssfdi(float a) function in typeref:typename:COMPILER_RT_ABI du_int 39 __fixunssfdi(fp_t a) { function in typeref:typename:COMPILER_RT_ABI du_int 48 return __fixunssfdi(a); 51 AEABI_RTABI du_int __aeabi_f2ulz(fp_t a) COMPILER_RT_ALIAS(__fixunssfdi); |
/src/lib/libc/softfloat/ | |
softfloat-for-gcc.h | 104 #define float32_to_uint64_round_to_zero __fixunssfdi 208 #define __fixunssfdi __aeabi_f2ulz macro |