/external/opencv3/modules/core/src/ |
D | downhill_simplex.cpp | 272 double innerDownhillSimplex( Mat& p, double MinRange, double MinError, int& fcount, int nmax ) in innerDownhillSimplex() argument 278 fcount = ndim+1; in innerDownhillSimplex() 323 dprintf(("\nthis is y on iteration %d:\n",fcount)); in innerDownhillSimplex() 342 if( range <= MinRange || error <= MinError || fcount >= nmax ) in innerDownhillSimplex() 356 double y_alpha = tryNewPoint(p, coord_sum, ihi, alpha, buf, fcount); in innerDownhillSimplex() 367 double y_beta = tryNewPoint(p, coord_sum, ihi, beta, buf, fcount); in innerDownhillSimplex() 383 double y_gamma = tryNewPoint(p, coord_sum, ihi, gamma, buf, fcount); in innerDownhillSimplex() 402 fcount += ndim; in innerDownhillSimplex() 406 dprintf(("\nthis is simplex on iteration %d\n",fcount)); in innerDownhillSimplex() 419 double tryNewPoint( Mat& p, Mat& coord_sum, int ihi, double alpha_, Mat& ptry, int& fcount ) in tryNewPoint() argument [all …]
|
/external/valgrind/callgrind/ |
D | callgrind_control.in | 370 %fcount = (); 392 $fcount{$ctid} = 0; 394 $fcount{$ctid}++; 395 $func{$ctid,$fcount{$ctid}} = $3; 399 $calls{$ctid,$fcount{$ctid}} = $3; 403 $events{$ctid,$fcount{$ctid}} = line_to_CC($3); 468 $i = $fcount{$tid};
|
/external/libvncserver/examples/ |
D | camera.c | 79 static int last_line=0, fps=0, fcount=0; in TakePicture() local 111 fcount++; in TakePicture() 113 fps = fcount; in TakePicture() 114 fcount = 0; in TakePicture()
|
/external/clang/test/CodeGenCXX/ |
D | array-construction.cpp | 9 static float fcount; variable 13 xpto() : i(count++), f(fcount++) { in xpto()
|
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/ |
D | analog_agc.c | 548 stt->fcount, in WebRtcAgc_ZeroCtrl() 661 stt->fcount); in WebRtcAgc_ProcessAnalog() 669 stt->fcount); in WebRtcAgc_ProcessAnalog() 708 stt->fcount); in WebRtcAgc_ProcessAnalog() 766 stt->fcount, in WebRtcAgc_ProcessAnalog() 906 stt->fcount, in WebRtcAgc_ProcessAnalog() 949 stt->fcount, in WebRtcAgc_ProcessAnalog() 1009 stt->fcount, in WebRtcAgc_ProcessAnalog() 1067 stt->fcount, in WebRtcAgc_ProcessAnalog() 1176 stt->fcount++; in WebRtcAgc_Process() [all …]
|
D | analog_agc.h | 127 int32_t fcount; member
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
D | ClassDef.java | 336 int fcount = 0; in computeSUID() local 344 …fds [fcount ++] = new FieldDescriptor (field.getName (this), modifiers, field.getDescriptor (this)… in computeSUID() 347 if (fcount > 0) in computeSUID() 349 Arrays.sort (fds, 0, fcount); in computeSUID() 350 for (int i = 0; i < fcount; ++ i) in computeSUID()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-commons-net.jar | ... result
java.io.IOException ioe
String currentPathElement
int fcount
org.apache.tools.ant.taskdefs. ... |
/external/opencv3/modules/calib3d/test/ |
D | test_cameracalibration.cpp | 979 int fcount = (int)leftF[0].size(), xdim = (int)leftF.size(); in calcdfdx() local 981 dfdx.create( fcount*fdim, xdim, CV_64FC1 ); in calcdfdx() 987 CV_Assert( (int)arrLeftIt->size() == fcount ); in calcdfdx() 988 CV_Assert( (int)arrRightIt->size() == fcount ); in calcdfdx()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/owasp/sanitizer/tools/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |
/external/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |