OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:errb
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c/detail/
test_helpers.c
128
atf_process_stream_t outb,
errb
;
local
138
RE(atf_process_stream_init_redirect_path(&
errb
, &errpath));
139
RE(atf_process_fork(&child, run_h_tc_child, &outb, &
errb
, &data));
140
atf_process_stream_fini(&
errb
);
/src/external/lgpl3/mpfr/dist/src/
cosu.c
33
mpfr_exp_t expx, expt, err, log2u, erra,
errb
;
local
110
errb
= 5 - 2 * log2u;
112
erra -
errb
, but it may overflow. The negative overflow is avoided by
113
the test erra >
errb
: if erra -
errb
<= 0, the macro is no-op.
118
if (erra >
errb
)
120
mpfr_exp_t err1 =
errb
>= 0 || erra < MPFR_EXP_MAX +
errb
?
121
erra -
errb
: MPFR_EXP_MAX;
Completed in 48 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026