OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:signexp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h
542
USHORT
signexp
; /* Sign and exponent. */
member in struct:_FPREG
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3DImagePacking.cpp
241
unsigned
signexp
= (temp >> 23) & 0x1ff;
local
242
return baseTable[
signexp
] + ((temp & 0x007fffff) >> shiftTable[
signexp
]);
[
all
...]
Completed in 420 milliseconds