On Sat, 14 Apr 2012, Torbjorn Granlund wrote:

bodr...@mail.dm.unipi.it writes:
 Il Ven, 13 Aprile 2012 10:23 am, Torbjorn Granlund ha scritto:
 > Are you aware if any more files or functions that are unused?

 mpn_invert

I think mpn_invert is used via large operand division.
And Hydra seems to agree with me.  :-)

Division seems to use mpn_invertappr, no?

Hydra probably just sees that we test the function in tests/mpn/t-invert.c (it calls it 1000 times, and the function is only called 1000 times, so there shouldn't be any other caller).

--
Marc Glisse
_______________________________________________
gmp-devel mailing list
gmp-devel@gmplib.org
http://gmplib.org/mailman/listinfo/gmp-devel

Reply via email to