OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isValue
(Results
1 - 4
of
4
) sorted by null
/external/aac/libAACenc/src/
intensity.cpp
281
FIXP_DBL
isValue
= sfbEnergyLdDataLeft[sfb+sfboffs]-sfbEnergyLdDataRight[sfb+sfboffs];
284
realScale[sfb + sfboffs] = fixMin(FL2FXCONST_DBL(60.f/(1<<(REAL_SCALE_SF+LD_DATA_SHIFT))), fixMax(FL2FXCONST_DBL(-60.f/(1<<(REAL_SCALE_SF+LD_DATA_SHIFT))),
isValue
));
/external/llvm/include/llvm/Support/
PatternMatch.h
216
return this->
isValue
(CI->getValue());
221
return this->
isValue
(CI->getValue());
235
if (this->
isValue
(CI->getValue())) {
242
if (this->
isValue
(CI->getValue())) {
253
bool
isValue
(const APInt &C) { return C == 1; }
261
bool
isValue
(const APInt &C) { return C.isAllOnesValue(); }
269
bool
isValue
(const APInt &C) { return C.isSignBit(); }
277
bool
isValue
(const APInt &C) { return C.isPowerOf2(); }
[
all
...]
/external/chromium_org/v8/src/
mirror-debugger.js
240
Mirror.prototype.
isValue
= function() {
[
all
...]
/external/v8/src/
mirror-debugger.js
240
Mirror.prototype.
isValue
= function() {
[
all
...]
Completed in 81 milliseconds