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

  /src/external/lgpl3/mpfr/dist/tests/
trndna.c 1 /* Test file for mpfr_round_nearest_away.
35 inex = mpfr_round_nearest_away (mpfr_sin, y, x);
48 inex = mpfr_round_nearest_away (mpfr_exp, y, x);
62 inex = mpfr_round_nearest_away (mpfr_cbrt, y, x);
89 inex = mpfr_round_nearest_away (mpfr_sin, y, x);
103 inex = mpfr_round_nearest_away (mpfr_sqr, y, x);
117 inex = mpfr_round_nearest_away (mpfr_sqr, y, x);
130 inex = mpfr_round_nearest_away (mpfr_sqr, y, x);
153 /* mpfr_round_nearest_away requires emin is not the smallest possible */
  /src/external/lgpl3/mpfr/dist/src/
mpfr.h 858 #define mpfr_round_nearest_away(func, rop, ...) \ macro
863 #define mpfr_round_nearest_away(func, rop, op) \ macro

Completed in 15 milliseconds