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

  /src/external/lgpl3/gmp/dist/mpn/generic/
get_d.c 0 /* mpn_get_d -- limbs to double conversion.
120 mpn_get_d here, the cost of applying "exp" to the resulting exponent would
139 mpn_get_d (mp_srcptr up, mp_size_t size, mp_size_t sign, long exp) function
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 3856 #define mpn_get_d __gmpn_get_d macro
3857 __GMP_DECLSPEC double mpn_get_d (mp_srcptr, mp_size_t, mp_size_t, long) __GMP_ATTRIBUTE_PURE;

Completed in 17 milliseconds