Searched defs:zero (Results 276 - 300 of 301) sorted by relevance

<<111213

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp246 // advance the span with zero winding
247 // if the following span exists (not past the end, non-zero winding)
781 bool zero = lastWind == 0 && lastOpp == 0; local
786 if (zero) {
2022 If the supplied sign (winding) is zero, then we didn't hit another vertical span, so dx is needed.
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c59 #define ERRCODE_ZERO "division by zero error"
470 wordptr zero; local
483 zero = addr;
484 BIT_VECTOR_ZERO_WORDS(zero,size)
2749 boolean zero; local
2784 zero = TRUE;
2785 while (zero and (size-- > 0))
2787 zero &= (*(--ptr_y) == 0);
2788 zero &= (*(--ptr_z) == 0);
2828 - Y must be non-zero (o
[all...]
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc1275 POINT zero = {0, 0}; local
1277 UpdateLayeredWindow(hwnd(), NULL, &position, &size, dib_dc, &zero, local
/external/clang/lib/CodeGen/
H A DCGObjC.cpp308 // which we zero out. We don't want to Block_copy block receivers,
841 // We don't need to do anything for a zero-size struct.
1110 // We don't need to do anything for a zero-size struct.
1507 llvm::Value *zero = llvm::Constant::getNullValue(UnsignedLongLTy); local
1509 // If the limit pointer was zero to begin with, the collection is
1511 Builder.CreateCondBr(Builder.CreateICmpEQ(initialBufferLimit, zero, "iszero"),
1535 index->addIncoming(zero, LoopInitBB);
1663 // If we got a zero count, we're done.
1667 index->addIncoming(zero, Builder.GetInsertBlock());
1670 Builder.CreateCondBr(Builder.CreateICmpEQ(refetchCount, zero),
[all...]
H A DCGObjCMac.cpp1666 // Find the scalar type and its zero value.
2215 /// z captured object of BLOCK_LAYOUT_WEAK. If any of the above is missing, zero
3030 /// Class has non-trivial destructors, but zero-initialization is okay.
4801 unsigned char zero = 0; local
4802 BitMap += zero;
5878 // anything except zero-initialization during construction. This
/external/icu4c/i18n/
H A Ddecimfmt.cpp1156 // output the first digit (or the leading zero)
1404 * Note: sign is important for zero as well as non-zero numbers.
1539 // char zero = '0';
1610 digits.reduce(); // Removes trailing zero digits.
1630 // is zero, since then there may be no digits.
1678 // For zero values, we force the exponent to zero. We
1764 // Output a zero (leading or trailing)
1780 // before the zero wa
2219 UChar32 zero = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); local
4247 UChar32 zero, sigDigit = kPatternSignificantDigit; local
[all...]
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c21 d0 = _mm_unpacklo_epi8(d0, zero); \
29 const __m128i zero = _mm_setzero_si128(); local
139 d0 = _mm_unpacklo_epi8(d0, zero);
140 d2 = _mm_unpacklo_epi8(d2, zero);
160 const __m128i zero = _mm_setzero_si128(); local
277 const __m128i zero = _mm_setzero_si128(); local
372 out4 = out5 = out6 = out7 = zero; \
497 d0 = _mm_unpacklo_epi8(d0, zero); \
505 const __m128i zero = _mm_setzero_si128(); local
574 const __m128i zero local
896 const __m128i zero = _mm_setzero_si128(); local
961 const __m128i zero = _mm_setzero_si128(); local
1242 const __m128i zero = _mm_setzero_si128(); local
1448 const __m128i zero = _mm_setzero_si128(); local
2343 const __m128i zero = _mm_setzero_si128(); local
2436 const __m128i zero = _mm_setzero_si128(); local
3346 const __m128i zero = _mm_setzero_si128(); local
3749 const __m128i zero = _mm_setzero_si128(); local
3892 const __m128i zero = _mm_setzero_si128(); local
[all...]
/external/skia/src/pathops/
H A DSkOpSegment.cpp246 // advance the span with zero winding
247 // if the following span exists (not past the end, non-zero winding)
781 bool zero = lastWind == 0 && lastOpp == 0; local
786 if (zero) {
2022 If the supplied sign (winding) is zero, then we didn't hit another vertical span, so dx is needed.
/external/valgrind/main/memcheck/
H A Dmc_translate.c791 that with zero. */
954 are zero and therefore defined (viz, zero).
1020 /* if yy is zero, then it must be fully defined (zero#). */
1130 zero origin. */
3138 /* These two take the lower half of each 16-bit lane, sign/zero
4632 supplied nia and pass zero instead. This is on the basis that
4634 almost always generate a shorter instruction to put zero into a
4945 IRAtom *expd_eq_old = NULL, *zero local
[all...]
/external/chromium_org/third_party/jemalloc/chromium/
H A Djemalloc.c135 /* Memory filling (junk/zero). */
1284 static void *chunk_recycle_reserve(size_t size, bool zero);
1285 static void *chunk_alloc(size_t size, bool zero, bool pagefile);
1293 bool large, bool zero);
1297 size_t size, bool large, bool zero);
1310 static void *arena_malloc_large(arena_t *arena, size_t size, bool zero);
1324 static void *huge_malloc(size_t size, bool zero);
2597 * sufficient to write one zero per disk block, but that potentially
2637 chunk_recycle_reserve(size_t size, bool zero) argument
2724 if (zero)
2735 chunk_alloc(size_t size, bool zero, bool pagefile) argument
3239 arena_run_split(arena_t *arena, arena_run_t *run, size_t size, bool large, bool zero) argument
3435 arena_run_alloc(arena_t *arena, arena_bin_t *bin, size_t size, bool large, bool zero) argument
4013 arena_malloc_small(arena_t *arena, size_t size, bool zero) argument
4083 arena_malloc_large(arena_t *arena, size_t size, bool zero) argument
4119 arena_malloc(arena_t *arena, size_t size, bool zero) argument
4912 huge_malloc(size_t size, bool zero) argument
[all...]
/external/chromium_org/third_party/jemalloc/vendor/
H A Djemalloc.c128 /* Memory filling (junk/zero). */
1277 static void *chunk_recycle_reserve(size_t size, bool zero);
1278 static void *chunk_alloc(size_t size, bool zero, bool pagefile);
1286 bool large, bool zero);
1290 size_t size, bool large, bool zero);
1303 static void *arena_malloc_large(arena_t *arena, size_t size, bool zero);
1317 static void *huge_malloc(size_t size, bool zero);
2586 * sufficient to write one zero per disk block, but that potentially
2626 chunk_recycle_reserve(size_t size, bool zero) argument
2713 if (zero)
2724 chunk_alloc(size_t size, bool zero, bool pagefile) argument
3228 arena_run_split(arena_t *arena, arena_run_t *run, size_t size, bool large, bool zero) argument
3424 arena_run_alloc(arena_t *arena, arena_bin_t *bin, size_t size, bool large, bool zero) argument
4002 arena_malloc_small(arena_t *arena, size_t size, bool zero) argument
4072 arena_malloc_large(arena_t *arena, size_t size, bool zero) argument
4108 arena_malloc(arena_t *arena, size_t size, bool zero) argument
4901 huge_malloc(size_t size, bool zero) argument
[all...]
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc180 // receiver object). ecx is zero for method calls and non-zero for
185 __ j(zero, &ok, Label::kNear);
231 __ Assert(zero, kFrameIsExpectedToBeAligned);
347 __ j(zero, &do_not_pad, Label::kNear);
1390 DeoptimizeIf(zero, instr->environment());
1412 DeoptimizeIf(zero, instr->environment());
1444 DeoptimizeIf(zero, instr->environment());
1465 // Check for (0 / -x) that will produce negative zero.
1468 DeoptimizeIf(zero, inst
4161 Label positive, done, zero; local
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc161 // object). rcx is zero for method calls and non-zero for function
166 __ j(zero, &ok, Label::kNear);
1009 DeoptimizeIf(zero, instr->environment());
1031 DeoptimizeIf(zero, instr->environment());
1064 DeoptimizeIf(zero, instr->environment());
1098 DeoptimizeIf(zero, instr->environment());
1113 DeoptimizeIf(zero, instr->environment());
1145 DeoptimizeIf(zero, instr->environment());
1169 // Check for (0 / -x) that will produce negative zero
3721 Label positive, done, zero; local
[all...]
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc143 // receiver object). ecx is zero for method calls and non-zero for
148 __ j(zero, &ok, Label::kNear);
846 DeoptimizeIf(zero, instr->environment());
850 __ j(zero, &remainder_eq_dividend, Label::kNear);
891 // Check for (0 % -x) that will produce negative zero.
933 DeoptimizeIf(zero, instr->environment());
936 // Check for (0 / -x) that will produce negative zero.
952 DeoptimizeIf(zero, instr->environment());
1027 // Bail out if the result is supposed to be negative zero
3140 Label positive, done, zero; local
[all...]
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc437 volatile int* zero = NULL; local
438 *zero = 0;
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc302 // unit zero in case the client has changed that to something invalid.
403 bool AllocateStorage(const gfx::Size& size, GLenum format, bool zero);
1956 const gfx::Size& size, GLenum format, bool zero) {
1971 if (zero) {
2486 // This should now be associated with ID zero.
7803 // We should never have a large total size with a zero row size.
7816 scoped_ptr<char[]> zero(new char[size]);
7817 memset(zero.get(), 0, size);
7824 glTexSubImage2D(target, level, 0, y, width, h, format, type, zero.get());
7827 target, level, format, width, h, 0, format, type, zero
1955 AllocateStorage( const gfx::Size& size, GLenum format, bool zero) argument
8040 scoped_ptr<int8[]> zero; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c917 Nb: t must be zero to denote no saturation, and any nonzero
935 masked out. If the resulting value is zero then the GE flag is
959 /* Return the (32-bit, zero-or-nonzero representation scheme) of
1019 11 to zero
1024 11 to zero
1031 we don't zero out bits 24 and above, since the assignment to
1086 bits 7:4, and be zero everywhere else.
1348 /* Minor variant of the above that sets NDEP to zero (if it
1360 /* Minor variant of the above that sets DEP2 to zero (if it
1372 /* Minor variant of the above that sets DEP2 and NDEP to zero (i
6915 IRExpr *zero; local
6970 IRExpr *zero; local
7000 IRExpr *zero; local
7031 IRExpr *zero; local
7061 IRExpr *zero; local
7093 IRExpr *zero; local
7146 IRExpr *zero; local
15321 IRTemp zero = newTemp(Ity_I32); local
[all...]
H A Dguest_x86_toIR.c44 to zero.
89 jump to address zero, which is probably fatal.
132 which can be set zero or nonzero. If it is zero, emwarns
515 /* Lanes of vector registers are always numbered from zero being the
937 /* Set the OP and DEP1 fields only, and write zero to DEP2. */
963 result. Except if the shift amount is zero, the thunk is left
1114 generated, and restart_point must be zero (it is irrelevant).
1465 /* If the high 32 of the result are non-zero, there was a
1576 If index_r indicates %esp, zero i
5410 IRExpr* zero = mkU32(0); local
5421 IRExpr* zero = mkU32(0); local
7650 IRTemp zero = newTemp(Ity_I64); local
7690 IRTemp zero = newTemp(Ity_I64); local
[all...]
H A Dguest_amd64_toIR.c66 RDTSC returns zero, always.
85 32 bits of the effective address to become zero.
646 as zero.
828 the REX byte, if it is present; else that bit is taken to be zero.
1375 /* Lanes of vector registers are always numbered from zero being the
1547 /* Write the low half of a YMM reg and zero out the upper half. */
1764 /* Set the OP and DEP1 fields only, and write zero to DEP2. */
1791 result. Except if the shift amount is zero, the thunk is left
1947 generated, and restart_point must be zero (it is irrelevant).
2292 on the assumption that %fs is always zero
6653 IRExpr* zero = mkU32(0); local
6664 IRExpr* zero = mkU32(0); local
9181 IRTemp zero = newTemp(Ity_I64); local
9222 IRTemp zero = newTemp(Ity_I64); local
20142 IRExpr* zero = sz==4 ? mkU32(0) : mkU64(0); local
[all...]
H A Dguest_ppc_toIR.c64 to zero, whereas we keep maximum accuracy. However, using
239 /* Extract field from insn, given idx (zero = lsb) and field length */
733 /* break V128 to 4xI32's, then zero-extend to I64's */
1438 mask denotes zero. For rotates by immediates, a lot of
1440 return IRExpr_Mux0X( mask, /* zero rotate */ src,
1441 /* non-zero rotate */ rot );
1641 to be zero. */
1696 whichever bit it is, all other bits are guaranteed to be zero. In
1697 other words, the I32-typed expression will be zero if the bit is
1698 zero an
11148 IRTemp zero = newTemp( Ity_I32 ); local
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.c169 #define zero (__glXDefaultPixelStore+0) macro
5491 (void) memcpy((void *)(gc->pc + 80), (void *)((pixels == NULL) ? one : zero), 4);
5516 (void) memcpy((void *)(pc + 84), zero, 4);
/external/v8/test/cctest/
H A Dtest-api.cc2159 Local<v8::Value> zero = v8::External::Wrap(&data[0]); local
2164 char* char_ptr = reinterpret_cast<char*>(v8::External::Unwrap(zero));
2866 // Positive zero
2871 // Positive zero
13161 // converting NaNs and +/-Infinity to zero.
13714 // Make the script using a non-zero line and column offset.
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc3231 Local<v8::Value> zero = v8::External::New(CcTest::isolate(), &data[0]); local
3236 char* char_ptr = reinterpret_cast<char*>(v8::External::Cast(*zero)->Value());
4591 // Positive zero
4596 // Positive zero
13628 // Reset the entry count to zero and set the entry hook.
15937 // converting NaNs and +/-Infinity to zero.
16717 // Make the script using a non-zero line and column offset.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 1117 milliseconds

<<111213