Home | Sort by: relevance | last modified time | path |
/src/lib/libc/quad/ | |
fixsfdi.c | 58 __fixsfdi(float x) function in typeref:typename:quad_t |
fixsfdi_ieee754.c | 54 __fixsfdi(float x) function in typeref:typename:quad_t |
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ | |
fixsfdi.c | 1 /* ===-- fixsfdi.c - Implement __fixsfdi -----------------------------------=== 22 __fixsfdi(float a) function in typeref:typename:COMPILER_RT_ABI di_int 41 __fixsfdi(fp_t a) { function in typeref:typename:COMPILER_RT_ABI di_int 50 return __fixsfdi(a); 53 AEABI_RTABI di_int __aeabi_f2lz(fp_t a) COMPILER_RT_ALIAS(__fixsfdi); |
/src/lib/libc/softfloat/ | |
softfloat-for-gcc.h | 89 #define float32_to_int64_round_to_zero __fixsfdi 202 #define __fixsfdi __aeabi_f2lz macro |