OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FP_NMANT
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/sparc/fpu/
fpu_emu.h
90
#define
FP_NMANT
115 /* total bits in mantissa (incl g,r) */
92
#define FP_LG ((
FP_NMANT
- 1) & 31) /* log2(1.0) for fp_mant[0] */
93
#define FP_LG2 ((
FP_NMANT
- 1) & 63) /* log2(1.0) for fp_mant[0] and fp_mant[1] */
/src/sys/arch/powerpc/fpu/
fpu_emu.h
86
#define
FP_NMANT
115 /* total bits in mantissa (incl g,r) */
88
#define FP_LG ((
FP_NMANT
- 1) & 31) /* log2(1.0) for fp_mant[0] */
89
#define FP_LG2 ((
FP_NMANT
- 1) & 63) /* log2(1.0) for fp_mant[0] and fp_mant[1] */
/src/sys/arch/m68k/fpe/
fpu_emulate.h
87
#define
FP_NMANT
83 /* total bits in mantissa (incl g,r) */
89
#define FP_LG ((
FP_NMANT
- 1) & 31) /* log2(1.0) for fp_mant[0] */
Completed in 13 milliseconds
Indexes created Wed Sep 24 22:09:59 GMT 2025