Searched defs:isValue (Results 1 - 3 of 3) sorted by relevance

/external/aac/libAACenc/src/
H A Dintensity.cpp281 FIXP_DBL isValue = sfbEnergyLdDataLeft[sfb+sfboffs]-sfbEnergyLdDataRight[sfb+sfboffs]; local
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/
H A DPatternMatch.h153 return this->isValue(CI->getValue());
157 return this->isValue(CI->getValue());
160 return this->isValue(CI->getValue());
174 if (this->isValue(CI->getValue())) {
182 if (this->isValue(CI->getValue())) {
189 if (this->isValue(CI->getValue())) {
200 bool isValue(const APInt &C) { return C == 1; } function in struct:llvm::PatternMatch::is_one
208 bool isValue(const APInt &C) { return C.isAllOnesValue(); } function in struct:llvm::PatternMatch::is_all_ones
216 bool isValue(const APInt &C) { return C.isSignBit(); } function in struct:llvm::PatternMatch::is_sign_bit
224 bool isValue(cons function in struct:llvm::PatternMatch::is_power2
[all...]
/external/v8/src/
H A Dmirror-debugger.js240 Mirror.prototype.isValue = function() {
2091 (mirror.isValue() || mirror.isScript() || mirror.isContext())) {
2092 if (this.inlineRefs_() && mirror.isValue()) {
2104 if (mirror.isValue() || mirror.isScript() || mirror.isContext()) {
2341 if (this.inlineRefs_() && propertyValue.isValue()) {

Completed in 126 milliseconds