HomeSort by relevance Sort by last modified time
    Searched full:refval (Results 1 - 14 of 14) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncId.java 48 * @param refval A space delimited list of ID references.
56 String refval, StringVector usedrefs,
60 if (null != refval)
64 StringTokenizer tokenizer = new StringTokenizer(refval);
130 String refval = ndtm.getStringValue(pos).toString(); local
133 usedrefs = getNodesByID(xctxt, docContext, refval, usedrefs, nodeSet,
144 String refval = arg.str(); local
146 getNodesByID(xctxt, docContext, refval, null, nodeSet, false);
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 75 class RefVal {
117 /// See the RefVal::Kind enum for possible values.
136 RefVal(Kind k, RetEffect::ObjKind o, unsigned cnt, unsigned acnt, QualType t,
198 static RefVal makeOwned(RetEffect::ObjKind o, QualType t,
200 return RefVal(Owned, o, Count, 0, t, IvarAccessHistory::None);
207 static RefVal makeNotOwned(RetEffect::ObjKind o, QualType t,
209 return RefVal(NotOwned, o, Count, 0, t, IvarAccessHistory::None);
212 RefVal operator-(size_t i) const {
213 return RefVal(getKind(), getObjKind(), getCount() - i,
217 RefVal operator+(size_t i) const
    [all...]
  /external/aac/libAACenc/src/
noisedet.cpp 101 description: Fuzzy value calculation for "testVal is smaller than refVal"
109 FIXP_DBL refVal,
113 if (refVal <= FL2FXCONST_DBL(0.0))
115 else if (testVal >= fMult((hiLim>>1)+(loLim>>1), refVal))
154 FIXP_DBL refVal, testVal;
197 refVal = minVal << leadingBits;
203 refVal, /* 1 * minValue */
214 refVal = np->refTonality;
217 refVal,
  /external/opencv3/modules/core/test/
test_rand.cpp 13 double& refval, double& realval);
37 int dist_type, double& refval, double& realval)
81 refval = chi2_pval*0.01;
82 return realval <= refval;
239 double refval = 0, realval = 0;
241 if( !check_pdf(hist[c], 1./W[c], dist_type, refval, realval) )
245 realval, refval, c, cn);
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 723 attr_value.val.refval = str_off;
736 attr_value.val.refval = sec_off;
751 attr_value.val.refval = sec_off;
783 attr_value.val.refval = *pattr++;
791 attr_value.val.refval =
812 attr_value.val.refval = sec_off;
837 attr_value.val.refval = sec_off;
842 attr_value.val.refval = read_unsigned_LEB_128(pattr, &len);
876 this->name_off_ = attr_value.val.refval;
888 this->linkage_name_off_ = attr_value.val.refval;
    [all...]
dwarf_reader.h 485 off_t refval; member in union:gold::Dwarf_die::Attribute_value::__anon74190
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 139 ValueRef::set(Value *refVal)
141 if (value == refVal)
145 if (refVal)
146 refVal->uses.push_back(this);
148 value = refVal;
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 342 const Vec4 refVal = select(Vec4(1.0f), Vec4(0.0f), cmpTrue);
344 const float v0 = bilinearInterpolate(refVal, x0, y0);
345 const float v1 = bilinearInterpolate(refVal, x1, y0);
346 const float v2 = bilinearInterpolate(refVal, x0, y1);
347 const float v3 = bilinearInterpolate(refVal, x1, y1);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]
  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 150 CV_EXPORTS int cmpEps2_64f( TS* ts, const double* val, const double* refval, int len,
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 63 auto *RefVal = TmpAddr.getPointer();
66 CGF.EmitScalarInit(RefVal, TmpLVal);
    [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]
  /external/opencv3/modules/calib3d/test/
test_cameracalibration.cpp 257 int compare(double* val, double* refVal, int len,
    [all...]

Completed in 515 milliseconds