Home
last modified time | relevance | path

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

123

/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/skia/src/opts/
DSkBitmapProcState_opts_SSE2.cpp112 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); in S32_opaque_D32_filter_DX_SSE2() local
115 sum = _mm_add_epi16(sum, shifted); in S32_opaque_D32_filter_DX_SSE2()
222 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); in S32_alpha_D32_filter_DX_SSE2() local
225 sum = _mm_add_epi16(sum, shifted); in S32_alpha_D32_filter_DX_SSE2()
/external/llvm/test/CodeGen/X86/
Dtrunc-to-bool.ll15 %shifted = ashr i32 %val, %mask
16 %anded = and i32 %shifted, 1
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-MOVs-arm.txt13 # A8.6.98 MOV (shifted register), and
/external/icu4c/test/perf/collationperf/
DMakefile.in58 … ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
/external/llvm/lib/Target/CellSPU/
DSPUNodes.td94 // Vector rotate left, bits shifted out of the left are rotated in on the right
104 // Shift entire quad left by bytes/bits. Zeros are shifted in on the right
DSPUOperands.td50 // Transform an immediate, returning the high 16 bits shifted down:
185 // Transform a float, returning the high 16 bits shifted down, as if
/external/llvm/test/Transforms/InstCombine/
Dlshr-phi.ll6 ; bits in the operand which might be non-zero will be shifted
/external/icu4c/test/testdata/
DDataDrivenCollationTest.txt146 "ignorable when following a shifted code point."
152 Arguments { "[alternate shifted][strength 4]" }
179 "ignorable when following a shifted code point."
/external/clang/lib/CodeGen/
DREADME.txt14 Bitfields accesses can be shifted to simplify masking and sign
/external/webkit/Tools/android/flex-2.5.4a/MISC/
DEBCDIC33 closely these days because my job has shifted somewhat.
/external/chromium/chrome/browser/ui/gtk/
Dgtk_theme_service.cc236 SkColor shifted = color_utils::HSLShift(GdkToSkColor(frame_color), shift); in GdkColorHSLShift() local
238 frame_color->red = SkColorGetR(shifted) * kSkiaToGDKMultiplier; in GdkColorHSLShift()
239 frame_color->green = SkColorGetG(shifted) * kSkiaToGDKMultiplier; in GdkColorHSLShift()
240 frame_color->blue = SkColorGetB(shifted) * kSkiaToGDKMultiplier; in GdkColorHSLShift()
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td25 // Note: We do not support rrx shifted operands yet.
428 // shifted imm
452 // shifted register
470 // shifted imm
492 // shifted register
531 // shifted imm
553 // shifted register
570 // shifted imm
595 // shifted register
612 // shifted imm
[all …]
/external/llvm/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt60 have their priorities shifted. The other option is to focus on a
/external/chromium/chrome/browser/ui/cocoa/
Dtab_view_picker_table.mm11 // are shifted by one. These functions convert between tab indices and table
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_controller_unittest.mm273 NSPoint shifted = [bbfc windowTopLeftForWidth:9999999 height:100];
274 EXPECT_LT(shifted.x, pt.x);
728 // The toFolder should have shifted left horizontally but not vertically.
732 // The toWindow should have shifted left horizontally, down vertically,
797 // The toFolder should have shifted.
799 // The toWindow should have shifted down vertically and grown vertically.
873 // but the subfolder window should have shifted vertically and grown.
/external/zlib/contrib/masm686/
Dmatch.asm169 ; It is then shifted into the high word, to make room for the wmask
/external/llvm/test/CodeGen/Alpha/
Dadd.ll1 ;test all the shifted and signextending adds and subs with and without consts
/external/srtp/doc/
Ddraft-irtf-cfrg-icm-00.txt155 where r denotes the shifted Offset, which is defined as the Offset
239 is then shifted so that it occupies the most significant octets of
/external/webkit/Source/WebKit/mac/WebView/
DWebFrameView.mm852 // We don't handle shifted or control-arrow keys here, so let super have a chance.
875 // We don't handle shifted or control-arrow keys here, so let super have a chance.
898 // We don't handle shifted or control-arrow keys here, so let super have a chance.
926 // We don't handle shifted or control-arrow keys here, so let super have a chance.
/external/icu4c/test/cintltst/
Dcmsccoll.c148 const static char shifted[][20] = { variable
211 size = sizeof(shifted)/sizeof(shifted[0]); in BlackBirdTest()
214 u_uastrcpy(t1, shifted[i]); in BlackBirdTest()
215 u_uastrcpy(t2, shifted[j]); in BlackBirdTest()
223 size = sizeof(shifted)/sizeof(shifted[0]); in BlackBirdTest()
225 u_uastrcpy(t1, shifted[i-1]); in BlackBirdTest()
226 u_uastrcpy(t2, shifted[i]); in BlackBirdTest()
/external/libvpx/vp8/encoder/arm/armv5te/
Dboolhuff_armv5te.asm216 ; Decisions are made based on the bit value shifted
Dvp8_packtokens_armv5.asm70 ; Decisions are made based on the bit value shifted
Dvp8_packtokens_mbrow_armv5.asm92 ; Decisions are made based on the bit value shifted
/external/icu4c/i18n/
Ducol.cpp4302 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED); in ucol_getSortKeySize() local
4364 if((shifted && ((notIsContinuation && order <= variableTopValue && primary1 > 0) in ucol_getSortKeySize()
4680 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED); in ucol_calcSortKey() local
4798 if((shifted && ((notIsContinuation && order <= variableTopValue && primary1 > 0) in ucol_calcSortKey()
7476 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED); in ucol_strcollRegular() local
7477 UBool qShifted = shifted && checkQuad; in ucol_strcollRegular()
7480 if(doHiragana && shifted) { in ucol_strcollRegular()
7487 uint32_t LVT = (shifted)?(coll->variableTopValue<<16):0; in ucol_strcollRegular()
7502 if(!shifted) { in ucol_strcollRegular()

123