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

  /src/external/lgpl3/gmp/dist/tests/mpf/
t-sqrt.c 88 mpf_trace (" x ", x);
89 mpf_trace (" y ", y);
90 mpf_trace (" y2 ", y2);
91 mpf_trace (" rerr ", rerr);
92 mpf_trace (" limit_rerr", limit_rerr);
143 mpf_trace (" x", x);
144 mpf_trace (" r", r);
156 mpf_trace (" x", x);
158 mpf_trace (" r", r);
159 mpf_trace (" s", s)
    [all...]
t-sqrt_ui.c 49 mpf_trace (" r", r);
78 mpf_trace (" r", r);
91 mpf_trace (" r", r);
92 mpf_trace (" s", s);
105 mpf_trace (" r+ulp", r);
106 mpf_trace (" s", s);
t-sub.c 217 mpf_trace ("x ", x);
218 mpf_trace ("y ", y);
219 mpf_trace ("got ", got);
220 mpf_trace ("want", want);
237 mpf_trace ("x ", x);
238 mpf_trace ("y ", y);
239 mpf_trace ("got ", got);
240 mpf_trace ("want", want);
259 mpf_trace ("x ", x);
260 mpf_trace ("y ", y)
    [all...]
t-get_d_2exp.c 46 mpf_trace (" f ", f);
69 mpf_trace (" f ", f);
112 mpf_trace (" f ", f);
t-mul_ui.c 51 mpf_trace (" u", u);
135 mpf_trace ("u ", u);
136 mpf_trace ("got ", got);
137 mpf_trace ("want", want);
t-cmp_d.c 42 mpf_trace (" x", x);
45 mpf_trace (" x", x);
t-inp_str.c 167 mpf_trace (" got ", got);
168 mpf_trace (" want", want);
t-int_p.c 34 mpf_trace (" f", f);
t-div.c 32 mpf_trace (" u", u);
33 mpf_trace (" v", v);
t-get_ui.c 106 mpf_trace (" f", f);
t-trunc.c 30 mpf_trace ("src ", src);
31 mpf_trace ("got ", got);
32 mpf_trace ("want", want);
t-ui_div.c 48 mpf_trace (" v", v);
t-eq.c 89 mpf_trace ("x ", x);
90 mpf_trace ("y ", y);
t-get_si.c 199 mpf_trace (" f", f);
  /src/external/lgpl3/gmp/dist/tests/misc/
t-locale.c 139 mpf_trace (" f", f);
159 mpf_trace (" f", f);
t-scanf.c 1268 mpf_trace (" value want", want);
1269 mpf_trace (" got ", got);
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-set_f.c 75 mpf_trace (" f", f);
  /src/external/lgpl3/gmp/dist/tests/
trace.c 102 mpf_trace (const char *name, mpf_srcptr f) function
tests.h 101 void mpf_trace (const char *, mpf_srcptr);
  /src/external/lgpl3/gmp/dist/tests/cxx/
t-istream.cc 556 mpf_trace (" got ", got);
557 mpf_trace (" want", want);

Completed in 26 milliseconds