OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstExpBits
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/
extendsfdf2.c
88
const int
dstExpBits
= dstBits - dstSigBits - 1;
89
const int dstInfExp = (1 <<
dstExpBits
) - 1;
truncdfsf2.c
88
const int
dstExpBits
= dstBits - dstSigBits - 1;
89
const int dstInfExp = (1 <<
dstExpBits
) - 1;
Completed in 30 milliseconds