Home
last modified time | relevance | path

Searched refs:texi (Results 1 – 25 of 26) sorted by relevance

12

/external/bison/examples/calc++/
Dcalc++-parser.yy1 #line 10196 "../../doc/bison.texi"
6 #line 10214 "../../doc/bison.texi"
11 #line 10227 "../../doc/bison.texi"
15 #line 10240 "../../doc/bison.texi"
22 #line 10255 "../../doc/bison.texi"
25 #line 10265 "../../doc/bison.texi"
32 #line 10280 "../../doc/bison.texi"
36 #line 10295 "../../doc/bison.texi"
42 #line 10309 "../../doc/bison.texi"
47 #line 10320 "../../doc/bison.texi"
[all …]
DMakefile.am31 doc = $(top_srcdir)/doc/bison.texi
39 ../../doc/bison.texi -- calc++-parser.yy \
DMakefile.in1388 doc = $(top_srcdir)/doc/bison.texi
1851 ../../doc/bison.texi -- calc++-parser.yy \
/external/linux-tools-perf/src/tools/perf/Documentation/
DMakefile61 DOCBOOK2X_TEXI=docbook2x-texi
260 $(RM) $(OUTPUT)*.texi $(OUTPUT)*.texi+ $(OUTPUT)*.texi++
288 $(OUTPUT)perf.info: $(OUTPUT)user-manual.texi
289 $(QUIET_MAKEINFO)$(MAKEINFO) --no-split -o $@ $(OUTPUT)user-manual.texi
291 $(OUTPUT)user-manual.texi: $(OUTPUT)user-manual.xml
294 $(PERL_PATH) fix-texi.perl <$@++ >$@+ && \
303 $(OUTPUT)perfman.texi: $(MAN_XML) cat-texi.perl
307 $(PERL_PATH) cat-texi.perl $@ <$@++ >$@+ && \
311 $(OUTPUT)perfman.info: $(OUTPUT)perfman.texi
312 $(QUIET_MAKEINFO)$(MAKEINFO) --no-split --no-validate $*.texi
[all …]
/external/bison/doc/
DMakefile.am19 info_TEXINFOS = bison.texi
20 bison_TEXINFOS = $(srcdir)/cross-options.texi gpl-3.0.texi fdl.texi
28 $(srcdir)/cross-options.texi: $(top_srcdir)/src/getargs.c $(CROSS_OPTIONS_PL)
36 MAINTAINERCLEANFILES = $(srcdir)/cross-options.texi
DMakefile.in67 $(srcdir)/version.texi $(srcdir)/yacc.1.in \
220 TEXINFOS = bison.texi
1410 info_TEXINFOS = bison.texi
1411 bison_TEXINFOS = $(srcdir)/cross-options.texi gpl-3.0.texi fdl.texi
1415 MAINTAINERCLEANFILES = $(srcdir)/cross-options.texi $(dist_man_MANS)
1443 .SUFFIXES: .x .1 .dot .eps .pdf .png .dvi .html .info .ps .texi
1477 .texi.info:
1499 .texi.dvi:
1504 .texi.pdf:
1509 .texi.html:
[all …]
Dbison.texi4 @include version.texi
456 @include gpl-3.0.texi
9615 @include cross-options.texi
12253 @include fdl.texi
12302 @c LocalWords: texinfo setfilename settitle setchapternewpage finalout texi FSF
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.cpp1526 TexInstruction *texi = new_TexInstruction(func, OP_TXQ); in handleQUERY() local
1527 texi->tex.query = query; in handleQUERY()
1536 texi->setTexture(resourceType[tR][0], tR, 0); in handleQUERY()
1538 texi->setSrc(0, src(sOp, 0)); // mip level or sample index in handleQUERY()
1540 emitTex(dst0, texi, insn->ops[rOp]->swizzle); in handleQUERY()
1546 TexInstruction *texi = new_TexInstruction(func, OP_TXF); in handleLOAD() local
1551 texi->setTexture(resourceType[tR][0], tR, 0); in handleLOAD()
1553 for (c = 0; c < texi->tex.target.getArgCount(); ++c) in handleLOAD()
1554 texi->setSrc(c, src(0, c)); in handleLOAD()
1556 if (texi->tex.target == TEX_TARGET_BUFFER) { in handleLOAD()
[all …]
Dnv50_ir_from_tgsi.cpp1553 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP()); in handleTEX() local
1560 if (texi->op == OP_TXL || texi->op == OP_TXB) in handleTEX()
1569 if (texi->op == OP_TXD) { in handleTEX()
1571 texi->dPdx[c].set(fetchSrc(Dx >> 4, (Dx & 3) + c)); in handleTEX()
1572 texi->dPdy[c].set(fetchSrc(Dy >> 4, (Dy & 3) + c)); in handleTEX()
1602 texi->setDef(d++, dst[c]); in handleTEX()
1603 texi->tex.mask |= 1 << c; in handleTEX()
1609 texi->setSrc(s, src[s]); in handleTEX()
1611 texi->setSrc(s++, lod); in handleTEX()
1613 texi->setSrc(s++, shd); in handleTEX()
[all …]
/external/bison/
Dcfg.mk87 prohibit_magic_number_exit=^doc/bison.texi$$ \
92 unmarked_diagnostics=^(djgpp/|doc/bison.texi$$|tests/c\+\+\.at$$) \
DChangeLog46 * doc/bison.texi (Actions in Mid-Rule): Mention and use named references.
90 * doc/bison.texi: Prefer "token" to TOKEN.
234 * doc/bison.texi (Bison Options): Here.
269 * doc/bison.texi, src/getargs.c (usage): Here.
350 * doc/bison.texi: Use stderr for error messages.
357 * doc/bison.texi: Fix uses of "deffn" so that the arguments of the
365 * doc/bison.texi (%define Summary): Show the old Yacc behaviour.
433 * doc/bison.texi (Reduce/Reduce): Fix the resulting ambiguity using
439 * doc/bison.texi (Non Operators): New node.
448 * doc/bison.texi (Shift/Reduce): here.
[all …]
Dmaint.mk880 texinfo_suffix_re_ ?= \.(txi|texi(nfo)?)$$
1183 texi = doc/$(PACKAGE).texi
1196 in_vc_files=$(texi) \
DChangeLog-20123 maint: get fdl.texi from gnulib
5 * doc/fdl.texi: Remove file.
1027 * doc/fdl.texi: Update to version 1.3, taken from:
1028 http://www.gnu.org/licenses/fdl.texi
2954 Display the changes in cross-options.texi.
2956 * doc/Makefile.am ($(srcdir)/cross-options.texi): Use diff to display
2969 * doc/Makefile.am (doc/cross-options.texi): Pass src/scan-gram.l
4248 * doc/.cvsignore: Add cross-options.texi.
4265 * doc/Makefile.am: Always refer to cross-options.texi with
4273 * doc/Makefile.am (cross-options.texi): New.
[all …]
/external/bison/build-aux/
Dgendocs.sh176 *.txi|*.texi|*.texinfo) base=`echo "$base"|sed 's/\.[texinfo]*$//'`;;
182 srcfile=$srcdir/$PACKAGE.texi
349 srcfiles=`ls *.texinfo *.texi *.txi *.eps 2>/dev/null` || true
Dtexinfo.tex43 % manual foo.texi, however, you can get away with this:
44 % tex foo.texi
46 % tex foo.texi
47 % tex foo.texi
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_lowering_nvc0.cpp199 NVC0LegalizePostRA::findOverwritingDefs(const Instruction *texi, in findOverwritingDefs() argument
207 if (!insn || !insn->bb->reachableBy(texi->bb, term)) in findOverwritingDefs()
220 findOverwritingDefs(texi, insn->getSrc(s)->getUniqueInsn(), term, in findOverwritingDefs()
225 addTexUse(uses, insn, texi); in findOverwritingDefs()
231 NVC0LegalizePostRA::findFirstUses(const Instruction *texi, in findFirstUses() argument
245 findOverwritingDefs(texi, defi, usei->bb, uses); in findFirstUses()
254 findFirstUses(texi, usei, uses); in findFirstUses()
258 findFirstUses(texi, usei, uses); in findFirstUses()
/external/e2fsprogs/debian/attic/libs/
Drules123 $(debdir)/e2fslibsg-dev/usr/doc/e2fslibsg/libext2fs.texi
125 $(debdir)/comerrg-dev/usr/doc/comerr2g/com_err.texi
/external/bison/examples/
Dextexi24 # Usage: extexi input-file.texi ... -- [FILES to extract]
/external/jetty/src/resources/org/eclipse/jetty/http/
Dmime.properties148 texi = application/x-texinfo key
/external/e2fsprogs/debian/
Drules520 ${debdir}/e2fslibs-dev/usr/share/doc/e2fslibs/libext2fs.texi
522 ${debdir}/comerr-dev/usr/share/doc/libcomerr${COMERR_SOVERSION}/com_err.texi
Dchangelog3176 * Removed unsupported info and texi entries from docbase files.
3294 * Added html-converted texi docs for libs, with menu(dwww) support.
/external/bison/djgpp/
Dconfig.sed63 /cross-options.texi:/,/^$/ s|bison|&.exe|g\
/external/bison/m4/
Dgnulib-comp.m4915 doc/fdl.texi
917 doc/gpl-3.0.texi
/external/e2fsprogs/lib/et/
Dtexinfo.tex45 % manual foo.texi, however, you can get away with this:
46 % tex foo.texi
48 % tex foo.texi
49 % tex foo.texi
/external/e2fsprogs/doc/
Dtexinfo.tex45 % manual foo.texi, however, you can get away with this:
46 % tex foo.texi
48 % tex foo.texi
49 % tex foo.texi

12