HomeSort by relevance Sort by last modified time
    Searched defs:isValue (Results 1 - 3 of 3) 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/IR/
PatternMatch.h 207 return this->isValue(CI->getValue());
211 return this->isValue(CI->getValue());
223 if (this->isValue(CI->getValue())) {
230 if (this->isValue(CI->getValue())) {
240 bool isValue(const APInt &C) { return C == 1; }
248 bool isValue(const APInt &C) { return C.isAllOnesValue(); }
258 bool isValue(const APInt &C) { return C.isSignBit(); }
268 bool isValue(const APInt &C) { return C.isPowerOf2(); }
276 bool isValue(const APInt &C) { return C.isMaxSignedValue(); }
    [all...]
  /external/v8/src/
mirror-debugger.js 246 Mirror.prototype.isValue = function() {
    [all...]

Completed in 287 milliseconds