Searched defs:newVal (Results 1 - 25 of 32) sorted by relevance

12

/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineInplaceLU.h314 Scalar newVal = x->coeff(row); local
320 newVal -= x->coeff(col++) * lIt.value();
324 x->coeffRef(row) = newVal;
/external/lzma/CPP/Windows/
H A DRegistry.cpp211 UInt32 newVal; local
212 LONG res = QueryValue(name, newVal);
214 value = newVal;
220 bool newVal; local
221 LONG res = QueryValue(name, newVal);
223 value = newVal;
/external/webrtc/webrtc/modules/audio_coding/test/
H A Dutility.cc166 void CircularBuffer::Update(const double newVal) { argument
172 _buff[_idx] = newVal;
189 _sum += (newVal - oldVal);
195 _sumSqr += (double) (newVal - oldVal) * (double) (newVal + oldVal);
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp477 deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & bufMask; local
478 rowAccess.setPixStencil(newVal, x, 0);
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp480 deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & bufMask; local
481 rowAccess.setPixStencil(newVal, x, 0);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
H A DNumberPicker.java41 void onChanged(NumberPicker picker, int oldVal, int newVal); argument
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp191 const int newVal = (oldVal+1)&stencilMask; local
193 dst.setPixStencil(newVal, x, y);
/external/opencv/cv/src/
H A Dcvfloodfill.cpp103 uchar newVal[] = {0,0,0}; local
113 newVal[0] = _newVal[0];
115 img[L] = newVal[0];
118 img[R] = newVal[0];
121 img[L] = newVal[0];
127 ICV_SET_C3( newVal, _newVal );
129 ICV_SET_C3( img + L*3, newVal );
132 ICV_SET_C3( img + L*3, newVal );
135 ICV_SET_C3( img + R*3, newVal );
180 img[i] = newVal[
235 int newVal[] = {0,0,0}; local
383 uchar newVal[] = {0,0,0}; local
689 float newVal[] = {0,0,0}; local
1011 cvFloodFill( CvArr* arr, CvPoint seed_point, CvScalar newVal, CvScalar lo_diff, CvScalar up_diff, CvConnectedComp* comp, int flags, CvArr* maskarr ) argument
[all...]
/external/opencv/cvaux/src/
H A Dcvsegment.cpp87 int* newVal, int d_lw, int d_up,
191 newVal[0] = cvRound( sum[0] * inv_area );
192 newVal[1] = cvRound( sum[1] * inv_area );
193 newVal[2] = cvRound( sum[2] * inv_area );
208 CvSize /*roi*/, int* newVal,
213 uchar uv[] = { (uchar)newVal[0], (uchar)newVal[1], (uchar)newVal[2] };
84 icvSegmFloodFill_Stage1( uchar* pImage, int step, uchar* pMask, int maskStep, CvSize , CvPoint seed, int* newVal, int d_lw, int d_up, CvConnectedComp * region, void *pStack ) argument
206 icvSegmFloodFill_Stage2( uchar* pImage, int step, uchar* pMask, int maskStep, CvSize , int* newVal, CvRect rect ) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSplitter.cpp146 VNInfo *newVal = getNewVNI(preHeaderRange->valno); local
147 newVal->def = copyDefIdx;
148 newVal->setCopy(copy);
153 newVal));
187 VNInfo *newVal = local
191 copyDefIdx, newVal));
525 VNInfo *newVal = li.getNextValue(newDefIdx, 0, lis->getVNInfoAllocator()); local
528 newVal));
625 VNInfo *newVal = li.getNextValue(newDefIdx, 0, local
629 newVal));
[all...]
/external/icu/icu4c/source/i18n/
H A Dtmutfmt.cpp723 MessageFormat** newVal = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*)); local
724 newVal[0] = (MessageFormat*)value[0]->clone();
725 newVal[1] = (MessageFormat*)value[1]->clone();
726 target->put(UnicodeString(*key), newVal, status);
728 delete newVal[0];
729 delete newVal[1];
730 uprv_free(newVal);
/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c747 'newVal'. If the operation fails, then transfer control (with a
751 static void casLE ( IRExpr* addr, IRExpr* expVal, IRExpr* newVal, argument
756 IRType tyN = typeOfIRExpr(irsb->tyenv, newVal);
763 NULL, mkexpr(expTmp), NULL, newVal );
2365 mkexpr(dst1)/*newVal*/,
6855 mkexpr(tmpt1)/*newVal*/, guest_EIP_curr_instr );
H A Dguest_amd64_toIR.c1606 'newVal'. If the operation fails, then transfer control (with a
1610 static void casLE ( IRExpr* addr, IRExpr* expVal, IRExpr* newVal, argument
1615 IRType tyN = typeOfIRExpr(irsb->tyenv, newVal);
1623 NULL, mkexpr(expTmp), NULL, newVal );
3487 mkexpr(dst1)/*newVal*/,
8581 mkexpr(tmpt1)/*newVal*/, guest_RIP_curr_instr );
[all...]
/external/guice/lib/build/
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c3673 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
143563 unsigned int newVal = va_arg(ap, unsigned int); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c3673 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
143563 unsigned int newVal = va_arg(ap, unsigned int); local
[all...]
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 2699 milliseconds

12