Home
last modified time | relevance | path

Searched refs:shifted (Results 1 – 25 of 123) sorted by relevance

12345

/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
Dsymshift.pl203 $shifted = $id + $plane * 256;
205 if ($shifted{$sym}) {
206 $otherplane = int($shifted{$sym} / 256);
209 $shifted{$sym} = $shifted;
210 $sym{$shifted} = $sym;
211 $intable{$table}{$shifted}++;
227 $shifted = $id + $plane * 256;
228 $shifted{$sym} = $shifted unless $shifted{$sym};
229 $sym{$shifted} = $sym unless $sym{$shifted};
230 $intable{$table}{$shifted}++;
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dinsert-05.ll90 %shifted = lshr i64 %a, 1
91 %and = and i64 %shifted, 18446744069414584320
102 %shifted = lshr i64 %a, 1
103 %and = and i64 %shifted, 18446744069414584320
114 %shifted = lshr i64 %a, 1
115 %and = and i64 %shifted, 9223372032559808512
126 %shifted = lshr i64 %a, 1
127 %and = and i64 %shifted, 9223372032559808512
172 %shifted = shl i64 %a, 1
173 %and = and i64 %shifted, 4294967295
[all …]
Drnsbg-01.ll92 ; Test a case with a left shift and OR, where the OR covers all shifted bits.
116 ; shifted bits. We can't use RNSBG for the shift, but we can for the OR
141 ; Test a case with a right shift and OR, where the OR covers all the shifted
165 ; shifted bits. The shift needs to be done separately, but the OR and AND
245 ; Test a case with a shift, OR, and rotate where the OR covers all shifted bits.
Drisbg-01.ll5 ; Test an extraction of bit 0 from a right-shifted value.
25 ; Test an extraction of other bits from a right-shifted value.
45 ; Test an extraction of most bits from a right-shifted value.
89 ; Test an extraction of bits from a left-shifted value. The range should
256 ; Check that we use RISBG for shifted values even if the AND is a
433 ; Try a similar thing in which no shifted sign bits are kept.
/external/chromium_org/ui/gfx/
Dskbitmap_operations_unittest.cc64 SkBitmap shifted; in ReferenceCreateHSLShiftedBitmap() local
65 shifted.setConfig(SkBitmap::kARGB_8888_Config, bitmap.width(), in ReferenceCreateHSLShiftedBitmap()
67 shifted.allocPixels(); in ReferenceCreateHSLShiftedBitmap()
68 shifted.eraseARGB(0, 0, 0, 0); in ReferenceCreateHSLShiftedBitmap()
71 SkAutoLockPixels lock_shifted(shifted); in ReferenceCreateHSLShiftedBitmap()
76 SkPMColor* tinted_pixels = shifted.getAddr32(0, y); in ReferenceCreateHSLShiftedBitmap()
84 return shifted; in ReferenceCreateHSLShiftedBitmap()
233 SkBitmap shifted = ReferenceCreateHSLShiftedBitmap(src, hsl); in TEST() local
236 SkAutoLockPixels shifted_lock(shifted); in TEST()
241 SkColor shifted_pixel = *shifted.getAddr32(x, y); in TEST()
[all …]
Dskbitmap_operations.cc561 SkBitmap shifted; in CreateHSLShiftedBitmap() local
562 shifted.setConfig(SkBitmap::kARGB_8888_Config, bitmap.width(), in CreateHSLShiftedBitmap()
564 shifted.allocPixels(); in CreateHSLShiftedBitmap()
565 shifted.eraseARGB(0, 0, 0, 0); in CreateHSLShiftedBitmap()
568 SkAutoLockPixels lock_shifted(shifted); in CreateHSLShiftedBitmap()
573 SkPMColor* tinted_pixels = shifted.getAddr32(0, y); in CreateHSLShiftedBitmap()
578 return shifted; in CreateHSLShiftedBitmap()
/external/chromium-trace/trace-viewer/src/tracing/
Dselection_test.js54 var shifted = sel.getShiftedSelection(1);
55 assertEquals(1, shifted.length);
56 assertEquals(t1.sliceGroup.slices[1], shifted[0].slice);
/external/llvm/test/CodeGen/AArch64/
Dbitfield.ll185 %shifted = lshr i32 %fields, 23
186 %masked = and i32 %shifted, 7
195 %shifted = lshr i64 %fields, 25
196 %masked = and i64 %shifted, 1023
205 %shifted = shl i32 %fields, 23
206 %extended = ashr i32 %shifted, 29
215 %shifted = shl i64 %fields, 1
216 %extended = ashr i64 %shifted, 1
Daddsub.ll27 ; Add 12-bit immediates, shifted left by 12 bits
61 ; Subtract 12-bit immediates, shifted left by 12 bits
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c154 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local
229 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), ""); in lp_build_unpack_arith_rgba_aos()
230 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), ""); in lp_build_unpack_arith_rgba_aos()
271 LLVMValueRef shifted, casted, scaled, unswizzled; in lp_build_pack_rgba_aos() local
335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), ""); in lp_build_pack_rgba_aos()
340 LLVMValueRef component = LLVMBuildExtractElement(builder, shifted, in lp_build_pack_rgba_aos()
Dlp_bld_swizzle.c403 LLVMValueRef shifted; in lp_build_swizzle_aos() local
411 shifted = LLVMBuildShl(builder, masked, in lp_build_swizzle_aos()
414 shifted = LLVMBuildLShr(builder, masked, in lp_build_swizzle_aos()
417 shifted = masked; in lp_build_swizzle_aos()
420 res = LLVMBuildOr(builder, res, shifted, ""); in lp_build_swizzle_aos()
Dlp_bld_conv.c113 …LLVMValueRef shifted = LLVMBuildBitCast(builder, LLVMBuildShl(builder, expmant, i32_13, ""),… in lp_build_half_to_float() local
116 …LLVMValueRef scaled = LLVMBuildBitCast(builder, LLVMBuildFMul(builder, shifted, f32_magic, … in lp_build_half_to_float()
591 LLVMValueRef shifted; in lp_build_conv() local
594 shifted = LLVMBuildAShr(builder, tmp[i], shift, ""); in lp_build_conv()
596 shifted = LLVMBuildLShr(builder, tmp[i], shift, ""); in lp_build_conv()
598 tmp[i] = LLVMBuildSub(builder, tmp[i], shifted, ""); in lp_build_conv()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c154 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local
229 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), ""); in lp_build_unpack_arith_rgba_aos()
230 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), ""); in lp_build_unpack_arith_rgba_aos()
271 LLVMValueRef shifted, casted, scaled, unswizzled; in lp_build_pack_rgba_aos() local
335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), ""); in lp_build_pack_rgba_aos()
340 LLVMValueRef component = LLVMBuildExtractElement(builder, shifted, in lp_build_pack_rgba_aos()
Dlp_bld_swizzle.c403 LLVMValueRef shifted; in lp_build_swizzle_aos() local
411 shifted = LLVMBuildShl(builder, masked, in lp_build_swizzle_aos()
414 shifted = LLVMBuildLShr(builder, masked, in lp_build_swizzle_aos()
417 shifted = masked; in lp_build_swizzle_aos()
420 res = LLVMBuildOr(builder, res, shifted, ""); in lp_build_swizzle_aos()
Dlp_bld_conv.c113 …LLVMValueRef shifted = LLVMBuildBitCast(builder, LLVMBuildShl(builder, expmant, i32_13, ""),… in lp_build_half_to_float() local
116 …LLVMValueRef scaled = LLVMBuildBitCast(builder, LLVMBuildFMul(builder, shifted, f32_magic, … in lp_build_half_to_float()
591 LLVMValueRef shifted; in lp_build_conv() local
594 shifted = LLVMBuildAShr(builder, tmp[i], shift, ""); in lp_build_conv()
596 shifted = LLVMBuildLShr(builder, tmp[i], shift, ""); in lp_build_conv()
598 tmp[i] = LLVMBuildSub(builder, tmp[i], shifted, ""); in lp_build_conv()
/external/llvm/test/CodeGen/X86/
Dtrunc-to-bool.ll15 %shifted = ashr i32 %val, %mask
16 %anded = and i32 %shifted, 1
Dsext-load.ll17 ; preserved even when removing shifted-out low bits.
/external/chromium_org/ash/wm/
Dapp_list_controller.cc425 gfx::Rect shifted(view_bounds_); in TransitionChanged() local
426 shifted.set_x(shifted.x() + shift); in TransitionChanged()
427 widget->SetBounds(shifted); in TransitionChanged()
/external/icu4c/data/coll/
Dth.txt17 " [alternate shifted] [normalization on] [reorder Thai]"
/external/chromium_org/third_party/skia/src/opts/
DSkBitmapProcState_opts_SSE2.cpp105 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); in S32_opaque_D32_filter_DX_SSE2() local
108 sum = _mm_add_epi16(sum, shifted); in S32_opaque_D32_filter_DX_SSE2()
215 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); in S32_alpha_D32_filter_DX_SSE2() local
218 sum = _mm_add_epi16(sum, shifted); in S32_alpha_D32_filter_DX_SSE2()
733 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); in S32_D16_filter_DX_SSE2() local
736 sum = _mm_add_epi16(sum, shifted); in S32_D16_filter_DX_SSE2()
/external/skia/src/opts/
DSkBitmapProcState_opts_SSE2.cpp105 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); in S32_opaque_D32_filter_DX_SSE2() local
108 sum = _mm_add_epi16(sum, shifted); in S32_opaque_D32_filter_DX_SSE2()
215 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); in S32_alpha_D32_filter_DX_SSE2() local
218 sum = _mm_add_epi16(sum, shifted); in S32_alpha_D32_filter_DX_SSE2()
733 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); in S32_D16_filter_DX_SSE2() local
736 sum = _mm_add_epi16(sum, shifted); in S32_D16_filter_DX_SSE2()
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
DTerrainGrid.java310 Vector3f shifted = tile.subtract(offsetHalf); in getCamCell() local
311 return new Vector3f(FastMath.floor(shifted.x), 0, FastMath.floor(shifted.z)); in getCamCell()
/external/icu4c/test/perf/collationperf/
DMakefile.in58 … ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
DMakefile.in58 … ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
/external/llvm/test/Transforms/InstCombine/
Dlshr-phi.ll6 ; bits in the operand which might be non-zero will be shifted

12345