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

  /src/external/lgpl3/gmp/dist/mpn/generic/
lshiftc.c 0 /* mpn_lshiftc -- Shift left low level with complement.
44 mpn_lshiftc (mp_ptr rp, mp_srcptr up, mp_size_t n, unsigned int cnt) function
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 1099 #ifndef mpn_lshiftc /* if not done with cpuvec in a fat binary */
1100 #define mpn_lshiftc __MPN(lshiftc) macro
1101 __GMP_DECLSPEC mp_limb_t mpn_lshiftc (mp_ptr, mp_srcptr, mp_size_t, unsigned int);

Completed in 17 milliseconds