HomeSort by relevance Sort by last modified time
    Searched full:nonzero (Results 151 - 175 of 1479) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 196 /* Return nonzero if VALUE is finite and not NaN. */
205 /* Return nonzero if VALUE is finite and not NaN. */
231 /* Return nonzero if VALUE is not a number. */
235 /* Return nonzero if VALUE is not a number. */
297 /* Return the binary exponent of X, which must be nonzero. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 196 /* Return nonzero if VALUE is finite and not NaN. */
205 /* Return nonzero if VALUE is finite and not NaN. */
231 /* Return nonzero if VALUE is not a number. */
235 /* Return nonzero if VALUE is not a number. */
297 /* Return the binary exponent of X, which must be nonzero. */
  /external/libvorbis/doc/
07-floor1.tex 127 9) if ( vector [floor1_class_subclasses] element [i] is nonzero ) \{
169 Packet decode begins by checking the \varname{[nonzero]} flag:
172 1) [nonzero] = read 1 bit as boolean
175 If \varname{[nonzero]} is unset, that indicates this channel contained
183 Assuming \varname{[nonzero]} is set, decode proceeds as follows:
229 \varname{[nonzero]} flag had been unset at the beginning of decode.
288 16) if ( [val] is nonzero ) \{
  /toolchain/binutils/binutils-2.25/include/
hp-symtab.h 357 GLOBAL is nonzero if the function has global scope.
364 VARARGS is nonzero if the function uses varargs.
415 CLASSFLAG is nonzero if this is the beginning of a c++ class definition.
438 CLASSFLAG is nonzero if this is the end of a c++ class definition.
464 REGPARAM is nonzero if this parameter was passed in a register.
466 INDIRECT is nonzero if this parameter is a pointer to the parameter
469 LONGADDR is nonzero if the parameter is a 64bit pointer.
504 GLOBAL is nonzero if the variable has global scope.
506 INDIRECT is nonzero if the variable is a pointer to an object.
508 LONGADDR is nonzero if the variable is in long pointer space
    [all...]
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 217 * \note This method has to determine which pivots should be considered nonzero.
234 * \note This method has to determine which pivots should be considered nonzero.
247 * \note This method has to determine which pivots should be considered nonzero.
260 * \note This method has to determine which pivots should be considered nonzero.
272 * \note This method has to determine which pivots should be considered nonzero.
306 * who need to determine when pivots are to be considered nonzero. This is not used for the
316 * A pivot will be considered nonzero if its absolute value is strictly greater than
356 /** \returns the number of nonzero pivots in the QR decomposition.
357 * Here nonzero is meant in the exact sense, not in a fuzzy sense.
455 m_nonzero_pivots = size; // the generic case is that in which all pivots are nonzero (invertible case
    [all...]
FullPivHouseholderQR.h 214 * \note This method has to determine which pivots should be considered nonzero.
231 * \note This method has to determine which pivots should be considered nonzero.
244 * \note This method has to determine which pivots should be considered nonzero.
257 * \note This method has to determine which pivots should be considered nonzero.
269 * \note This method has to determine which pivots should be considered nonzero.
302 * who need to determine when pivots are to be considered nonzero. This is not used for the
312 * A pivot will be considered nonzero if its absolute value is strictly greater than
352 /** \returns the number of nonzero pivots in the QR decomposition.
353 * Here nonzero is meant in the exact sense, not in a fuzzy sense.
436 m_nonzero_pivots = size; // the generic case is that in which all pivots are nonzero (invertible case
    [all...]
  /external/libjpeg-turbo/
jdphuff.c 531 * nonzero coefficients in the block, because otherwise we'd get confused
532 * next time about which coefficients were already nonzero.
533 * But we need not undo addition of bits to already-nonzero coefficients;
551 s = p1; /* newly nonzero coef is positive */
553 s = m1; /* newly nonzero coef is negative */
566 /* Advance over already-nonzero coefs and r still-zero coefs,
590 /* Output newly nonzero coefficient */
600 * (the last newly nonzero coefficient, if any). Append a correction
601 * bit to each already-nonzero coefficient. A correction bit is 1
633 /* Re-zero any output coefficients that we made newly nonzero */
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdphuff.c 526 * nonzero coefficients in the block, because otherwise we'd get confused
527 * next time about which coefficients were already nonzero.
528 * But we need not undo addition of bits to already-nonzero coefficients;
546 s = p1; /* newly nonzero coef is positive */
548 s = m1; /* newly nonzero coef is negative */
561 /* Advance over already-nonzero coefs and r still-zero coefs,
585 /* Output newly nonzero coefficient */
595 * (the last newly nonzero coefficient, if any). Append a correction
596 * bit to each already-nonzero coefficient. A correction bit is 1
628 /* Re-zero any output coefficients that we made newly nonzero */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
bitmap.h 492 nonzero bit yet. */
522 /* Advance to the next nonzero bit of a single bitmap, we will have
529 /* If our current word is nonzero, it contains the bit we want. */
546 /* Find the next nonzero word in this elt. */
565 /* Advance to the next nonzero bit of an intersecting pair of
572 /* If our current word is nonzero, it contains the bit we want. */
589 /* Find the next nonzero word in this elt. */
628 /* Advance to the next nonzero bit in the intersection of
635 /* If our current word is nonzero, it contains the bit we want. */
652 /* Find the next nonzero word in this elt. *
    [all...]
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 77 * relatively to the initial number of nonzero elements.
255 VectorXi jr(n); // Indicate the position of the nonzero elements in the vector u -- A zero location is indicated by -1
271 // number of largest nonzero elements to keep in the L and the U part of the current row:
281 Index sizeu = 1; // number of nonzero elements in the upper part of the current row
282 Index sizel = 0; // number of nonzero elements in the lower part of the current row
325 // 3 - eliminate the previous nonzero rows
  /external/libchrome/base/threading/
sequenced_worker_pool.h 175 // PostSequencedWorkerTask(). Valid tokens are always nonzero.
206 // SequencedWorkerPool using the given sequence token. Tasks with nonzero
213 // SequencedWorkerPool using the given sequence token. Tasks with nonzero
221 // the given shutdown behavior. Tasks with nonzero delay are posted with
254 // If the delay is nonzero, the task won't be guaranteed to run to completion
294 // If the delay is nonzero, the task won't be guaranteed to run to completion
  /frameworks/base/docs/image_sources/distribute/
gp-wear-quality.svg     [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/images/
input-event.svg 72 style="opacity:0.50934604000000006;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3791);enable-background:accumulate"
87 style="color:#000000;fill:#d4d4d4;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
108 style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
  /external/elfutils/lib/
dynamicsizehash.c 214 /* Make the hash value nonzero. */
238 /* Make the hash value nonzero. */
258 /* Make the hash value nonzero. */
  /external/fec/
rstest.c 99 } while(errval == 0); /* Error value must be nonzero */
179 } while(errval == 0); /* Error value must be nonzero */
257 } while(errval == 0); /* Error value must be nonzero */
  /external/guava/guava/src/com/google/common/collect/
ComparisonChain.java 41 * nonzero</i> comparison result in the chain, or will be zero if every
48 * methods as soon as one of them returns a nonzero result. This optimization is
212 * same sign as the first nonzero comparison result in the chain, or zero if
  /ndk/sources/host-tools/make-3.81/
ar.c 34 /* Return nonzero if NAME is an archive-member reference, zero if not.
232 /* Return nonzero if PATTERN contains any metacharacters.
233 Metacharacters can be quoted with backslashes if QUOTE is nonzero. */
  /prebuilts/go/darwin-x86/src/net/
interface_linux.go 78 var nonzero bool
81 nonzero = true
85 if nonzero {
  /prebuilts/go/linux-x86/src/net/
interface_linux.go 78 var nonzero bool
81 nonzero = true
85 if nonzero {
  /system/core/include/cutils/
trace.h 116 * Nonzero indicates setup has completed.
124 * Any other nonzero value indicates setup has succeeded, and tracing is on.
161 * Returns nonzero if the tag is enabled, otherwise zero.
  /dalvik/libdex/
ZipArchive.h 31 * On success, returns 0 and populates "pArchive". Returns nonzero errno
  /external/autotest/client/site_tests/platform_Quipper/
platform_Quipper.py 12 completes successfully and that the output is nonzero.
  /external/bison/lib/
c-strcase.h 31 the comparison result will be nonzero). */
  /external/bison/m4/
exponentf.m4 53 /* Now find the nonzero word. */
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Utils.h 18 * \brief Count Nonzero elements in the factors

Completed in 567 milliseconds

1 2 3 4 5 67 8 91011>>