/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAndOrXor.cpp | 323 // look for the first zero bit after the run of ones 325 // look for the first non-zero bit 401 /// contain any number of one bits and zero bits. 437 // if C is zero, then both A and B qualify as mask 640 // we can't use C as zero, because we might actually handle 643 Value* zero = Constant::getNullValue(A->getType()); local 644 return Builder->CreateICmp(NEWCC, newAnd, zero); 745 // iff the lower bits of C2 and CA are zero. 767 // Check that the low bits are zero. [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_soa.c | 810 res = bld_base->base.zero; 905 bld->bld_base.base.zero); 964 value = lp_build_max(&bld->bld_base.base, value, bld->bld_base.base.zero); 1486 LLVMValueRef zero = LLVMConstNull(bld->bld_base.base.int_vec_type); local [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi_insn.c | 807 struct src_register zero = get_zero_immediate( emit ); local 811 zero = scalar(zero, TGSI_SWIZZLE_X); 829 emit_src( emit, zero ) ); 1120 struct src_register zero, one; local 1377 struct src_register one, zero; local 1424 struct src_register zero = local 1490 struct src_register zero = get_zero_immediate( emit ); local 1839 struct src_register zero = get_zero_immediate( emit ); local 1985 struct src_register zero = get_zero_immediate( emit ); local 2035 struct src_register zero = get_zero_immediate( emit ); local 2098 struct src_register zero = get_zero_immediate( emit ); local 2188 struct src_register zero = get_zero_immediate( emit ); local 2292 struct src_register zero = get_zero_immediate( emit ); local 2949 struct src_register vface, zero; local 3020 struct src_register vface, zero; local 3062 struct src_register zero = get_zero_immediate(emit); local [all...] |
/external/opencv/cxcore/src/ |
cxmatmul.cpp | 613 static double zero[] = {0,0,0,0}; local [all...] |
/external/qemu/ |
trace.c | 261 // for the terminating zero. 414 uint64_t zero = 0; local 415 fwrite(&zero, sizeof(uint64_t), 1, trace_static.fstream); // bb_num 416 fwrite(&zero, sizeof(uint32_t), 1, trace_static.fstream); // bb_addr 417 fwrite(&zero, sizeof(uint32_t), 1, trace_static.fstream); // num_insns [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
CollisionSystem.java | 223 movementDirection, excludeObject, Vector2.ZERO, hitPoints); 636 mDelta.zero(); [all...] |
/external/v8/src/ |
assembler.cc | 95 double zero; member in struct:v8::internal::BASE_EMBEDDED 108 double_constants->zero = 0.0; 208 // dropped, and last non-zero chunk tagged with 1.) 980 &double_constants.Pointer()->zero)); [all...] |
/external/valgrind/main/VEX/priv/ |
host_amd64_isel.c | 284 /* Is this a 64-bit zero expression? */ 2925 HReg zero = generate_zeroes_V128(env); local 3534 HReg zero = generate_zeroes_V128(env); local [all...] |
host_arm_isel.c | 54 flags cleared, and FZ (flush to zero) disabled. Curiously enough, 55 this corresponds to a FPSCR value of zero. 57 fpscr should therefore be zero on entry to Vex-generated code, and 59 should be zero). 322 11 to zero 327 11 to zero 1015 ARMRI84* zero = ARMRI84_I84(0,0); local 1026 ARMRI84* zero = ARMRI84_I84(0,0); local 1975 HReg zero = newVRegI(env); local 2508 HReg zero = newVRegD(env); local 2550 HReg zero = newVRegD(env); local 3347 HReg zero = newVRegD(env); local 3972 HReg zero = newVRegV(env); local 4698 HReg zero = newVRegV(env); local 4741 HReg zero = newVRegV(env); local [all...] |
host_s390_isel.c | 470 (2) The ABI requires that integer values are sign- or zero-extended 1385 s390_opnd_RMI cond, r0, zero; local [all...] |
host_ppc_isel.c | 138 fctidz[.] (dbl->i64) if . ->undef rounds-to-zero 140 fctiwz[.] (dbl->i32) if . ->undef rounds-to-zero 168 24-29 (ibm) are exnmasks/non-IEEE bit, all zero 4300 HReg zero = newVRegV(env); local 4310 HReg zero = newVRegV(env); local 4320 HReg zero = newVRegV(env); local [all...] |
ir_opt.c | 2151 Bool zero; local [all...] |
/external/valgrind/main/coregrind/ |
m_main.c | 1545 struct vki_rlimit zero = { 0, 0 }; local [all...] |
/external/webp/src/dsp/ |
enc_sse2.c | 277 const __m128i zero = _mm_setzero_si128(); local 294 ref0 = _mm_unpacklo_epi8(ref0, zero); 295 ref1 = _mm_unpacklo_epi8(ref1, zero); 296 ref2 = _mm_unpacklo_epi8(ref2, zero); 297 ref3 = _mm_unpacklo_epi8(ref3, zero); 327 const __m128i zero = _mm_setzero_si128(); local 353 const __m128i src_0 = _mm_unpacklo_epi8(src0, zero); 354 const __m128i src_1 = _mm_unpacklo_epi8(src1, zero); 355 const __m128i src_2 = _mm_unpacklo_epi8(src2, zero); 356 const __m128i src_3 = _mm_unpacklo_epi8(src3, zero); 496 const __m128i zero = _mm_setzero_si128(); local 585 const __m128i zero = _mm_setzero_si128(); local 645 const __m128i zero = _mm_setzero_si128(); local 815 const __m128i zero = _mm_setzero_si128(); local [all...] |
lossless.c | 293 const __m128i zero = _mm_setzero_si128(); local 294 const __m128i C0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c0), zero); 295 const __m128i C1 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c1), zero); 296 const __m128i C2 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c2), zero); 307 const __m128i zero = _mm_setzero_si128(); local 308 const __m128i A0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(ave), zero); 309 const __m128i B0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c2), zero); 322 const __m128i zero = _mm_setzero_si128(); local 332 const __m128i pa = _mm_unpacklo_epi8(AC, zero); // |a - c| 333 const __m128i pb = _mm_unpacklo_epi8(BC, zero); // |b - c [all...] |
/art/compiler/llvm/ |
gbc_expander.cc | 191 // Sign or zero extend category 1 types < 32bits in size to 32bits. 705 // returns zero value under the the corresponding return type in this case. 1285 llvm::Value* zero = irb_.getJZero(op_jty); local 1487 llvm::Constant* zero = irb_.getJInt(0); local 2569 llvm::Constant* zero = irb_.getJZero(op_jty); local [all...] |
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/ |
Renderer11.cpp | 891 // check for zero-sized default framebuffer, which is a special case. 2709 UINT zero = 0; local [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
decimfmt.cpp | 1877 UChar32 zero = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); local 3412 UChar32 zero, sigDigit = kPatternSignificantDigit; local [all...] |
/external/chromium_org/ui/views/win/ |
hwnd_message_handler.cc | 1220 POINT zero = {0, 0}; local 1222 UpdateLayeredWindow(hwnd(), NULL, &position, &size, dib_dc, &zero, local [all...] |
/external/clang/lib/CodeGen/ |
CGObjC.cpp | 308 // 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. 1507 llvm::Value *zero = llvm::Constant::getNullValue(UnsignedLongLTy); local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
tdb.c | 157 /* free memory if the pointer is valid and zero the pointer */ 332 note that a len of zero means lock to end of file 943 do an unlocked scan of the hash table heads to find the next non-zero head. The value 1139 /* some systems don't like zero length malloc */ 1985 u32 zero = 0; local 2138 u32 zero = 0; local [all...] |
/external/genext2fs/ |
genext2fs.c | 559 70000 = 12 + 256 + 256*256 + 16*256 + 100 (indexing starts from zero) 580 block zero; // The famous block 0 member in struct:__anon20199 [all...] |
/external/pixman/pixman/ |
pixman-sse2.c | 3729 uint32_t opaque, zero; local 3839 uint32_t opaque, zero; local [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
debuginfo.c | 169 /* Allocate and zero out a new DebugInfo record. */ 689 will be one or above. If the returned value is zero, no debug info 2662 HChar zero = 0; local 3194 Addr zero; local [all...] |
/system/security/keystore/ |
keystore.cpp | 520 // zero padding area 1702 int32_t zero() { function in class:android::KeyStoreProxy [all...] |