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

  /src/external/lgpl3/mpfr/dist/tests/
tcmp_ld.c 1 /* Test file for mpfr_cmp_ld.
40 if (mpfr_cmp_ld (x, 2.34763465L) != 0)
42 printf ("Error in mpfr_cmp_ld 2.34763465 and ");
46 if (mpfr_cmp_ld (x, 2.345L) <= 0)
48 printf ("Error in mpfr_cmp_ld 2.345 and ");
52 if (mpfr_cmp_ld (x, 2.4L) >= 0)
54 printf ("Error in mpfr_cmp_ld 2.4 and ");
61 if (mpfr_cmp_ld (x, 0.0))
63 printf ("Error in mpfr_cmp_ld 0.0 and ");
70 if (mpfr_cmp_ld (x, 0.0) == 0
    [all...]
tset_ld.c 421 c1 = mpfr_cmp_ld (fr1, ld);
422 c2 = mpfr_cmp_ld (fr2, ld);
  /src/external/lgpl3/mpfr/dist/src/
cmp_ld.c 28 mpfr_cmp_ld (mpfr_srcptr b, long double d) function
mpfr.h 641 __MPFR_DECLSPEC int mpfr_cmp_ld (mpfr_srcptr, long double);
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
trigd.inc 110 if (mpfr_cmp_ld (ax, SIND_SMALL_LITERAL) < 0)
253 if (mpfr_cmp_ld (ax, COSD_SMALL_LITERAL) <= 0)
404 if (mpfr_cmp_ld (ax, SIND_SMALL_LITERAL) < 0)
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
trigd.inc 110 if (mpfr_cmp_ld (ax, SIND_SMALL_LITERAL) < 0)
253 if (mpfr_cmp_ld (ax, COSD_SMALL_LITERAL) <= 0)
404 if (mpfr_cmp_ld (ax, SIND_SMALL_LITERAL) < 0)

Completed in 21 milliseconds