HomeSort by: relevance | last modified time | path
    Searched refs:mpn_invert (Results 1 - 6 of 6) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/generic/
invert.c 41 mpn_invert (mp_ptr ip, mp_srcptr dp, mp_size_t n, mp_ptr scratch) function
  /src/external/lgpl3/gmp/dist/tests/mpn/
t-invert.c 1 /* Test for mpn_invert function.
61 Check the result of the mpn_invert function in the library.
115 mpn_invert (ip, dp, n, scratch);
  /src/external/lgpl3/gmp/dist/tune/
common.c 939 SPEED_ROUTINE_MPN_INVERT (mpn_invert, mpn_invert_itch);
speed.h 1955 mpn_invert (ip, dp, s->size, tmp); \
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 1571 #define mpn_invert __MPN(invert) macro
1572 __GMP_DECLSPEC void mpn_invert (mp_ptr, mp_srcptr, mp_size_t, mp_ptr);
  /src/external/lgpl3/gmp/dist/tests/devel/
try.c 2024 { TRY(mpn_invert), TYPE_INVERT },

Completed in 38 milliseconds