OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:approxset
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c
2799
decContext workset,
approxset
; /* work contexts */
local
2985
approxset
=*set; /* get emin, emax, etc. */
2986
approxset
.round=DEC_ROUND_HALF_EVEN;
2990
decCopyFit(a, a, &
approxset
, &residue, &rstatus); /* reduce (if needed) */
2991
decFinish(a, &
approxset
, &residue, &rstatus); /* clean and finalize */
3024
approxset
.emin-=exp/2; /* adjust to match a */
3025
approxset
.emax-=exp/2;
3026
decAddOp(a, &dzero, a, &
approxset
, 0, &ignore);
3038
approxset
.emin-=exp/2; /* adjust to match a */
3039
approxset
.emax-=exp/2
[
all
...]
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c
2799
decContext workset,
approxset
; /* work contexts */
local
2985
approxset
=*set; /* get emin, emax, etc. */
2986
approxset
.round=DEC_ROUND_HALF_EVEN;
2990
decCopyFit(a, a, &
approxset
, &residue, &rstatus); /* reduce (if needed) */
2991
decFinish(a, &
approxset
, &residue, &rstatus); /* clean and finalize */
3024
approxset
.emin-=exp/2; /* adjust to match a */
3025
approxset
.emax-=exp/2;
3026
decAddOp(a, &dzero, a, &
approxset
, 0, &ignore);
3038
approxset
.emin-=exp/2; /* adjust to match a */
3039
approxset
.emax-=exp/2
[
all
...]
/src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c
2799
decContext workset,
approxset
; /* work contexts */
local
2985
approxset
=*set; /* get emin, emax, etc. */
2986
approxset
.round=DEC_ROUND_HALF_EVEN;
2990
decCopyFit(a, a, &
approxset
, &residue, &rstatus); /* reduce (if needed) */
2991
decFinish(a, &
approxset
, &residue, &rstatus); /* clean and finalize */
3024
approxset
.emin-=exp/2; /* adjust to match a */
3025
approxset
.emax-=exp/2;
3026
decAddOp(a, &dzero, a, &
approxset
, 0, &ignore);
3038
approxset
.emin-=exp/2; /* adjust to match a */
3039
approxset
.emax-=exp/2
[
all
...]
/src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c
2799
decContext workset,
approxset
; /* work contexts */
local
2985
approxset
=*set; /* get emin, emax, etc. */
2986
approxset
.round=DEC_ROUND_HALF_EVEN;
2990
decCopyFit(a, a, &
approxset
, &residue, &rstatus); /* reduce (if needed) */
2991
decFinish(a, &
approxset
, &residue, &rstatus); /* clean and finalize */
3024
approxset
.emin-=exp/2; /* adjust to match a */
3025
approxset
.emax-=exp/2;
3026
decAddOp(a, &dzero, a, &
approxset
, 0, &ignore);
3038
approxset
.emin-=exp/2; /* adjust to match a */
3039
approxset
.emax-=exp/2
[
all
...]
Completed in 65 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026