OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUIET_NAN
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/arc/
dp-hack.h
56
#undef
QUIET_NAN
57
#define
QUIET_NAN
0xfffffffffffffLL
/src/external/gpl3/gcc.old/dist/libgcc/config/arc/
dp-hack.h
56
#undef
QUIET_NAN
57
#define
QUIET_NAN
0xfffffffffffffLL
/src/external/gpl3/gcc/dist/libgcc/
fp-bit.h
152
# define
QUIET_NAN
((TItype)0x8 << 108)
162
# define
QUIET_NAN
((TItype)0x8 << (48 + 64))
188
# define
QUIET_NAN
0x400000L
211
# define
QUIET_NAN
0x8000000000000LL
fp-bit.c
210
fraction &=
QUIET_NAN
- 1;
217
fraction |=
QUIET_NAN
- 1;
220
fraction |=
QUIET_NAN
;
540
if ((fraction &
QUIET_NAN
) == 0)
542
if (fraction &
QUIET_NAN
)
553
fraction &= ~
QUIET_NAN
;
/src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.h
152
# define
QUIET_NAN
((TItype)0x8 << 108)
162
# define
QUIET_NAN
((TItype)0x8 << (48 + 64))
188
# define
QUIET_NAN
0x400000L
211
# define
QUIET_NAN
0x8000000000000LL
fp-bit.c
210
fraction &=
QUIET_NAN
- 1;
217
fraction |=
QUIET_NAN
- 1;
220
fraction |=
QUIET_NAN
;
540
if ((fraction &
QUIET_NAN
) == 0)
542
if (fraction &
QUIET_NAN
)
553
fraction &= ~
QUIET_NAN
;
/src/external/gpl3/gdb/dist/sim/common/
sim-fpu.c
106
SignalingNaN (BIASEDEXP == EXPMAX && FRAC > 0 && FRAC <
QUIET_NAN
):
109
QuietNaN (BIASEDEXP == EXPMAX && FRAC > 0 && FRAC >
QUIET_NAN
):
126
#define
QUIET_NAN
LSBIT64 (NR_FRACBITS - 1)
202
fraction |=
QUIET_NAN
- 1;
204
fraction |=
QUIET_NAN
;
213
fraction |=
QUIET_NAN
;
215
fraction &= ~
QUIET_NAN
;
374
qnan = (fraction &
QUIET_NAN
) == 0;
376
qnan = fraction >=
QUIET_NAN
;
/src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.c
106
SignalingNaN (BIASEDEXP == EXPMAX && FRAC > 0 && FRAC <
QUIET_NAN
):
109
QuietNaN (BIASEDEXP == EXPMAX && FRAC > 0 && FRAC >
QUIET_NAN
):
126
#define
QUIET_NAN
LSBIT64 (NR_FRACBITS - 1)
202
fraction |=
QUIET_NAN
- 1;
204
fraction |=
QUIET_NAN
;
213
fraction |=
QUIET_NAN
;
215
fraction &= ~
QUIET_NAN
;
374
qnan = (fraction &
QUIET_NAN
) == 0;
376
qnan = fraction >=
QUIET_NAN
;
/src/external/gpl3/gdb/dist/sim/ppc/
dp-bit.c
104
# define
QUIET_NAN
0x100000L
124
# define
QUIET_NAN
0x8000000000000LL
334
dst.bits.fraction |=
QUIET_NAN
;
/src/external/gpl3/gdb.old/dist/sim/ppc/
dp-bit.c
104
# define
QUIET_NAN
0x100000L
124
# define
QUIET_NAN
0x8000000000000LL
334
dst.bits.fraction |=
QUIET_NAN
;
Completed in 36 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026