OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NGARDS
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/ppc/
dp-bit.c
96
# define
NGARDS
7L
116
# define
NGARDS
8L
208
(double::FRAC_BITS+double::NGARGS-(float::FRAC_BITS-float::
NGARDS
))
214
#define IMPLICIT_1 (1LL<<(FRACBITS+
NGARDS
))
215
#define IMPLICIT_2 (1LL<<(FRACBITS+1+
NGARDS
))
363
if (shift > FRAC_NBITS -
NGARDS
)
373
fraction >>=
NGARDS
;
389
if (fraction & (1 <<
NGARDS
))
402
fraction >>=
NGARDS
;
429
fraction <<=
NGARDS
;
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/ppc/
dp-bit.c
96
# define
NGARDS
7L
116
# define
NGARDS
8L
208
(double::FRAC_BITS+double::NGARGS-(float::FRAC_BITS-float::
NGARDS
))
214
#define IMPLICIT_1 (1LL<<(FRACBITS+
NGARDS
))
215
#define IMPLICIT_2 (1LL<<(FRACBITS+1+
NGARDS
))
363
if (shift > FRAC_NBITS -
NGARDS
)
373
fraction >>=
NGARDS
;
389
if (fraction & (1 <<
NGARDS
))
402
fraction >>=
NGARDS
;
429
fraction <<=
NGARDS
;
[
all
...]
/src/external/gpl3/gcc/dist/libgcc/
fp-bit.c
209
fraction >>=
NGARDS
;
257
if (shift > FRAC_NBITS -
NGARDS
)
269
if ((fraction & (1 <<
NGARDS
)))
283
fraction >>=
NGARDS
;
299
if (fraction & (1 <<
NGARDS
))
312
fraction >>=
NGARDS
;
515
fraction <<=
NGARDS
;
554
dst->fraction.ll = fraction <<
NGARDS
;
562
dst->fraction.ll = (fraction <<
NGARDS
) | IMPLICIT_1;
864
+ FRAC_NBITS - (FRACBITS +
NGARDS
);
[
all
...]
fp-bit.h
142
# define
NGARDS
10L /* Is this right? */
180
# define
NGARDS
7L
203
# define
NGARDS
8L
296
(double::FRAC_BITS+double::
NGARDS
-(float::FRAC_BITS+float::
NGARDS
))
307
#define IMPLICIT_1 ((fractype)1<<(FRACBITS+
NGARDS
))
308
#define IMPLICIT_2 ((fractype)1<<(FRACBITS+1+
NGARDS
))
/src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.c
209
fraction >>=
NGARDS
;
257
if (shift > FRAC_NBITS -
NGARDS
)
269
if ((fraction & (1 <<
NGARDS
)))
283
fraction >>=
NGARDS
;
299
if (fraction & (1 <<
NGARDS
))
312
fraction >>=
NGARDS
;
515
fraction <<=
NGARDS
;
554
dst->fraction.ll = fraction <<
NGARDS
;
562
dst->fraction.ll = (fraction <<
NGARDS
) | IMPLICIT_1;
864
+ FRAC_NBITS - (FRACBITS +
NGARDS
);
[
all
...]
fp-bit.h
142
# define
NGARDS
10L /* Is this right? */
180
# define
NGARDS
7L
203
# define
NGARDS
8L
296
(double::FRAC_BITS+double::
NGARDS
-(float::FRAC_BITS+float::
NGARDS
))
307
#define IMPLICIT_1 ((fractype)1<<(FRACBITS+
NGARDS
))
308
#define IMPLICIT_2 ((fractype)1<<(FRACBITS+1+
NGARDS
))
Completed in 58 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026