OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Exp_shift
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libc/gdtoa/
ulp.c
59
L = (unsigned int)-L >>
Exp_shift
;
60
if (L <
Exp_shift
) {
66
L -=
Exp_shift
;
gdtoaimp.h
342
#define
Exp_shift
20
381
#define
Exp_shift
24
407
#define
Exp_shift
23
strtod.c
85
if (!scale || (i = 2*P + 1 - ((word0(x) & Exp_mask) >>
Exp_shift
)) <= 0)
87
word0(&u) = Exp_1 + (i <<
Exp_shift
);
527
>>
Exp_shift
)) > 0) {
822
? (0xffffffff & (0xffffffff << (2*P+1-(y>>
Exp_shift
)))) :
1069
word0(&rv0) = Exp_1 + (70 <<
Exp_shift
);
gdtoa.c
262
word0(&d) += j <<
Exp_shift
- 2 & Exp_mask;
264
word0(&d) += (be + bbits - 1) <<
Exp_shift
;
misc.c
766
de = (int)(d0 >>
Exp_shift
);
771
if ( (de = (int)(d0 >>
Exp_shift
)) !=0)
dtoa.c
826
word0(&d) = Exp_1 + (70 <<
Exp_shift
);
Completed in 17 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025