Home
last modified time | relevance | path

Searched refs:mpfr_t (Results 1 - 7 of 7) sorted by relevance

/third_party/optimized-routines/math/test/rtest/
H A Dintern.h21 typedef int (*testfunc1)(mpfr_t, mpfr_t, mpfr_rnd_t);
22 typedef int (*testfunc2)(mpfr_t, mpfr_t, mpfr_t, mpfr_rnd_t);
23 typedef int (*testrred)(mpfr_t, mpfr_t, int *);
36 typedef int (*testfunc1cr)(mpfr_t, mpc_t, mpfr_rnd_t);
H A Dwrappers.h51 void wrapper_op_real(wrapperctx *ctx, const mpfr_t r,
59 void wrapper_result_real(wrapperctx *ctx, mpfr_t r,
106 void wrapper_set_mpfr(wrapperctx *ctx, const mpfr_t val);
107 void wrapper_set_mpfr_r(wrapperctx *ctx, const mpfr_t val);
108 void wrapper_set_mpfr_i(wrapperctx *ctx, const mpfr_t val);
H A Dwrappers.c29 void wrapper_op_real(wrapperctx *ctx, const mpfr_t r, in wrapper_op_real()
49 void wrapper_result_real(wrapperctx *ctx, mpfr_t r, in wrapper_result_real()
242 void wrapper_set_mpfr(wrapperctx *ctx, const mpfr_t val) in wrapper_set_mpfr()
249 void wrapper_set_mpfr_r(wrapperctx *ctx, const mpfr_t val) in wrapper_set_mpfr_r()
256 void wrapper_set_mpfr_i(wrapperctx *ctx, const mpfr_t val) in wrapper_set_mpfr_i()
H A Ddotest.c68 * mpfr_t/mpc_t types.
70 static void set_mpfr_d(mpfr_t x, uint32 h, uint32 l) in set_mpfr_d()
92 static void set_mpfr_f(mpfr_t x, uint32 f) in set_mpfr_f()
115 mpfr_t x, y; in set_mpc_d()
126 mpfr_t x, y; in set_mpc_f()
135 static void get_mpfr_d(const mpfr_t x, uint32 *h, uint32 *l, uint32 *extra) in get_mpfr_d()
138 mpfr_t significand; in get_mpfr_d()
199 static void get_mpfr_f(const mpfr_t x, uint32 *f, uint32 *extra) in get_mpfr_f()
202 mpfr_t significand; in get_mpfr_f()
259 mpfr_t in get_mpc_d()
[all...]
/third_party/musl/libc-test/src/math/gen/
H A Dmp.c29 void debug(mpfr_t x) in debug()
45 static int adjust_round(mpfr_t y, mpfr_t x, int t, int r) in adjust_round()
71 static int adjust(mpfr_t mr, mpfr_t my, int t, int r, int type) in adjust()
99 //static int eflags(mpfr_t mr, mpfr_t my, int t)
118 static void genf(struct t *p, mpfr_t my, int t, int r) in genf()
141 static int mpf1(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, mpfr_rnd_ argument
156 mpf2(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, const mpfr_t, mpfr_rnd_t)) mpf2() argument
195 mpd1(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, mpfr_rnd_t)) mpd1() argument
210 mpd2(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, const mpfr_t, mpfr_rnd_t)) mpd2() argument
251 mpl1(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, mpfr_rnd_t)) mpl1() argument
272 mpl2(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, const mpfr_t, mpfr_rnd_t)) mpl2() argument
[all...]
/third_party/optimized-routines/math/test/
H A Dulp.c223 static int sincos_mpfr_sin(mpfr_t y, const mpfr_t x, mpfr_rnd_t r) { mpfr_cos(y,x,r); return mpfr_sin(y,x,r); } in sincos_mpfr_sin()
224 static int sincos_mpfr_cos(mpfr_t y, const mpfr_t x, mpfr_rnd_t r) { mpfr_sin(y,x,r); return mpfr_cos(y,x,r); } in sincos_mpfr_cos()
305 int (*f1) (mpfr_t, const mpfr_t, mpfr_rnd_t);
306 int (*f2) (mpfr_t, const mpfr_t, const mpfr_t, mpfr_rnd_t);
307 int (*d1) (mpfr_t, cons
[all...]
H A Dulp.h16 static int RT(ulpscale_mpfr) (mpfr_t x, int t) in ulpscale_mpfr()

Completed in 10 milliseconds