OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FP_QUIETBIT
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/powerpc/fpu/
fpu_explode.c
246
if (class == FPC_QNAN && (fp->fp_mant[0] &
FP_QUIETBIT
) == 0) {
254
fp->fp_mant[0] |=
FP_QUIETBIT
;
fpu_emu.h
90
#define
FP_QUIETBIT
(1 << (FP_LG - 1)) /* Quiet bit in NaNs (0.5) */
fpu_subr.c
212
fp->fp_mant[0] =
FP_QUIETBIT
;
/src/sys/arch/sparc/fpu/
fpu_emu.h
94
#define
FP_QUIETBIT
(1 << (FP_LG - 1)) /* Quiet bit in NaNs (0.5) */
fpu_explode.c
277
if (s == FPC_QNAN && (fp->fp_mant[0] &
FP_QUIETBIT
) == 0) {
285
fp->fp_mant[0] |=
FP_QUIETBIT
;
/src/sys/arch/m68k/fpe/
fpu_explode.c
256
if (s == FPC_QNAN && (fp->fp_mant[0] &
FP_QUIETBIT
) == 0) {
264
fp->fp_mant[0] |=
FP_QUIETBIT
;
fpu_emulate.h
90
#define
FP_QUIETBIT
(1 << (FP_LG - 1)) /* Quiet bit in NaNs (0.5) */
Completed in 13 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025