OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SNG_SHIFT
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/m68k/fpe/
fpu_explode.c
150
#define
SNG_SHIFT
(SNG_FRACBITS - FP_LG)
154
f0 = frac >>
SNG_SHIFT
;
155
f1 = frac << (32 -
SNG_SHIFT
);
/src/sys/arch/powerpc/fpu/
fpu_explode.c
178
#define
SNG_SHIFT
(SNG_FRACBITS - FP_LG)
182
f0 = frac >>
SNG_SHIFT
;
183
f1 = frac << (32 -
SNG_SHIFT
);
/src/sys/arch/sparc/fpu/
fpu_explode.c
178
#define
SNG_SHIFT
(SNG_FRACBITS - FP_LG)
182
f0 = frac >>
SNG_SHIFT
;
183
f1 = frac << (32 -
SNG_SHIFT
);
Completed in 12 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025