HomeSort by relevance Sort by last modified time
    Searched refs:shifted (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 20 # In order to keep the id ranges for each set disjoint, ids are shifted
203 $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}
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardView.java 45 public boolean setShifted(boolean shifted) {
46 boolean result = super.setShifted(shifted);
  /external/chromium_org/ui/gfx/
skbitmap_operations_unittest.cc 64 SkBitmap shifted; local
65 shifted.setConfig(SkBitmap::kARGB_8888_Config, bitmap.width(),
67 shifted.allocPixels();
68 shifted.eraseARGB(0, 0, 0, 0);
71 SkAutoLockPixels lock_shifted(shifted);
76 SkPMColor* tinted_pixels = shifted.getAddr32(0, y);
84 return shifted;
233 SkBitmap shifted = ReferenceCreateHSLShiftedBitmap(src, hsl); local
236 SkAutoLockPixels shifted_lock(shifted);
241 SkColor shifted_pixel = *shifted.getAddr32(x, y)
272 SkBitmap shifted = SkBitmapOperations::CreateHSLShiftedBitmap(src, hsl); local
313 SkBitmap shifted = SkBitmapOperations::CreateHSLShiftedBitmap(src, hsl); local
    [all...]
skbitmap_operations.cc 552 SkBitmap shifted; local
553 shifted.allocN32Pixels(bitmap.width(), bitmap.height());
554 shifted.eraseARGB(0, 0, 0, 0);
557 SkAutoLockPixels lock_shifted(shifted);
562 SkPMColor* tinted_pixels = shifted.getAddr32(0, y);
567 return shifted;
671 // |ag| has the alpha and green channels shifted right by 8 bits from
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
Makefile.in 58 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
  /external/icu/icu4c/source/test/perf/collationperf/
Makefile.in 58 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 113 LLVMValueRef shifted = LLVMBuildBitCast(builder, LLVMBuildShl(builder, expmant, i32_13, ""), float_vec_type, ""); local
116 LLVMValueRef scaled = LLVMBuildBitCast(builder, LLVMBuildFMul(builder, shifted, f32_magic, ""), int_vec_type, "");
591 LLVMValueRef shifted; local
594 shifted = LLVMBuildAShr(builder, tmp[i], shift, "");
596 shifted = LLVMBuildLShr(builder, tmp[i], shift, "");
598 tmp[i] = LLVMBuildSub(builder, tmp[i], shifted, "");
lp_bld_format_aos.c 154 LLVMValueRef shifted, casted, scaled, masked; local
229 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), "");
230 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), "");
271 LLVMValueRef shifted, casted, scaled, unswizzled; local
335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), "");
340 LLVMValueRef component = LLVMBuildExtractElement(builder, shifted,
lp_bld_swizzle.c 403 LLVMValueRef shifted; local
411 shifted = LLVMBuildShl(builder, masked,
414 shifted = LLVMBuildLShr(builder, masked,
417 shifted = masked;
420 res = LLVMBuildOr(builder, res, shifted, "");
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 113 LLVMValueRef shifted = LLVMBuildBitCast(builder, LLVMBuildShl(builder, expmant, i32_13, ""), float_vec_type, ""); local
116 LLVMValueRef scaled = LLVMBuildBitCast(builder, LLVMBuildFMul(builder, shifted, f32_magic, ""), int_vec_type, "");
591 LLVMValueRef shifted; local
594 shifted = LLVMBuildAShr(builder, tmp[i], shift, "");
596 shifted = LLVMBuildLShr(builder, tmp[i], shift, "");
598 tmp[i] = LLVMBuildSub(builder, tmp[i], shifted, "");
lp_bld_format_aos.c 154 LLVMValueRef shifted, casted, scaled, masked; local
229 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), "");
230 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), "");
271 LLVMValueRef shifted, casted, scaled, unswizzled; local
335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), "");
340 LLVMValueRef component = LLVMBuildExtractElement(builder, shifted,
lp_bld_swizzle.c 403 LLVMValueRef shifted; local
411 shifted = LLVMBuildShl(builder, masked,
414 shifted = LLVMBuildLShr(builder, masked,
417 shifted = masked;
420 res = LLVMBuildOr(builder, res, shifted, "");
  /external/chromium_org/ash/wm/
app_list_controller.cc 489 gfx::Rect shifted(view_bounds_);
490 shifted.set_x(shifted.x() + shift);
491 widget->SetBounds(shifted);
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 104 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
107 sum = _mm_add_epi16(sum, shifted);
214 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
217 sum = _mm_add_epi16(sum, shifted);
732 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
735 sum = _mm_add_epi16(sum, shifted);
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 104 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
107 sum = _mm_add_epi16(sum, shifted);
214 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
217 sum = _mm_add_epi16(sum, shifted);
732 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
735 sum = _mm_add_epi16(sum, shifted);
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.c 331 struct bezier *shifted,
384 bezier_init(shifted, l[0], l[1],
436 bezier_init2v(shifted,
440 return good_offset(orig, shifted, offset, threshold);
  /external/chromium_org/v8/test/mjsunit/
array-elements-from-array-prototype-chain.js 147 // 4 and above shifted left by one reifying at7 into a0[6] and keeping
175 // Now owned undefined resides at 4 and rest is shifted right by one
array-elements-from-array-prototype.js 147 // 4 and above shifted left by one reifying at7 into a0[6] and keeping
175 // Now owned undefined resides at 4 and rest is shifted right by one
array-elements-from-object-prototype.js 147 // 4 and above shifted left by one reifying at7 into a0[6] and keeping
175 // Now owned undefined resides at 4 and rest is shifted right by one
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 331 struct bezier *shifted,
384 bezier_init(shifted, l[0], l[1],
436 bezier_init2v(shifted,
440 return good_offset(orig, shifted, offset, threshold);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_mmx.asm 188 psraw mm5, 1 ; partial shifted one more time for 2nd tap
189 psraw mm1, 1 ; partial shifted one more time for 2nd tap
504 psraw mm5, 1 ; partial shifted one more time for 2nd tap
506 psraw mm1, 1 ; partial shifted one more time for 2nd tap
  /external/libvorbis/doc/
09-helper.tex 59 3) [exponent] = ( [x] bitwise AND 0x7fe00000) shifted right 21 bits (unsigned result)
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_mmx.asm 188 psraw mm5, 1 ; partial shifted one more time for 2nd tap
189 psraw mm1, 1 ; partial shifted one more time for 2nd tap
504 psraw mm5, 1 ; partial shifted one more time for 2nd tap
506 psraw mm1, 1 ; partial shifted one more time for 2nd tap
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_mmx.asm 188 psraw mm5, 1 ; partial shifted one more time for 2nd tap
189 psraw mm1, 1 ; partial shifted one more time for 2nd tap
504 psraw mm5, 1 ; partial shifted one more time for 2nd tap
506 psraw mm1, 1 ; partial shifted one more time for 2nd tap

Completed in 981 milliseconds

1 2 3 4