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

/external/skia/src/core/
H A DSkColorSpace_Base.h77 bool isValue(int i) const { function in struct:SkGammas
/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/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPatternMatch.h145 return this->isValue(CI->getValue());
148 return this->isValue(CI->getValue());
162 if (this->isValue(CI->getValue())) {
168 if (this->isValue(CI->getValue())) {
178 bool isValue(const APInt &C) { return C == 1; } function in struct:llvm::PatternMatch::is_one
186 bool isValue(const APInt &C) { return C.isAllOnesValue(); } function in struct:llvm::PatternMatch::is_all_ones
194 bool isValue(const APInt &C) { return C.isSignBit(); } function in struct:llvm::PatternMatch::is_sign_bit
202 bool isValue(const APInt &C) { return C.isPowerOf2(); } function in struct:llvm::PatternMatch::is_power2
/external/llvm/include/llvm/IR/
H A DPatternMatch.h207 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; } function in struct:llvm::PatternMatch::is_one
248 bool isValue(const APInt &C) { return C.isAllOnesValue(); } function in struct:llvm::PatternMatch::is_all_ones
258 bool isValue(const APInt &C) { return C.isSignBit(); } function in struct:llvm::PatternMatch::is_sign_bit
268 bool isValue(const APInt &C) { return C.isPowerOf2(); } function in struct:llvm::PatternMatch::is_power2
276 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } function in struct:llvm::PatternMatch::is_maxsignedvalue
/external/v8/src/debug/
H A Dmirrors.js282 Mirror.prototype.isValue = function() {
2633 (mirror.isValue() || mirror.isScript() || mirror.isContext())) {
2634 if (this.inlineRefs_() && mirror.isValue()) {
2646 if (mirror.isValue() || mirror.isScript() || mirror.isContext()) {
2919 if (this.inlineRefs_() && propertyValue.isValue()) {
2950 if (this.inlineRefs_() && propertyValue.isValue()) {
/external/robolectric/v3/
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...

Completed in 221 milliseconds