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

  /src/external/lgpl3/gmp/dist/
longlong.h 1992 /* Use mpn_umul_ppmm or mpn_udiv_qrnnd functions, if they exist. The "_r"
1997 #define mpn_umul_ppmm __MPN(umul_ppmm) macro
1998 extern __longlong_h_C UWtype mpn_umul_ppmm (UWtype *, UWtype, UWtype);
2005 (wh) = mpn_umul_ppmm (&__umul_ppmm__p0, (UWtype) (u), (UWtype) (v));\
  /src/external/lgpl3/mpfr/dist/src/
mpfr-longlong.h 2004 /* Use mpn_umul_ppmm or mpn_udiv_qrnnd functions, if they exist. The "_r"
2009 #define mpn_umul_ppmm __MPN(umul_ppmm) macro
2010 extern __longlong_h_C UWtype mpn_umul_ppmm (UWtype *, UWtype, UWtype);
2017 (wh) = mpn_umul_ppmm (&__umul_ppmm__p0, (UWtype) (u), (UWtype) (v));\

Completed in 47 milliseconds