Home
last modified time | relevance | path

Searched refs:alt (Results 1 – 25 of 734) sorted by relevance

12345678910>>...30

/external/harfbuzz_ng/test/shaping/data/in-house/tests/
Daat-trak.tests1 ../fonts/TRAK.ttf::U+0041,U+0042,U+0043:[A.alt=0+1000|B=1+1000|C.alt=2+1000]
2 ../fonts/TRAK.ttf:--font-ptem=.5:U+0041,U+0042,U+0043:[A.alt=0@100,0+1200|B=1@100,0+1200|C.alt=2@10…
3 ../fonts/TRAK.ttf:--font-ptem=1:U+0041,U+0042,U+0043:[A.alt=0@100,0+1200|B=1@100,0+1200|C.alt=2@100…
4 ../fonts/TRAK.ttf:--font-ptem=2:U+0041,U+0042,U+0043:[A.alt=0@100,0+1200|B=1@100,0+1200|C.alt=2@100…
5 ../fonts/TRAK.ttf:--font-ptem=9:U+0041,U+0042,U+0043:[A.alt=0@30,0+1060|B=1@30,0+1060|C.alt=2@30,0+…
6 ../fonts/TRAK.ttf:--font-ptem=24:U+0041,U+0042,U+0043:[A.alt=0@-7,0+986|B=1@-7,0+986|C.alt=2@-7,0+9…
7 ../fonts/TRAK.ttf:--font-ptem=72:U+0041,U+0042,U+0043:[A.alt=0@-35,0+929|B=1@-35,0+929|C.alt=2@-35,…
8 ../fonts/TRAK.ttf:--font-ptem=144:U+0041,U+0042,U+0043:[A.alt=0@-78,0+843|B=1@-78,0+843|C.alt=2@-78…
9 ../fonts/TRAK.ttf:--font-ptem=144:U+0041,U+0042,U+0043:[A.alt=0@-78,0+843|B=1@-78,0+843|C.alt=2@-78…
10 …TRAK.ttf:--font-ptem=144 --features=-trak:U+0041,U+0042,U+0043:[A.alt=0+1000|B=1+1000|C.alt=2+1000]
[all …]
/external/antlr/tool/src/main/java/org/antlr/analysis/
DDFAState.java232 if ( c.alt < minAltInConfigurations ) { in addNFAConfiguration()
233 minAltInConfigurations = c.alt; in addNFAConfiguration()
242 cachedHashCode += c.state + c.alt; in addNFAConfiguration()
263 int alt, in addNFAConfiguration() argument
268 alt, in addNFAConfiguration()
434 int alt = NFA.INVALID_ALT_NUMBER; in getUniquelyPredictedAlt() local
444 if ( alt==NFA.INVALID_ALT_NUMBER ) { in getUniquelyPredictedAlt()
445 alt = configuration.alt; // found first nonresolved alt in getUniquelyPredictedAlt()
447 else if ( configuration.alt!=alt ) { in getUniquelyPredictedAlt()
451 this.cachedUniquelyPredicatedAlt = alt; in getUniquelyPredictedAlt()
[all …]
DLL1DFA.java62 for (int alt=1; alt<altLook.length; alt++) { in LL1DFA()
65 setAcceptState(alt, acceptAltState); in LL1DFA()
67 acceptAltState.cachedUniquelyPredicatedAlt = alt; in LL1DFA()
68 Label e = getLabelForSet(altLook[alt].tokenTypeSet); in LL1DFA()
100 int alt = alts.get(0); in LL1DFA() local
101 setAcceptState(alt, s); in LL1DFA()
102 s.cachedUniquelyPredicatedAlt = alt; in LL1DFA()
109 int alt = (int)alts.get(i); in LL1DFA() local
111 DFAState predDFATarget = getAcceptState(alt); in LL1DFA()
115 predDFATarget.cachedUniquelyPredicatedAlt = alt; in LL1DFA()
[all …]
DNFAToDFAConverter.java140 NFAState alt = dfa.decisionNFAStartState; in computeStartState() local
145 while ( alt!=null ) { in computeStartState()
159 closure((NFAState)alt.transition[0].target, in computeStartState()
169 closure((NFAState)alt.transition[0].target, in computeStartState()
181 if ( alt.transition[1] ==null ) { in computeStartState()
184 alt = (NFAState)alt.transition[1].target; in computeStartState()
478 c.alt, in closure()
592 int alt, in closure() argument
600 alt+" filling DFA state "+d.stateNumber+" with context "+context in closure()
614 alt, in closure()
[all …]
DNFAConfiguration.java43 public int alt; field in NFAConfiguration
90 int alt, in NFAConfiguration() argument
95 this.alt = alt; in NFAConfiguration()
114 this.alt==other.alt && in equals()
121 int h = state + alt + context.hashCode(); in hashCode()
135 buf.append(alt); in toString()
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/tests/
DMORX-25.tests1 …font-funcs=ft:U+0041,U+0042,U+0043,U+0044,U+0045:[A.alt|B.alt@1000,0|C.alt@2000,0|D.alt@3000,0|E.a…
3 …font-funcs=ft:U+0043,U+0042,U+0041,U+0042,U+0043:[C|B@596,0|A.alt@1222,0|B.alt@2222,0|C.alt@3222,0]
4 … --remove-default-ignorables --font-funcs=ft:U+0041,U+0042,U+0043:[A.alt|B.alt@1000,0|C.alt@2000,0]
6 …font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0041,U+0042:[A.alt|B.alt@1000,0]
/external/FP16/
DCMakeLists.txt124 ADD_EXECUTABLE(alt-to-fp32-bits-test test/alt-to-fp32-bits.cc test/tables.cc)
125 TARGET_INCLUDE_DIRECTORIES(alt-to-fp32-bits-test PRIVATE test)
126 TARGET_LINK_LIBRARIES(alt-to-fp32-bits-test fp16 gtest gtest_main)
127 ADD_TEST(alt-to-fp32-bits alt-to-fp32-bits-test)
129 ADD_EXECUTABLE(alt-to-fp32-value-test test/alt-to-fp32-value.cc test/tables.cc)
130 TARGET_INCLUDE_DIRECTORIES(alt-to-fp32-value-test PRIVATE test)
131 TARGET_LINK_LIBRARIES(alt-to-fp32-value-test fp16 gtest gtest_main)
132 ADD_TEST(alt-to-fp32-value alt-to-fp32-value-test)
134 ADD_EXECUTABLE(alt-from-fp32-value-test test/alt-from-fp32-value.cc test/tables.cc)
135 TARGET_INCLUDE_DIRECTORIES(alt-from-fp32-value-test PRIVATE test)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dcond-store-01.ll9 define void @f1(i8 *%ptr, i8 %alt, i32 %limit) {
18 %res = select i1 %cond, i8 %orig, i8 %alt
24 define void @f2(i8 *%ptr, i8 %alt, i32 %limit) {
33 %res = select i1 %cond, i8 %alt, i8 %orig
40 define void @f3(i8 *%ptr, i32 %alt, i32 %limit) {
50 %res = select i1 %cond, i32 %ext, i32 %alt
57 define void @f4(i8 *%ptr, i32 %alt, i32 %limit) {
67 %res = select i1 %cond, i32 %alt, i32 %ext
75 define void @f5(i8 *%ptr, i32 %alt, i32 %limit) {
85 %res = select i1 %cond, i32 %ext, i32 %alt
[all …]
Dcond-store-02.ll9 define void @f1(i16 *%ptr, i16 %alt, i32 %limit) {
18 %res = select i1 %cond, i16 %orig, i16 %alt
24 define void @f2(i16 *%ptr, i16 %alt, i32 %limit) {
33 %res = select i1 %cond, i16 %alt, i16 %orig
40 define void @f3(i16 *%ptr, i32 %alt, i32 %limit) {
50 %res = select i1 %cond, i32 %ext, i32 %alt
57 define void @f4(i16 *%ptr, i32 %alt, i32 %limit) {
67 %res = select i1 %cond, i32 %alt, i32 %ext
75 define void @f5(i16 *%ptr, i32 %alt, i32 %limit) {
85 %res = select i1 %cond, i32 %ext, i32 %alt
[all …]
Dcond-store-03.ll8 define void @f1(i32 *%ptr, i32 %alt, i32 %limit) {
17 %res = select i1 %cond, i32 %orig, i32 %alt
23 define void @f2(i32 *%ptr, i32 %alt, i32 %limit) {
32 %res = select i1 %cond, i32 %alt, i32 %orig
39 define void @f3(i32 *%ptr, i64 %alt, i32 %limit) {
49 %res = select i1 %cond, i64 %ext, i64 %alt
56 define void @f4(i32 *%ptr, i64 %alt, i32 %limit) {
66 %res = select i1 %cond, i64 %alt, i64 %ext
74 define void @f5(i32 *%ptr, i64 %alt, i32 %limit) {
84 %res = select i1 %cond, i64 %ext, i64 %alt
[all …]
Dcond-store-05.ll8 define void @f1(float *%ptr, float %alt, i32 %limit) {
17 %res = select i1 %cond, float %orig, float %alt
23 define void @f2(float *%ptr, float %alt, i32 %limit) {
32 %res = select i1 %cond, float %alt, float %orig
38 define void @f3(float *%base, float %alt, i32 %limit) {
48 %res = select i1 %cond, float %orig, float %alt
54 define void @f4(float *%base, float %alt, i32 %limit) {
64 %res = select i1 %cond, float %orig, float %alt
70 define void @f5(float *%base, float %alt, i32 %limit) {
80 %res = select i1 %cond, float %orig, float %alt
[all …]
Dcond-store-06.ll8 define void @f1(double *%ptr, double %alt, i32 %limit) {
17 %res = select i1 %cond, double %orig, double %alt
23 define void @f2(double *%ptr, double %alt, i32 %limit) {
32 %res = select i1 %cond, double %alt, double %orig
38 define void @f3(double *%base, double %alt, i32 %limit) {
48 %res = select i1 %cond, double %orig, double %alt
54 define void @f4(double *%base, double %alt, i32 %limit) {
64 %res = select i1 %cond, double %orig, double %alt
70 define void @f5(double *%base, double %alt, i32 %limit) {
80 %res = select i1 %cond, double %orig, double %alt
[all …]
Dcond-store-04.ll8 define void @f1(i64 *%ptr, i64 %alt, i32 %limit) {
17 %res = select i1 %cond, i64 %orig, i64 %alt
23 define void @f2(i64 *%ptr, i64 %alt, i32 %limit) {
32 %res = select i1 %cond, i64 %alt, i64 %orig
38 define void @f3(i64 *%base, i64 %alt, i32 %limit) {
48 %res = select i1 %cond, i64 %orig, i64 %alt
55 define void @f4(i64 *%base, i64 %alt, i32 %limit) {
66 %res = select i1 %cond, i64 %orig, i64 %alt
72 define void @f5(i64 *%base, i64 %alt, i32 %limit) {
82 %res = select i1 %cond, i64 %orig, i64 %alt
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dcond-store-02.ll9 define void @f1(i16 *%ptr, i16 %alt, i32 %limit) {
18 %res = select i1 %cond, i16 %orig, i16 %alt
24 define void @f2(i16 *%ptr, i16 %alt, i32 %limit) {
33 %res = select i1 %cond, i16 %alt, i16 %orig
40 define void @f3(i16 *%ptr, i32 %alt, i32 %limit) {
50 %res = select i1 %cond, i32 %ext, i32 %alt
57 define void @f4(i16 *%ptr, i32 %alt, i32 %limit) {
67 %res = select i1 %cond, i32 %alt, i32 %ext
75 define void @f5(i16 *%ptr, i32 %alt, i32 %limit) {
85 %res = select i1 %cond, i32 %ext, i32 %alt
[all …]
Dcond-store-01.ll9 define void @f1(i8 *%ptr, i8 %alt, i32 %limit) {
18 %res = select i1 %cond, i8 %orig, i8 %alt
24 define void @f2(i8 *%ptr, i8 %alt, i32 %limit) {
33 %res = select i1 %cond, i8 %alt, i8 %orig
40 define void @f3(i8 *%ptr, i32 %alt, i32 %limit) {
50 %res = select i1 %cond, i32 %ext, i32 %alt
57 define void @f4(i8 *%ptr, i32 %alt, i32 %limit) {
67 %res = select i1 %cond, i32 %alt, i32 %ext
75 define void @f5(i8 *%ptr, i32 %alt, i32 %limit) {
85 %res = select i1 %cond, i32 %ext, i32 %alt
[all …]
Dcond-store-03.ll8 define void @f1(i32 *%ptr, i32 %alt, i32 %limit) {
17 %res = select i1 %cond, i32 %orig, i32 %alt
23 define void @f2(i32 *%ptr, i32 %alt, i32 %limit) {
32 %res = select i1 %cond, i32 %alt, i32 %orig
39 define void @f3(i32 *%ptr, i64 %alt, i32 %limit) {
49 %res = select i1 %cond, i64 %ext, i64 %alt
56 define void @f4(i32 *%ptr, i64 %alt, i32 %limit) {
66 %res = select i1 %cond, i64 %alt, i64 %ext
74 define void @f5(i32 *%ptr, i64 %alt, i32 %limit) {
84 %res = select i1 %cond, i64 %ext, i64 %alt
[all …]
Dcond-store-04.ll8 define void @f1(i64 *%ptr, i64 %alt, i32 %limit) {
17 %res = select i1 %cond, i64 %orig, i64 %alt
23 define void @f2(i64 *%ptr, i64 %alt, i32 %limit) {
32 %res = select i1 %cond, i64 %alt, i64 %orig
38 define void @f3(i64 *%base, i64 %alt, i32 %limit) {
48 %res = select i1 %cond, i64 %orig, i64 %alt
55 define void @f4(i64 *%base, i64 %alt, i32 %limit) {
66 %res = select i1 %cond, i64 %orig, i64 %alt
72 define void @f5(i64 *%base, i64 %alt, i32 %limit) {
82 %res = select i1 %cond, i64 %orig, i64 %alt
[all …]
Dcond-store-05.ll8 define void @f1(float *%ptr, float %alt, i32 %limit) {
17 %res = select i1 %cond, float %orig, float %alt
23 define void @f2(float *%ptr, float %alt, i32 %limit) {
32 %res = select i1 %cond, float %alt, float %orig
38 define void @f3(float *%base, float %alt, i32 %limit) {
48 %res = select i1 %cond, float %orig, float %alt
54 define void @f4(float *%base, float %alt, i32 %limit) {
64 %res = select i1 %cond, float %orig, float %alt
70 define void @f5(float *%base, float %alt, i32 %limit) {
80 %res = select i1 %cond, float %orig, float %alt
[all …]
Dcond-store-06.ll8 define void @f1(double *%ptr, double %alt, i32 %limit) {
17 %res = select i1 %cond, double %orig, double %alt
23 define void @f2(double *%ptr, double %alt, i32 %limit) {
32 %res = select i1 %cond, double %alt, double %orig
38 define void @f3(double *%base, double %alt, i32 %limit) {
48 %res = select i1 %cond, double %orig, double %alt
54 define void @f4(double *%base, double %alt, i32 %limit) {
64 %res = select i1 %cond, double %orig, double %alt
70 define void @f5(double *%base, double %alt, i32 %limit) {
80 %res = select i1 %cond, double %orig, double %alt
[all …]
/external/u-boot/board/st/stm32mp1/
DREADME409 DFU alt settings list:
410 dev: RAM alt: 0 name: uImage layout: RAM_ADDR
411 dev: RAM alt: 1 name: devicetree.dtb layout: RAM_ADDR
412 dev: RAM alt: 2 name: uramdisk.image.gz layout: RAM_ADDR
413 dev: eMMC alt: 3 name: sdcard_fsbl1 layout: RAW_ADDR
414 dev: eMMC alt: 4 name: sdcard_fsbl2 layout: RAW_ADDR
415 dev: eMMC alt: 5 name: sdcard_ssbl layout: RAW_ADDR
416 dev: eMMC alt: 6 name: sdcard_bootfs layout: RAW_ADDR
417 dev: eMMC alt: 7 name: sdcard_vendorfs layout: RAW_ADDR
418 dev: eMMC alt: 8 name: sdcard_rootfs layout: RAW_ADDR
[all …]
/external/libmpeg2/common/x86/
Dideint_cac_ssse3.c101 WORD32 alt[2] = {0}; in ideint_cac_8x8_ssse3() local
148 alt[0] += ABS_DIF(sum_1, sum_3); in ideint_cac_8x8_ssse3()
149 alt[0] += ABS_DIF(sum_2, sum_4); in ideint_cac_8x8_ssse3()
163 alt[1] += ABS_DIF(sum_1, sum_3); in ideint_cac_8x8_ssse3()
164 alt[1] += ABS_DIF(sum_2, sum_4); in ideint_cac_8x8_ssse3()
222 alt[0] += diff_sum << 2; in ideint_cac_8x8_ssse3()
225 alt[1] += diff_sum << 2; in ideint_cac_8x8_ssse3()
228 alt[0] += (alt[0] >> SAD_BIAS_MULT_SHIFT) + (SAD_BIAS_ADDITIVE >> 1); in ideint_cac_8x8_ssse3()
229 alt[1] += (alt[1] >> SAD_BIAS_MULT_SHIFT) + (SAD_BIAS_ADDITIVE >> 1); in ideint_cac_8x8_ssse3()
231 ca = (alt[0] < adj[0]); in ideint_cac_8x8_ssse3()
[all …]
/external/u-boot/doc/
DREADME.dfu138 alternate list separated by '&' with the same format for each <alt>
163 - alternate 1 (alt=1) for SPL partition (GPT partition 1)
164 - alternate 2 (alt=2) for U-Boot partition (GPT partition 2)
171 DFU alt settings list:
172 dev: eMMC alt: 0 name: spl layout: RAW_ADDR
173 dev: eMMC alt: 1 name: u-boot layout: RAW_ADDR
190 alt=1, name="u-boot", serial="003A00203438510D36383238"
192 alt=0, name="spl", serial="003A00203438510D36383238"
209 - alternate 1 (alt=1) for SPL partition (NOR GPT partition 1)
210 - alternate 2 (alt=2) for U-Boot partition (NOR GPT partition 2)
[all …]
/external/antlr/tool/src/main/java/org/antlr/tool/
DLeftRecursiveRuleAnalyzer.java61 public void setTokenPrec(GrammarAST t, int alt) { in setTokenPrec() argument
63 tokenToPrec.put(ttype, alt); in setTokenPrec()
77 if ( altAssociativity.get(alt)!=null && altAssociativity.get(alt)!=assoc ) { in setTokenPrec()
78 ErrorManager.error(ErrorManager.MSG_ALL_OPS_NEED_SAME_ASSOC, alt); in setTokenPrec()
80 altAssociativity.put(alt, assoc); in setTokenPrec()
86 public void binaryAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) { in binaryAlt() argument
94 int nextPrec = nextPrecedence(alt); in binaryAlt()
107 binaryAlts.put(alt, altText + (rewriteText != null ? " " + rewriteText : "")); in binaryAlt()
113 public void ternaryAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) { in ternaryAlt() argument
120 int nextPrec = nextPrecedence(alt); in ternaryAlt()
[all …]
/external/markdown/MarkdownTest/Tests_2007/
DImages.text5 Inline within a paragraph: [alt text](/url/).
7 ![alt text](/url/ "title preceded by two spaces")
9 ![alt text](/url/ "title has spaces afterward" )
11 ![alt text](</url/>)
13 ![alt text](</url/> "with a title").
20 ![alt text][foo]
24 ![alt text][bar]
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/
DST.stg109 rewriteTemplateAltFirst(alt) ::= <<
110 <if(alt.pred)>
111 if <alt.pred>:
112 # <alt.description>
113 retval.st = <alt.alt>
116 # <alt.description>
117 retval.st = <alt.alt>
122 rewriteTemplateAlt(alt) ::= <<
123 <if(alt.pred)>if <alt.pred>:
124 # <alt.description>
[all …]

12345678910>>...30