HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_cmp_str1 (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/lgpl3/mpfr/dist/tests/
tswap.c 38 if (mpfr_cmp_ui (u, 16777215) || mpfr_cmp_str1 (v, "9007199254740991.0"))
tsqrt_ui.c 32 if (mpfr_cmp_str1 (q, qs))
tmodf.c 38 if (mpfr_cmp_str1 (xi, xis))
47 if (mpfr_cmp_str1 (xf, xfs))
125 mpfr_cmp_str1 (xf, s) != 0)
157 if (mpfr_cmp_str1 (xi, "@Inf@") != 0 ||
tconst_pi.c 45 if (mpfr_cmp_str1 (x, "3.141592653589793116"))
225 else if (mpfr_cmp_str1 (x, "3.141592653589793116") )
234 if (mpfr_cmp_str1 (x, "3.141592653468251") )
tconst_log2.c 211 if (mpfr_cmp_str1 (x, "6.9314718055994530941e-1") )
219 if (mpfr_cmp_str1 (x, "0.69314718060195446"))
trandom.c 122 if (mpfr_cmp_str1 (x, C1) != 0)
130 if (mpfr_cmp_str1 (x, C2) != 0)
tsi_op.c 137 if (mpfr_cmp_str1 (z, "1024"))
140 if (mpfr_cmp_str1 (z, "-1024"))
tadd_ui.c 36 if (mpfr_cmp_str1(zz, zs) )
tsub_ui.c 36 if (mpfr_cmp_str1(zz, zs))
mpfr-test.h 230 #define mpfr_cmp_str1(x,s) mpfr_cmp_str(x,s,10,MPFR_RNDN) macro
tcbrt.c 105 if (mpfr_cmp_str1 (x, "9.43166207799662426048e-01"))
tset_q.c 44 if (mpfr_cmp_str1 (x, ys))
tsin_cos.c 53 if (mpfr_cmp_str1 (s, sin_xs))
62 if (mpfr_cmp_str1 (c, cos_xs))
82 if (mpfr_cmp_str1 (s, sin_xs))
102 if (mpfr_cmp_str1 (c, cos_xs))
tlog.c 57 if (mpfr_cmp_str1 (tres, res1s))
201 if (mpfr_cmp_str1 (y, "1.09861228866810956"))
turandom.c 399 if (mpfr_cmp_str1 (x, C1) != 0)
407 if (mpfr_cmp_str1 (x, C2) != 0)
tcos.c 56 if (mpfr_cmp_str1 (c, cos_xs))
tstrtofr.c 728 if (mpfr_cmp_str1 (x, "1.5E-10") || strcmp (s, " *x^2"))
736 if (mpfr_cmp_str1 (x, "17.5E-42") || strcmp (s, "E "))
743 if (mpfr_cmp_str1 (x, "-17.5E42") || strcmp (s, "E\n"))
892 if (mpfr_cmp_str1 (x, "-1.2") || strcmp(s,".3E4"))
tui_div.c 34 if (mpfr_cmp_str1(zz, zs))
tdiv_ui.c 36 if (mpfr_cmp_str1 (y, es))
548 if (mpfr_cmp_str1 (x, "0.21972245773362189536"))
texp2.c 343 if (mpfr_cmp_str1 (y, "2.991959870867646566478e-231"))
tui_sub.c 150 if (mpfr_cmp_str1 (zz, zs) )
tsqrt.c 56 if (mpfr_cmp_str1 (q, qs) )
97 if (mpfr_cmp_str1 (q, qs))
117 if (mpfr_cmp_str1 (q, qs))
tmul.c 63 if (mpfr_cmp_str1 (zz, res) )
86 if (mpfr_cmp_str1 (zz, zs) )
108 if (mpfr_cmp_str1 (zz, zs) )
tsin.c 57 if (mpfr_cmp_str1 (s, sin_xs))
texp.c 59 if (mpfr_cmp_str1 (y, res) )
80 if (mpfr_cmp_str1 (y, expxs))

Completed in 22 milliseconds

1 2