HomeSort by relevance Sort by last modified time
    Searched full:zero (Results 451 - 475 of 11206) sorted by null

<<11121314151617181920>>

  /frameworks/native/opengl/libagl/
Android.mk 40 # The graphics code can generate division by zero
41 LOCAL_CFLAGS += -mno-check-zero-division
  /hardware/invensense/libsensors_iio/software/core/mllite/
mpl.c 49 * @return INV_SUCCESS if successful or a non-zero error code otherwise.
62 * @return INV_SUCCESS if successful or a non-zero error code otherwise.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
elf.h 57 #define R_X86_64_32 10 /* Direct 32 bit zero extended */
59 #define R_X86_64_16 12 /* Direct 16 bit zero extended */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
elf.h 57 #define R_X86_64_32 10 /* Direct 32 bit zero extended */
59 #define R_X86_64_16 12 /* Direct 16 bit zero extended */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
elf.h 57 #define R_X86_64_32 10 /* Direct 32 bit zero extended */
59 #define R_X86_64_16 12 /* Direct 16 bit zero extended */
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 88 * Data is valid if (valid & PNG_INFO_gAMA) is non-zero.
95 /* Data valid if (valid & PNG_INFO_sRGB) non-zero. */
125 * (valid & PNG_INFO_sBIT) is non-zero.
139 * Data is valid if (valid & PNG_INFO_tRNS) is non-zero.
150 * pixel data. Data is valid if (valid & PNG_INFO_bKGD) is non-zero.
159 * below for the unit types. Valid if (valid & PNG_INFO_oFFs) non-zero.
169 * defines below). Data is valid if (valid & PNG_INFO_pHYs) is non-zero.
181 * is non-zero.
191 * [0.0, 0.8]. Data valid if (valid & PNG_INFO_cHRM) non-zero.
213 * Data values are valid if (valid & PNG_INFO_pCAL) non-zero
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_logf.c 32 static const float zero = 0.0; variable
45 return -two25/zero; /* log(+-0)=-inf */
46 if (ix<0) return (x-x)/zero; /* log(-#) = NaN */
58 if(f==zero) {
60 return zero;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
GeneralSubtree.java 34 private static final BigInteger ZERO = BigInteger.valueOf(0);
98 * name forms, thus minimum MUST be zero, and maximum MUST be absent.
100 * If minimum is <code>null</code>, zero is assumed, if
168 return ZERO;
206 if (minimum != null && !minimum.getValue().equals(ZERO))
  /external/dropbear/libtomcrypt/src/pk/asn1/der/integer/
der_encode_integer.c 49 /* we only need a leading zero if the msb of the first byte is one */
56 /* get length of num in bytes (plus 1 since we force the msbyte to zero) */
87 /* now store msbyte of zero if num is non-zero */
92 /* if it's not zero store it as big endian */
  /external/eigen/test/eigen2/
eigen2_basicstuff.cpp 25 mzero = MatrixType::Zero(rows, cols),
31 vzero = VectorType::Zero(rows);
64 // indeed, if an expression class (here Zero) is meant to be read-only,
65 // hence has no _write() method, the corresponding MatrixBase method (here zero())
68 VERIFY_IS_MUCH_SMALLER_THAN(MatrixType::Zero(rows,cols)(r,c), static_cast<Scalar>(1));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionRemoveTester.java 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
43 @CollectionSize.Require(absent = ZERO)
61 @CollectionSize.Require(absent = ZERO)
73 @CollectionSize.Require(absent = ZERO)
117 @CollectionSize.Require(absent = ZERO)
SetCreationTester.java 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
42 @CollectionSize.Require(absent = {ZERO, ONE})
54 @CollectionSize.Require(absent = {ZERO, ONE})
67 @CollectionSize.Require(absent = {ZERO, ONE})
79 @CollectionSize.Require(absent = {ZERO, ONE})
ListAddAllAtIndexTester.java 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
45 @CollectionSize.Require(absent = ZERO)
53 @CollectionSize.Require(absent = ZERO)
64 @CollectionSize.Require(absent = ZERO)
72 @CollectionSize.Require(absent = ZERO)
137 @CollectionSize.Require(absent = {ZERO, ONE})
145 @CollectionSize.Require(absent = ZERO)
  /external/openfst/src/include/fst/
product-weight.h 37 using PairWeight<W1, W2>::Zero;
52 static const ProductWeight<W1, W2> &Zero() {
53 static const ProductWeight<W1, W2> zero(PairWeight<W1, W2>::Zero());
54 return zero;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 31 * first buffer element contains the last non-zero postion-coefficient pair of
41 * sMaxNumCoeff - Maximum the number of non-zero coefficients in current
43 * sVLCSelect - VLC table selector, obtained from the number of non-zero
46 * 9 5, except its value can t be less than zero.
52 * there are only zero coefficients in the currently decoded block.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio_ext.h 50 /* Return non-zero value iff the stream FP is opened readonly, or if the
54 /* Return non-zero value iff the stream FP is opened write-only or
60 /* Return non-zero value iff stream FP is not opened write-only or
64 /* Return non-zero value iff stream FP is not opened read-only. */
68 /* Return non-zero value iff the stream FP is line-buffered. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio_ext.h 50 /* Return non-zero value iff the stream FP is opened readonly, or if the
54 /* Return non-zero value iff the stream FP is opened write-only or
60 /* Return non-zero value iff stream FP is not opened write-only or
64 /* Return non-zero value iff stream FP is not opened read-only. */
68 /* Return non-zero value iff the stream FP is line-buffered. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio_ext.h 50 /* Return non-zero value iff the stream FP is opened readonly, or if the
54 /* Return non-zero value iff the stream FP is opened write-only or
60 /* Return non-zero value iff stream FP is not opened write-only or
64 /* Return non-zero value iff stream FP is not opened read-only. */
68 /* Return non-zero value iff the stream FP is line-buffered. */
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultisetSetCountTester.java 24 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
139 @CollectionSize.Require(absent = ZERO)
145 @CollectionSize.Require(absent = ZERO)
151 @CollectionSize.Require(absent = ZERO)
193 @CollectionSize.Require(absent = ZERO)
209 @CollectionSize.Require(absent = ZERO)
217 @CollectionSize.Require(absent = ZERO)
237 @CollectionSize.Require(absent = ZERO)
259 @CollectionSize.Require(absent = ZERO)
298 @CollectionSize.Require(absent = ZERO)
    [all...]
MultisetReadsTester.java 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
48 @CollectionSize.Require(absent = ZERO)
71 @CollectionSize.Require(absent = ZERO)
77 @CollectionSize.Require(absent = ZERO)
100 @CollectionSize.Require(ZERO)
124 @CollectionSize.Require(absent = ZERO)
133 @CollectionSize.Require(ZERO)
  /external/libvorbis/doc/
06-floor0.tex 8 Vorbis floor type zero uses Line Spectral Pair (LSP, also alternately
20 Floor zero configuration consists of six integer fields and a list of
26 Configuration information for instances of floor zero decodes from the
59 2) if ( [amplitude] is greater than zero ) \{
60 3) [coefficients] is an empty, zero length vector
63 6) [last] = zero;
78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel.
82 \varname{[amplitude]} value had read zero at the beginning of decode.
113 If the value \varname{[amplitude]} is zero, the return value is a
114 length \varname{[n]} vector with all-zero scalars. Otherwise, begin b
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 90 const llvm::APSInt &zero = getBasicVals().getZeroWithPtrWidth(); local
92 return assumeSymNE(state, SymR->getSymbol(), zero, zero);
94 return assumeSymEQ(state, SymR->getSymbol(), zero, zero);
148 const llvm::APSInt &zero = BVF.getValue(0, T); local
150 return assumeSymNE(State, Sym, zero, zero);
152 return assumeSymEQ(State, Sym, zero, zero);
193 const llvm::APSInt &zero = BasicVals.getValue(0, T); local
    [all...]
  /frameworks/base/core/java/android/database/
Cursor.java 61 * The value is zero-based. When the row set is first returned the cursor
94 * @param position the zero-based position to move to.
168 * Returns the zero-based index for the given column name, or -1 if the column doesn't exist.
173 * @return the zero-based column index for the given column name, or -1 if
180 * Returns the zero-based index for the given column name, or throws
186 * @return the zero-based column index for the given column name
193 * Returns the column name at the given zero-based column index.
195 * @param columnIndex the zero-based index of the target column.
221 * @param columnIndex the zero-based index of the target column.
233 * @param columnIndex the zero-based index of the target column
    [all...]
  /external/clang/include/clang/Basic/
VersionTuple.h 51 /// (e.g., all version components are zero).
72 /// provided, minor and subminor version numbers are considered to be zero.
80 /// zero.
88 /// zero.
102 /// zero.
111 /// zero.
120 /// zero.
  /external/clang/test/SemaCXX/
overloaded-builtin-operators.cpp 213 long long zero = 0; local
214 (void)(foo + zero);
215 (void)(foo - zero);
216 (void)(zero + foo);
217 (void)(zero[foo]);
221 return foo[zero] == zero;

Completed in 367 milliseconds

<<11121314151617181920>>