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

  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
fixunsdfdi.c 33 __fixunsdfdi (DFtype a) function
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
fixunsdfdi.c 35 __fixunsdfdi (DFtype a) function
  /src/lib/libc/quad/
fixunsdfdi_ieee754.c 55 __fixunsdfdi(double x) function
fixunsdfdi.c 61 __fixunsdfdi(double x) function
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixunsdfdi.c 1 /* ===-- fixunsdfdi.c - Implement __fixunsdfdi -----------------------------===
20 __fixunsdfdi(double a) function
38 __fixunsdfdi(fp_t a) { function
47 return __fixunsdfdi(a);
50 AEABI_RTABI du_int __aeabi_d2ulz(fp_t a) COMPILER_RT_ALIAS(__fixunsdfdi); variable
  /src/external/gpl3/gcc/dist/libgcc/config/s390/32/
_fixunsdfdi.c 59 UDItype_x __fixunsdfdi (double a1);
63 __fixunsdfdi (double a1) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/32/
_fixunsdfdi.c 59 UDItype_x __fixunsdfdi (double a1);
63 __fixunsdfdi (double a1) function
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
sfp-machine.h 105 #define __fixunsdfdi __aeabi_d2ulz macro
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 4170 .global __fixunsdfdi
4171 .type __fixunsdfdi, @function
4172 __fixunsdfdi: label
4226 .size __fixunsdfdi, .-__fixunsdfdi
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
ieee754-df.S 2064 .global __fixunsdfdi
2065 .type __fixunsdfdi, @function
2066 __fixunsdfdi: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
sfp-machine.h 105 #define __fixunsdfdi __aeabi_d2ulz macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 4170 .global __fixunsdfdi
4171 .type __fixunsdfdi, @function
4172 __fixunsdfdi: label
4226 .size __fixunsdfdi, .-__fixunsdfdi
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
ieee754-df.S 2064 .global __fixunsdfdi
2065 .type __fixunsdfdi, @function
2066 __fixunsdfdi: label
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 105 #define float64_to_uint64_round_to_zero __fixunsdfdi
209 #define __fixunsdfdi __aeabi_d2ulz macro

Completed in 39 milliseconds