OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Jun 05 00:26:10 UTC 2026