HomeSort by relevance Sort by last modified time
    Searched defs:isValue (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryExp.h 50 bool isValue;
61 , isValue(false)
67 bool isValid() const { return (isID || isValue || isRatio); }
73 if (isValue)
  /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 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 238 Mirror.prototype.isValue = function() {
    [all...]

Completed in 87 milliseconds