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

  /src/lib/libc/arch/m68k/hardfloat/
muldf3.S 47 ENTRY(__muldf3) function
56 END(__muldf3)
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/arc600-dsp/
muldf3.S 29 .global __muldf3
31 __muldf3: label
52 #define __muldf3 __muldf3_asm define
57 FUNC(__muldf3)
71 .global __muldf3
73 __muldf3: label
159 b.d __muldf3
227 ENDFUNC(__muldf3)
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/arc600-mul64/
muldf3.S 29 .global __muldf3
31 __muldf3: label
55 #define __muldf3 __muldf3_asm define
60 FUNC(__muldf3)
74 .global __muldf3
76 __muldf3: label
162 b.d __muldf3
230 ENDFUNC(__muldf3)
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
muldf3.S 31 .global __muldf3
33 __muldf3: label
54 #define __muldf3 __muldf3_asm define
67 FUNC(__muldf3)
92 b.d __muldf3
131 .global __muldf3
133 __muldf3: label
231 ENDFUNC(__muldf3)
  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
muldf3.c 33 __muldf3 (DFtype a, DFtype b) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/arc600-dsp/
muldf3.S 29 .global __muldf3
31 __muldf3: label
52 #define __muldf3 __muldf3_asm define
57 FUNC(__muldf3)
71 .global __muldf3
73 __muldf3: label
159 b.d __muldf3
227 ENDFUNC(__muldf3)
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/arc600-mul64/
muldf3.S 29 .global __muldf3
31 __muldf3: label
55 #define __muldf3 __muldf3_asm define
60 FUNC(__muldf3)
74 .global __muldf3
76 __muldf3: label
162 b.d __muldf3
230 ENDFUNC(__muldf3)
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
muldf3.S 31 .global __muldf3
33 __muldf3: label
54 #define __muldf3 __muldf3_asm define
67 FUNC(__muldf3)
92 b.d __muldf3
131 .global __muldf3
133 __muldf3: label
231 ENDFUNC(__muldf3)
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
muldf3.c 35 __muldf3 (DFtype a, DFtype b) function
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
muldf3.c 18 COMPILER_RT_ABI fp_t __muldf3(fp_t a, fp_t b) { function
25 return __muldf3(a, b);
28 AEABI_RTABI fp_t __aeabi_dmul(fp_t a, fp_t b) COMPILER_RT_ALIAS(__muldf3); variable
  /src/lib/libc_vfp/
vfpdf.S 58 #define __muldf3 __aeabi_dmul define
91 ENTRY(__muldf3) function
96 END(__muldf3)
  /src/external/gpl3/gcc/dist/libgcc/config/arc/
dp-hack.h 60 #define __muldf3 __muldf3_c macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/
dp-hack.h 60 #define __muldf3 __muldf3_c macro
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
sfp-machine.h 99 #define __muldf3 __aeabi_dmul macro
  /src/external/gpl3/gcc/dist/libgcc/config/c6x/
sfp-machine.h 101 #define __muldf3 __c6xabi_mpyd macro
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 2298 .global __muldf3
2299 .type __muldf3, @function
2300 __muldf3: label
2767 .size __muldf3, .-__muldf3
  /src/external/gpl3/gcc/dist/libgcc/config/pru/
sfp-machine.h 102 #define __muldf3 __pruabi_mpyd macro
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
ieee754-df.S 748 .global __muldf3
749 .type __muldf3, @function
750 __muldf3: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
sfp-machine.h 99 #define __muldf3 __aeabi_dmul macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/c6x/
sfp-machine.h 101 #define __muldf3 __c6xabi_mpyd macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 2298 .global __muldf3
2299 .type __muldf3, @function
2300 __muldf3: label
2767 .size __muldf3, .-__muldf3
  /src/external/gpl3/gcc.old/dist/libgcc/config/pru/
sfp-machine.h 102 #define __muldf3 __pruabi_mpyd macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
ieee754-df.S 748 .global __muldf3
749 .type __muldf3, @function
750 __muldf3: label
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 38 #define float64_mul __muldf3
182 #define __muldf3 __aeabi_dmul macro

Completed in 40 milliseconds