Home
last modified time | relevance | path

Searched refs:texi (Results 1 – 25 of 36) 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/libmicrohttpd/doc/
DMakefile.am12 libmicrohttpd.texi \
13 libmicrohttpd-tutorial.texi
25 fdl-1.3.texi \
26 lgpl.texi \
27 ecos.texi
DMakefile.in82 $(srcdir)/version.texi $(srcdir)/stamp-vti texinfo.tex
153 TEXINFOS = libmicrohttpd.texi libmicrohttpd-tutorial.texi
431 libmicrohttpd.texi \
432 libmicrohttpd-tutorial.texi
445 fdl-1.3.texi \
446 lgpl.texi \
447 ecos.texi
453 .SUFFIXES: .dvi .html .info .pdf .ps .texi
491 .texi.info:
513 .texi.dvi:
[all …]
Dlibmicrohttpd-tutorial.texi118 @include fdl-1.3.texi
Dlibmicrohttpd.texi3 @include version.texi
2797 @include lgpl.texi
2802 @include ecos.texi
2807 @include fdl-1.3.texi
/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 …]
/external/netperf/doc/
DMakefile.am7 EXTRA_DIST = netperf.man netserver.man netperf_old.ps netperf.texi
9 info_TEXINFOS = netperf.texi
DMakefile.in60 TEXINFOS = netperf.texi
239 EXTRA_DIST = netperf.man netserver.man netperf_old.ps netperf.texi
241 info_TEXINFOS = netperf.texi
246 .SUFFIXES: .dvi .html .info .pdf .ps .texi
278 .texi.info:
300 .texi.dvi:
305 .texi.pdf:
310 .texi.html:
323 $(srcdir)/netperf.info: netperf.texi
324 netperf.dvi: netperf.texi
[all …]
Dtexinfo.tex49 % manual foo.texi, however, you can get away with this:
50 % tex foo.texi
52 % tex foo.texi
53 % tex foo.texi
/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
/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/e2fsprogs/debian/
Drules558 ${debdir}/e2fslibs-dev/usr/share/doc/e2fslibs/libext2fs.texi
560 ${debdir}/comerr-dev/usr/share/doc/libcomerr${COMERR_SOVERSION}/com_err.texi
/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

12