HomeSort by relevance Sort by last modified time
    Searched defs:nz0 (Results 1 - 7 of 7) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtod.c 94 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
143 sign = nz0 = nz = decpt = 0;
201 nz0 = 1;
258 if (!nd && !nz && !nz0) {
294 if (!nz && !nz0) {
strtodg.c 348 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
379 denorm = sign = nz0 = nz = 0;
422 nz0 = 1;
480 if (!nd && !nz && !nz0) {
518 if (!nz && !nz0) {
  /external/opencv3/modules/imgproc/test/
test_canny.cpp 260 int code = cvtest::TS::OK, nz0; local
274 nz0 = cvRound(cvtest::norm(test_mat[REF_OUTPUT][0], CV_L1)/255);
275 err = (err/255/MAX(nz0,100))*100;
  /external/opencv3/modules/core/test/
test_operations.cpp 1178 int j, nz = rng.uniform(0, (p+2)\/2), nz0 = 0; local
    [all...]
test_mat.cpp 762 int nz0 = (unsigned)rng % max(p/5,10); local
763 nz0 = min(max(nz0, 1), p);
764 all_vals.resize(nz0);
765 all_vals2.resize(nz0);
787 for( i = 0; i < nz0; i++ )
825 if( nz1 != nz0 || nz2 != nz0)
829 si, nz1, nz2, nz0 );
844 n = min(max(n, 1), p) + nz0;
    [all...]
  /external/libweave/third_party/chromium/base/third_party/dmg_fp/
dtoa.cc 2451 int esign, i, j, k, nd, nd0, nf, nz, nz0, sign; variable
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 1583 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
1603 sign = nz0 = nz = 0;
1689 nz0 = 1;
    [all...]

Completed in 132 milliseconds