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

  /src/external/lgpl3/mpfr/dist/src/
scale2.c 0 /* mpfr_scale2 -- multiply a double float by 2^exp
31 mpfr_scale2 (double d, int exp) function
get_flt.c 126 dd = mpfr_scale2 (dd, e);
get_d.c 127 d = mpfr_scale2 (d, e);
mpfr-impl.h 2498 __MPFR_DECLSPEC double mpfr_scale2 (double, int);

Completed in 23 milliseconds