OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inexact_t
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/lgpl3/mpc/dist/tests/
tsqr.c
39
int inexact_z,
inexact_t
;
local
46
inexact_t
= mpc_mul (t, x, x, rnd);
61
if (inexact_z !=
inexact_t
)
70
fprintf (stderr, "\nmpc_mul gives %i",
inexact_t
);
76
inexact_t
= mpc_sqr (t, t, rnd);
90
if (inexact_z !=
inexact_t
)
99
fprintf (stderr, "\nmpc_sqr in place gives %i",
inexact_t
);
Completed in 13 milliseconds
Indexes created Wed Apr 08 00:23:23 UTC 2026