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

  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
fixunssfdi.c 33 __fixunssfdi (SFtype a) function
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
fixunssfdi.c 35 __fixunssfdi (SFtype a) function
  /src/lib/libc/quad/
fixunssfdi_ieee754.c 55 __fixunssfdi(float x) function
fixunssfdi.c 65 __fixunssfdi(float f) function
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixunssfdi.c 1 /* ===-- fixunssfdi.c - Implement __fixunssfdi -----------------------------===
20 __fixunssfdi(float a) function
39 __fixunssfdi(fp_t a) { function
48 return __fixunssfdi(a);
51 AEABI_RTABI du_int __aeabi_f2ulz(fp_t a) COMPILER_RT_ALIAS(__fixunssfdi); variable
  /src/external/gpl3/gcc/dist/libgcc/config/s390/32/
_fixunssfdi.c 55 UDItype_x __fixunssfdi (float a1);
59 __fixunssfdi (float a1) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/32/
_fixunssfdi.c 55 UDItype_x __fixunssfdi (float a1);
59 __fixunssfdi (float a1) function
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
sfp-machine.h 87 #define __fixunssfdi __aeabi_f2ulz macro
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 4098 .global __fixunssfdi
4099 .type __fixunssfdi, @function
4100 __fixunssfdi: label
4150 .size __fixunssfdi, .-__fixunssfdi
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
ieee754-sf.S 1594 .global __fixunssfdi
1595 .type __fixunssfdi, @function
1596 __fixunssfdi: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
sfp-machine.h 87 #define __fixunssfdi __aeabi_f2ulz macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 4098 .global __fixunssfdi
4099 .type __fixunssfdi, @function
4100 __fixunssfdi: label
4150 .size __fixunssfdi, .-__fixunssfdi
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
ieee754-sf.S 1594 .global __fixunssfdi
1595 .type __fixunssfdi, @function
1596 __fixunssfdi: label
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 104 #define float32_to_uint64_round_to_zero __fixunssfdi
208 #define __fixunssfdi __aeabi_f2ulz macro

Completed in 38 milliseconds