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_cmp_ui0
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tests/
tinp_str.c
59
if (i != 10 ||
mpfr_cmp_ui0
(x, 31415))
66
if (i != 111 ||
mpfr_cmp_ui0
(x, 31416))
113
if (i != 3 ||
mpfr_cmp_ui0
(x, 17))
tdot.c
41
if (
mpfr_cmp_ui0
(r, 3) || i != 0)
78
if (
mpfr_cmp_ui0
(r, 42*42) || i != 0)
129
if (
mpfr_cmp_ui0
(r, 42*42) || i != 0)
tdigamma.c
126
MPFR_ASSERTN (
mpfr_cmp_ui0
(y, 88) == 0);
tlngamma.c
88
if (
mpfr_cmp_ui0
(y, 0) || MPFR_IS_NEG (y))
127
if (
mpfr_cmp_ui0
(y, 0) || MPFR_IS_NEG (y))
mpfr-test.h
234
#define
mpfr_cmp_ui0
(x,i) (MPFR_ASSERTN (!MPFR_IS_NAN (x)), mpfr_cmp_ui (x,i))
macro
tpow.c
383
MPFR_ASSERTN(
mpfr_cmp_ui0
(x, 1) == 0);
386
MPFR_ASSERTN(
mpfr_cmp_ui0
(x, 1) == 0);
389
MPFR_ASSERTN(
mpfr_cmp_ui0
(x, 1) == 0);
392
MPFR_ASSERTN(
mpfr_cmp_ui0
(x, 1) == 0);
395
MPFR_ASSERTN(
mpfr_cmp_ui0
(x, 1) == 0);
398
MPFR_ASSERTN(
mpfr_cmp_ui0
(x, 1) == 0);
401
MPFR_ASSERTN(
mpfr_cmp_ui0
(x, 1) == 0);
774
MPFR_ASSERTN(
mpfr_cmp_ui0
(z, 1) == 0);
802
MPFR_ASSERTN(
mpfr_cmp_ui0
(z, 1) == 0 && inex == 0);
808
MPFR_ASSERTN(
mpfr_cmp_ui0
(z, 1) == 0 && inex == 0)
[
all
...]
tfpif.c
411
MPFR_ASSERTN (
mpfr_cmp_ui0
(x, 42) == 0); /* value is still 42 */
trec_sqrt.c
200
if (
mpfr_cmp_ui0
(y, 3) != 0 || inex <= 0)
tset_z_2exp.c
215
if (
mpfr_cmp_ui0
(x, 17) != 0)
Completed in 18 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026