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

1 2

  /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 40 public boolean setShifted(boolean shifted) {
41 boolean result = super.setShifted(shifted);
  /external/icu4c/test/perf/collationperf/
Makefile.in 58 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainGrid.java 310 Vector3f shifted = tile.subtract(offsetHalf); local
311 return new Vector3f(FastMath.floor(shifted.x), 0, FastMath.floor(shifted.z));
  /external/skia/legacy/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);
  /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/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 236 SkColor shifted = color_utils::HSLShift(GdkToSkColor(frame_color), shift); local
238 frame_color->red = SkColorGetR(shifted) * kSkiaToGDKMultiplier;
239 frame_color->green = SkColorGetG(shifted) * kSkiaToGDKMultiplier;
240 frame_color->blue = SkColorGetB(shifted) * kSkiaToGDKMultiplier;
    [all...]
  /external/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/libvorbis/doc/
09-helper.tex 59 3) [exponent] = ( [x] bitwise AND 0x7fe00000) shifted right 21 bits (unsigned result)
07-floor1.tex 206 15) [cval] = [cval] right shifted [cbits] bits
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 643 int shifted = (mShiftOn == 0) ? 1 : 0; local
644 Keyboard newKeyboard = getShiftChangeKeyboard(shifted);
646 mShiftOn = shifted;
    [all...]
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 414 final long shifted = Math.round(num * magnitude); local
415 return shifted / magnitude;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 206 ; $word2, $word3 are just 8 shifted versions
371 ;// registers with pixels corresponding to one horizontally shifted pixel
442 ;// 1 pixel right shifted version, with 4 pixels in one register. Another
445 ;// shifted version as they are inputs to the M_AVG4 macro which computes
452 ;// shifted by 4
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 237 ; Decisions are made based on the bit value shifted
vp8_packtokens_armv5.asm 87 ; Decisions are made based on the bit value shifted
vp8_packtokens_mbrow_armv5.asm 108 ; Decisions are made based on the bit value shifted
vp8_packtokens_partitions_armv5.asm 137 ; Decisions are made based on the bit value shifted
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 506 * @param shifted whether or not to enable the state of the shift key
510 public boolean setShifted(boolean shifted) {
512 if (mKeyboard.setShifted(shifted)) {
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_neon.S 484 vrshrn.i32 d16, Q8, #8 @ d16 : R shifted right by 8 rounded'n narrowed to 16bit
485 vrshrn.i32 d18, Q9, #8 @ d18 : G shifted right by 8 rounded'n narrowed to 16bit
486 vrshrn.i32 d20, Q10, #8 @ d20 : B shifted right by 8 rounded'n narrowed to 16bit
489 vrshrn.i32 d17, Q11, #8 @ d17 : R shifted right by 8 rounded'n narrowed to 16bit
490 vrshrn.i32 d19, Q12, #8 @ d19 : G shifted right by 8 rounded'n narrowed to 16bit
491 vrshrn.i32 d21, Q13, #8 @ d21 : B shifted right by 8 rounded'n narrowed to 16bit
578 vrshrn.i32 d16, Q8, #8 @ d16 : R shifted right by 8 rounded'n narrowed to 16bit
579 vrshrn.i32 d18, Q9, #8 @ d18 : G shifted right by 8 rounded'n narrowed to 16bit
580 vrshrn.i32 d20, Q10, #8 @ d20 : B shifted right by 8 rounded'n narrowed to 16bit
583 vrshrn.i32 d17, Q11, #8 @ d17 : R shifted right by 8 rounded'n narrowed to 16bi
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 149 const static char shifted[][20] = { variable
212 size = sizeof(shifted)/sizeof(shifted[0]);
215 u_uastrcpy(t1, shifted[i]);
216 u_uastrcpy(t2, shifted[j]);
224 size = sizeof(shifted)/sizeof(shifted[0]);
226 u_uastrcpy(t1, shifted[i-1]);
227 u_uastrcpy(t2, shifted[i]);
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
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
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 489 * @param shifted whether or not to enable the state of the shift key
493 public boolean setShifted(boolean shifted) {
495 if (mKeyboard.setShifted(shifted)) {
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 100 or %bh,%bh # ! if 0 we shifted through 8 and must

Completed in 2018 milliseconds

1 2