HomeSort by: relevance | last modified time | path
    Searched refs:addmul_1 (Results 1 - 25 of 83) sorted by relevancy

1 2 3 4

  /src/external/lgpl3/gmp/dist/mpn/x86/
t-zdisp2.pl 112 elsif ($base eq 'aorsmul_1') { @funs = qw(addmul_1 submul_1); }
  /src/external/lgpl3/gmp/dist/mpn/s390_32/esame/
sqr_basecase.asm 42 C * Stop iterating addmul_1 loop at latest for n = 2, implement longer tail.
48 C * Replace loops by faster code. The mul_1 and addmul_1 loops could be sped
130 C addmul_1 loop ===============================================================
mul_basecase.asm 42 C * Replace loops by faster code. The mul_1 and addmul_1 loops could be sped
95 C addmul_1 loop ===============================================================
  /src/external/lgpl3/gmp/dist/mpn/s390_64/
mul_basecase.asm 42 C * Replace loops by faster code. The mul_1 and addmul_1 loops could be sped
95 C addmul_1 loop ===============================================================
sqr_basecase.asm 42 C * Stop iterating addmul_1 loop at latest for n = 2, implement longer tail.
48 C * Replace loops by faster code. The mul_1 and addmul_1 loops could be sped
130 C addmul_1 loop ===============================================================
  /src/external/gpl3/gcc/lib/libquadmath/
defs.mk 5 G_libquadmath_la_SOURCES=math/x2y2m1q.c math/acoshq.c math/fmodq.c math/acosq.c math/frexpq.c math/rem_pio2q.c math/asinhq.c math/hypotq.c math/remainderq.c math/asinq.c math/rintq.c math/atan2q.c math/isinfq.c math/roundq.c math/atanhq.c math/isnanq.c math/scalblnq.c math/atanq.c math/j0q.c math/scalbnq.c math/cbrtq.c math/j1q.c math/signbitq.c math/ceilq.c math/jnq.c math/sincos_table.c math/complex.c math/ldexpq.c math/sincosq.c math/copysignq.c math/lgammaq.c math/sincosq_kernel.c math/coshq.c math/llroundq.c math/sinhq.c math/cosq.c math/log10q.c math/sinq.c math/cosq_kernel.c math/log1pq.c math/sinq_kernel.c math/erfq.c math/logq.c math/sqrtq.c math/expm1q.c math/lroundq.c math/tanhq.c math/expq.c math/modfq.c math/tanq.c math/fabsq.c math/nanq.c math/tgammaq.c math/finiteq.c math/nextafterq.c math/truncq.c math/floorq.c math/powq.c math/fmaq.c math/logbq.c math/exp2q.c math/issignalingq.c math/lgammaq_neg.c math/lgammaq_product.c math/tanq_kernel.c math/tgammaq_product.c math/casinhq_kernel.c math/cacoshq.c math/cacosq.c math/casinhq.c math/casinq.c math/catanhq.c math/catanq.c math/cimagq.c math/conjq.c math/cprojq.c math/crealq.c math/fdimq.c math/fmaxq.c math/fminq.c math/ilogbq.c math/llrintq.c math/log2q.c math/lrintq.c math/nearbyintq.c math/remquoq.c math/ccoshq.c math/cexpq.c math/clog10q.c math/clogq.c math/csinq.c math/csinhq.c math/csqrtq.c math/ctanq.c math/ctanhq.c printf/addmul_1.c printf/add_n.c printf/cmp.c printf/divrem.c printf/flt1282mpn.c printf/fpioconst.c printf/lshift.c printf/mul_1.c printf/mul_n.c printf/mul.c printf/printf_fphex.c printf/printf_fp.c printf/quadmath-printf.c printf/rshift.c printf/submul_1.c printf/sub_n.c strtod/strtoflt128.c strtod/mpn2flt128.c strtod/tens_in_limb.c
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora17/
addmul_1.asm 34 include_mpn(`arm/v6/addmul_1.asm')
  /src/external/lgpl3/gmp/dist/mpn/x86/p6/sse2/
addmul_1.asm 37 include_mpn(`x86/pentium4/sse2/addmul_1.asm')
  /src/external/lgpl3/gmp/dist/mpn/arm64/
aorsmul_1.asm 42 C and thus avoid csinc, but only for addmul_1. Since that saves no time
43 C on the tested pipelines, we keep addmul_1 and submul_1 similar.
  /src/external/lgpl3/gmp/dist/mpn/arm/
mul_1.asm 43 C We should rewrite this along the lines of addmul_1.asm. That should save a
  /src/external/gpl3/gcc/dist/libquadmath/printf/
gmp-impl.h 117 #define mpn_addmul_1 __MPN(addmul_1)
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
gmp-impl.h 109 #define mpn_addmul_1 __MPN(addmul_1)
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
srcs.mk 205 addmul_1.asm mpn/alpha/addmul_1.asm \
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
srcs.mk 201 addmul_1.asm mpn/pa32/hppa1_1/pa7100/addmul_1.asm \
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
srcs.mk 208 addmul_1.asm mpn/ia64/addmul_1.asm \
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
srcs.mk 101 addmul_1.c mpn/generic/addmul_1.c \
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
srcs.mk 101 addmul_1.c mpn/generic/addmul_1.c \
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
srcs.mk 200 addmul_1.asm mpn/mips64/hilo/addmul_1.asm \
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
srcs.mk 200 addmul_1.asm mpn/mips64/hilo/addmul_1.asm \
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
srcs.mk 199 addmul_1.asm mpn/mips32/addmul_1.asm \
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
srcs.mk 199 addmul_1.asm mpn/mips32/addmul_1.asm \
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
srcs.mk 200 addmul_1.asm mpn/mips64/hilo/addmul_1.asm \
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
srcs.mk 200 addmul_1.asm mpn/mips64/hilo/addmul_1.asm \
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
srcs.mk 202 addmul_1.asm mpn/powerpc32/addmul_1.asm \
  /src/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
srcs.mk 103 addmul_1.c mpn/generic/addmul_1.c \

Completed in 29 milliseconds

1 2 3 4