OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nexp
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkFloat.cpp
226
int
nexp
= exp - EXP_BIAS;
local
227
int root = SkSqrtBits(value << (
nexp
& 1), 26);
228
nexp
>>= 1;
229
return SkFloat::SetShift(root,
nexp
- 11);
/external/skia/src/core/
SkFloat.cpp
226
int
nexp
= exp - EXP_BIAS;
local
227
int root = SkSqrtBits(value << (
nexp
& 1), 26);
228
nexp
>>= 1;
229
return SkFloat::SetShift(root,
nexp
- 11);
/external/sonivox/arm-fm-22k/lib_src/
eas_math.c
120
EAS_INT
nExp
;
131
nExp
= 31 - (nGain >> 10);
134
if (
nExp
< 0)
138
nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >>
nExp
);
/external/sonivox/arm-hybrid-22k/lib_src/
eas_math.c
120
EAS_INT
nExp
;
131
nExp
= 31 - (nGain >> 10);
134
if (
nExp
< 0)
138
nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >>
nExp
);
/external/sonivox/arm-wt-22k/lib_src/
eas_math.c
120
EAS_INT
nExp
;
131
nExp
= 31 - (nGain >> 10);
134
if (
nExp
< 0)
138
nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >>
nExp
);
/external/libffi/
ltconfig
[
all
...]
Completed in 225 milliseconds