Searched defs:zero (Results 151 - 175 of 355) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURLTest.cpp297 WTF::String zero = blink::decodeURLEscapeSequences("%00"); local
298 EXPECT_STRNE("%00", zero.utf8().data());
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DPixelTransfer11.cpp179 UINT zero = 0; local
191 deviceContext->IASetVertexBuffers(0, 1, &nullBuffer, &zero, &zero);
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dmul.c318 unsigned int neg, zero; local
340 zero = neg = 0;
347 zero = 1;
357 zero = 1;
365 zero = 1;
375 if (!zero) {
385 if (!zero) {
395 if (!zero) {
723 int zero, c1; local
739 zero
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm.c165 static const fe1305x2 zero __attribute__((aligned(16))); variable
191 addmulmod(precomp, r, r, &zero); /* precompute r^2 */
192 addmulmod(precomp + 1, precomp, precomp, &zero); /* precompute r^4 */
218 addmulmod(h, h, precomp, &zero);
249 addmulmod(h, h, precomp, &zero);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_variance_sse2.c44 const __m128i zero = _mm_setzero_si128(); local
45 const __m128i src0 = _mm_unpacklo_epi8(READ64(src, src_stride, 0), zero);
46 const __m128i src1 = _mm_unpacklo_epi8(READ64(src, src_stride, 2), zero);
47 const __m128i ref0 = _mm_unpacklo_epi8(READ64(ref, ref_stride, 0), zero);
48 const __m128i ref1 = _mm_unpacklo_epi8(READ64(ref, ref_stride, 2), zero);
72 const __m128i zero = _mm_setzero_si128(); local
79 (const __m128i *)(src + i * src_stride)), zero);
81 (const __m128i *)(ref + i * ref_stride)), zero);
85 (const __m128i *)(src + (i + 1) * src_stride)), zero);
87 (const __m128i *)(ref + (i + 1) * ref_stride)), zero);
113 const __m128i zero = _mm_setzero_si128(); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp263 bool BitSet::allocate(unsigned int nBits, bool zero) argument
274 if (zero)
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
H A DComplexToRealFixup.S64 #define zero w10 define
127 MOV zero,#0
128 mov dX0rs[1],zero
130 mov dX0i[1],zero
144 // dup dzero,zero
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
H A DomxSP_FFTFwd_RToCCS_F32_Sfs_s.S60 #define zero r8 define
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DarmSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S84 #define zero r14 define
H A DarmSP_FFTInv_CCSToR_S32_preTwiddleRadix2_unsafe_s.S91 #define zero r14 define
/external/chromium_org/third_party/skia/include/core/
H A DSkPixelRef.h82 void zero() { sk_bzero(this, sizeof(*this)); } function in struct:SkPixelRef::LockRec
124 /** Returns a non-zero, unique value corresponding to the pixels in this
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapFilter_opts_SSE2.cpp120 __m128i zero = _mm_setzero_si128(); local
158 __m128i src16 = _mm_unpacklo_epi8(src8, zero);
176 src16 = _mm_unpackhi_epi8(src8, zero);
192 // the filter coefficient that was loaded incorrectly to zero; Other than
208 __m128i src16 = _mm_unpacklo_epi8(src8, zero);
216 src16 = _mm_unpackhi_epi8(src8, zero);
229 accum = _mm_packs_epi32(accum, zero);
231 accum = _mm_packus_epi16(accum, zero);
249 __m128i zero = _mm_setzero_si128(); local
287 src16 = _mm_unpacklo_epi8(src8, zero); \
372 __m128i zero = _mm_setzero_si128(); local
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.cc337 pthread_t zero; local
338 memset(&zero, 0, sizeof(zero));
341 if (h->tid_ == zero) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.cc326 pthread_t zero; local
327 memset(&zero, 0, sizeof(zero));
330 if (h->tid_ == zero) {
/external/chromium_org/tools/traceline/traceline/
H A Dassembler.h85 zero = equal, enumerator in enum:Condition
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-machine-operator-reducer.cc223 Node* zero = R.Constant<int32_t>(0); local
226 R.CheckBinop(zero, x, zero); // x & 0 => 0
227 R.CheckBinop(zero, zero, x); // 0 & x => 0
249 Node* zero = R.Constant<int32_t>(0); local
252 R.CheckBinop(x, x, zero); // x & 0 => x
253 R.CheckBinop(x, zero, x); // 0 & x => x
275 Node* zero = R.Constant<int32_t>(0); local
277 R.CheckBinop(x, x, zero); //
298 Node* zero = R.Constant<int32_t>(0); local
319 Node* zero = R.Constant<int32_t>(0); local
340 Node* zero = R.Constant<int32_t>(0); local
362 Node* zero = R.Constant<int32_t>(0); local
386 Node* zero = R.Constant<int32_t>(0); local
407 Node* zero = R.Constant<int32_t>(0); local
428 Node* zero = R.Constant<int32_t>(0); local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp107 const llvm::APSInt &zero = BVF.getValue(0, T); local
109 return assumeSymNE(State, Sym, zero, zero);
111 return assumeSymEQ(State, Sym, zero, zero);
215 "Non-comparison ops should be rewritten as comparisons to zero.");
/external/clang/test/CodeGen/
H A Ddesignated-initializers.c91 int zero; member in struct:u_16644::s_16644
137 [1].a.zero = 3,
138 [0].a.zero = 5,
/external/clang/test/Sema/
H A Dcompare.c214 return a > 0; // expected-warning {{ordered comparison between pointer and zero ('int *' and 'int') is an extension}}
234 enum en { zero }; enumerator in enum:en
235 return i > zero;
/external/clang/test/SemaCXX/
H A Dcompare.cpp198 enum en { zero }; enumerator in enum:en
199 return i > zero;
230 // A is max short plus 1. All zero and positive shorts are smaller than it.
H A Dundefined-internal.cpp90 static const int zero = 0; member in struct:test6::A
96 A() : value(zero) {
/external/deqp/framework/common/
H A DtcuFloat.hpp80 * The exponent normally used for zero/subnormals is an invalid input. Such
81 * values are specified with the leading mantissa bit of zero and the lowest
83 * mantissa set to zero is a shorthand notation for the correctly signed
84 * floating point zero. Inf and NaN must be specified directly with an
122 static Float zero (int sign);
184 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags> Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::zero (int sign) function in class:tcu::Float
208 // Repurpose this otherwise invalid input as a shorthand notation for zero (no need for caller to care about internal representation)
211 // Handles the typical notation for zero (min exponent, mantissa 0). Note that the exponent usually used exponent (-ExponentBias) for zero/subnormals is not used.
212 // Instead zero/subnormal
[all...]
/external/fdlibm/
H A De_j0.c15 * Bessel function of the first and second kinds of order zero.
86 static double zero = 0.0; variable
109 if ((s*c)<zero) cc = z/ss;
172 if((ix|lx)==0) return -one/zero;
173 if(hx<0) return zero/zero;
196 if ((s*c)<zero) cc = z/ss;
H A De_j1.c15 * Bessel function of the first and second kinds of order zero.
87 static double zero = 0.0; variable
110 if ((s*c)>zero) cc = z/ss;
173 if((ix|lx)==0) return -one/zero;
174 if(hx<0) return zero/zero;
182 if ((s*c)>zero) cc = z/ss;
/external/jemalloc/include/jemalloc/internal/
H A Dtcache.h147 void *tcache_alloc_small(tcache_t *tcache, size_t size, bool zero);
148 void *tcache_alloc_large(tcache_t *tcache, size_t size, bool zero);
272 tcache_alloc_small(tcache_t *tcache, size_t size, bool zero) argument
290 if (zero == false) {
315 tcache_alloc_large(tcache_t *tcache, size_t size, bool zero)
332 ret = arena_malloc_large(tcache->arena, size, zero);
344 if (zero == false) {

Completed in 4500 milliseconds

1234567891011>>