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

  /src/external/lgpl3/mpfr/dist/src/
total_order.c 0 /* mpfr_total_order_p -- total order of two floating-point numbers
27 mpfr_total_order_p (mpfr_srcptr x, mpfr_srcptr y) function
mpfr.h 834 __MPFR_DECLSPEC int mpfr_total_order_p (mpfr_srcptr, mpfr_srcptr);
  /src/external/lgpl3/mpfr/dist/tests/
ttotal_order.c 1 /* Test file for mpfr_total_order_p.
28 if (! mpfr_total_order_p (x, x))
30 printf ("Error on mpfr_total_order_p (x, x) with\n");
38 if (! mpfr_total_order_p (x, y))
40 printf ("Error on mpfr_total_order_p (x, y) with\n");
52 if (! mpfr_total_order_p (x, y))
54 printf ("Error on mpfr_total_order_p (x, y) with\n");
62 if (mpfr_total_order_p (y, x))
64 printf ("Error on mpfr_total_order_p (y, x) with\n");

Completed in 22 milliseconds