Searched refs:mval (Results 1 – 8 of 8) sorted by relevance
/external/dnsmasq/contrib/dns-loc/ |
D | dnsmasq2-loc-rfc1876.patch | 176 + unsigned int mval = 0, cmval = 0; 185 + mval = mval * 10 + (*cp++ - '0'); 196 + cmval = (mval * 100) + cmval;
|
/external/opencv3/samples/python2/ |
D | mosse.py | 128 _, mval, _, (mx, my) = cv2.minMaxLoc(resp) 132 psr = (mval-smean) / (sstd+eps)
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_utl.c | 1289 int mval; in X509V3_NAME_from_section() local 1311 mval = -1; in X509V3_NAME_from_section() 1315 mval = 0; in X509V3_NAME_from_section() 1317 (unsigned char *) v->value,-1,-1,mval)) in X509V3_NAME_from_section()
|
/external/fio/ |
D | goptions.c | 657 gint val, mval; in range_value_changed() local 677 mval = gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(mspin)); in range_value_changed() 678 if (val > mval) in range_value_changed() 684 mval = gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(mspin)); in range_value_changed() 685 if (val < mval) in range_value_changed()
|
/external/opencv/cv/src/ |
D | cvsurf.cpp | 209 float mval = icvCalcHaarPattern( mask_ptr, &Dm, 1 ); in icvFastHessianDetector() local 210 if( mval < 0.5 ) in icvFastHessianDetector()
|
/external/opencv3/modules/core/test/ |
D | test_mat.cpp | 374 double mval = 0; Point mloc; in run() local 375 minMaxLoc(tmp, 0, &mval, 0, &mloc); in run() 379 mval, mloc.y, mloc.x, rPCA.eigenvectors.at<float>(mloc.y, mloc.x), in run()
|
D | test_math.cpp | 142 double mval = cvtest::getMaxVal(type); in get_minmax_bounds() local 143 double u1 = pow(mval,1./power)*2; in get_minmax_bounds()
|
/external/guice/extensions/struts2/lib/ |
D | freemarker-2.3.16.jar | META-INF/
META-INF/MANIFEST.MF
freemarker/
freemarker/cache/
freemarker/ ... |