OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNG_EXPBITS
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
ieee754.h
88
#define
SNG_EXPBITS
8
94
unsigned int sng_exp:
SNG_EXPBITS
;
98
unsigned int sng_exp:
SNG_EXPBITS
;
/src/sys/arch/powerpc/fpu/
fpu_explode.c
180
exp = (hi >> (32 - 1 -
SNG_EXPBITS
)) & mask(
SNG_EXPBITS
);
/src/sys/arch/m68k/fpe/
fpu_explode.c
152
exp = (i >> (32 - 1 -
SNG_EXPBITS
)) & mask(
SNG_EXPBITS
);
/src/sys/arch/sparc/fpu/
fpu_explode.c
180
exp = (i >> (32 - 1 -
SNG_EXPBITS
)) & mask(
SNG_EXPBITS
);
Completed in 15 milliseconds
Indexes created Sat Oct 18 16:10:06 GMT 2025