HomeSort by: relevance | last modified time | path
    Searched defs:__fixsfdi (Results 1 - 20 of 20) sorted by relevancy

  /src/lib/libc/quad/
fixsfdi.c 58 __fixsfdi(float x) function
fixsfdi_ieee754.c 54 __fixsfdi(float x) function
  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
fixsfdi.c 33 __fixsfdi (SFtype a) function
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
fixsfdi.c 35 __fixsfdi (SFtype a) function
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixsfdi.c 1 /* ===-- fixsfdi.c - Implement __fixsfdi -----------------------------------===
22 __fixsfdi(float a) function
41 __fixsfdi(fp_t a) { function
50 return __fixsfdi(a);
53 AEABI_RTABI di_int __aeabi_f2lz(fp_t a) COMPILER_RT_ALIAS(__fixsfdi); variable
  /src/external/gpl3/gcc/dist/libgcc/config/riscv/
riscv-fp.c 33 extern DItype __fixsfdi (SFtype);
53 __fixsfdi (SFtype a) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
riscv-fp.c 33 extern DItype __fixsfdi (SFtype);
53 __fixsfdi (SFtype a) function
  /src/external/gpl3/gcc/dist/libgcc/config/s390/32/
_fixsfdi.c 58 DItype_x __fixsfdi (float a1);
62 __fixsfdi (float a1) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/32/
_fixsfdi.c 58 DItype_x __fixsfdi (float a1);
62 __fixsfdi (float a1) function
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
sfp-machine.h 86 #define __fixsfdi __aeabi_f2lz macro
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 3824 .global __fixsfdi
3825 .type __fixsfdi, @function
3826 __fixsfdi: label
3887 .size __fixsfdi, .-__fixsfdi
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
ieee754-sf.S 1460 .global __fixsfdi
1461 .type __fixsfdi, @function
1462 __fixsfdi: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
sfp-machine.h 86 #define __fixsfdi __aeabi_f2lz macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 3824 .global __fixsfdi
3825 .type __fixsfdi, @function
3826 __fixsfdi: label
3887 .size __fixsfdi, .-__fixsfdi
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
ieee754-sf.S 1460 .global __fixsfdi
1461 .type __fixsfdi, @function
1462 __fixsfdi: label
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 89 #define float32_to_int64_round_to_zero __fixsfdi
202 #define __fixsfdi __aeabi_f2lz macro
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.h 306 #define __fixsfdi __NDW(fixsf,) macro
469 extern DWtype __fixsfdi (SFtype);
libgcc2.c 2261 __fixsfdi (SFtype a)
2230 __fixsfdi (SFtype a) function
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h 293 #define __fixsfdi __NDW(fixsf,) macro
445 extern DWtype __fixsfdi (SFtype);
libgcc2.c 1517 __fixsfdi (SFtype a)
1487 __fixsfdi (SFtype a) function

Completed in 53 milliseconds