OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxexp
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/ntp/dist/libparse/
ieee754io.c
172
unsigned int
maxexp
;
local
192
maxexp
= 2047;
201
maxexp
= 255;
282
if (characteristic ==
maxexp
)
428
/*unsigned int
maxexp
;*/
450
/*
maxexp
= 2047;*/
459
/*
maxexp
= 255;*/
/src/external/lgpl3/mpfr/dist/src/
sum.c
102
* Accumulate a new [minexp,
maxexp
[ block into (wp,ws). If e and err denote
114
*
maxexp
: exponent of the first block (exponent of its MSB + 1).
135
* - in maxexpp: the new value of
maxexp
(for the next iteration after
146
* iteration), the returned value of
maxexp
is the one for the next
151
unsigned long n, mpfr_exp_t minexp, mpfr_exp_t
maxexp
,
178
"
maxexp
=%" MPFR_EXP_FSPEC "d "
180
(mpfr_eexp_t)
maxexp
, (mpfr_eexp_t) minexp));
182
MPFR_ASSERTD (
maxexp
> minexp);
215
*
maxexp
minexp
253
if (xe >
maxexp
)
1288
mpfr_exp_t
maxexp
= MPFR_EXP_MIN; \/* max(Empty) *\/
local
[
all
...]
/src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c
3077
Int
maxexp
=set->emax-set->digits+1;
local
3078
Int maxdrop=
maxexp
-a->exponent;
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c
3077
Int
maxexp
=set->emax-set->digits+1;
local
3078
Int maxdrop=
maxexp
-a->exponent;
/src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c
3077
Int
maxexp
=set->emax-set->digits+1;
local
3078
Int maxdrop=
maxexp
-a->exponent;
/src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c
3077
Int
maxexp
=set->emax-set->digits+1;
local
3078
Int maxdrop=
maxexp
-a->exponent;
Completed in 40 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026