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_check
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tests/
tcheck.c
1
/* Test file for
mpfr_check
.
26
(printf ("
mpfr_check
failed " s " Prec=%lu\n", (unsigned long) pr), \
42
if (!
mpfr_check
(a))
46
if (!
mpfr_check
(a))
50
if (!
mpfr_check
(a))
53
if (!
mpfr_check
(a))
56
if (
mpfr_check
(a))
60
if (!
mpfr_check
(a))
69
if (!
mpfr_check
(a))
78
if (
mpfr_check
(a)
[
all
...]
tsum.c
419
MPFR_ASSERTN (
mpfr_check
(sum1));
420
MPFR_ASSERTN (
mpfr_check
(sum2));
504
MPFR_ASSERTN (
mpfr_check
(sum1));
505
MPFR_ASSERTN (
mpfr_check
(sum2));
594
MPFR_ASSERTN (
mpfr_check
(sum1));
595
MPFR_ASSERTN (
mpfr_check
(sum2));
688
MPFR_ASSERTN (
mpfr_check
(sum1));
689
MPFR_ASSERTN (
mpfr_check
(sum2));
1034
MPFR_ASSERTN (
mpfr_check
(sum1));
1035
MPFR_ASSERTN (
mpfr_check
(sum2))
[
all
...]
tset_f.c
81
if (
mpfr_check
(x) == 0)
tdiv.c
1262
MPFR_ASSERTN (
mpfr_check
(x));
1269
MPFR_ASSERTN (
mpfr_check
(y));
1278
MPFR_ASSERTN (
mpfr_check
(z));
1300
MPFR_ASSERTN (
mpfr_check
(z));
tsqrt.c
587
MPFR_ASSERTN(
mpfr_check
(y));
592
MPFR_ASSERTN(
mpfr_check
(y));
tsub.c
1371
MPFR_ASSERTN (
mpfr_check
(w));
1383
MPFR_ASSERTN (
mpfr_check
(z));
/src/external/lgpl3/mpfr/dist/src/
check.c
0
/*
mpfr_check
-- Check if a floating-point number has not been corrupted.
34
mpfr_check
(mpfr_srcptr x)
function
63
any assertion checking, as this function
mpfr_check
() does something
mpfr-impl.h
2453
__MPFR_DECLSPEC int
mpfr_check
(mpfr_srcptr);
Completed in 22 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026