OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tot1
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tests/
tsub.c
391
mpfr_t ex, ex1, ex2, ex3, tot,
tot1
;
local
398
mpfr_init2(
tot1
, 150);
405
test_sub(
tot1
, tot, ex1, MPFR_RNDN); /*
tot1
= tot - ex1 */
406
mpfr_set( ex3,
tot1
, MPFR_RNDN); /* ex3 = high(tot - ex1) */
421
mpfr_clear (
tot1
);
Completed in 15 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026