search for: subr

Displaying 20 results from an estimated 22 matches for "subr".

Did you mean: sub
2017 Dec 20
2
[PATCH] gm107/ir: use lane 0 for manual textureGrad handling
.../codegen/nv50_ir_lowering_gm107.cpp @@ -95,18 +95,15 @@ GM107LegalizeSSA::visit(Instruction *i) bool GM107LoweringPass::handleManualTXD(TexInstruction *i) { - static const uint8_t qOps[4][2] = - { - { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(MOV2, MOV2, ADD, ADD) }, // l0 - { QUADOP(SUBR, MOV2, SUBR, MOV2), QUADOP(MOV2, MOV2, ADD, ADD) }, // l1 - { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(SUBR, SUBR, MOV2, MOV2) }, // l2 - { QUADOP(SUBR, MOV2, SUBR, MOV2), QUADOP(SUBR, SUBR, MOV2, MOV2) }, // l3 - }; + // See NVC0LoweringPass::handleManualTXD for rationale. This functi...
2017 Dec 20
0
[PATCH] gm107/ir: use lane 0 for manual textureGrad handling
...@@ -95,18 +95,15 @@ GM107LegalizeSSA::visit(Instruction *i) > bool > GM107LoweringPass::handleManualTXD(TexInstruction *i) > { > - static const uint8_t qOps[4][2] = > - { > - { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(MOV2, MOV2, ADD, ADD) }, // l0 > - { QUADOP(SUBR, MOV2, SUBR, MOV2), QUADOP(MOV2, MOV2, ADD, ADD) }, // l1 > - { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(SUBR, SUBR, MOV2, MOV2) }, // l2 > - { QUADOP(SUBR, MOV2, SUBR, MOV2), QUADOP(SUBR, SUBR, MOV2, MOV2) }, // l3 > - }; > + // See NVC0LoweringPass::handleManualTXD for ra...
2009 Jan 15
5
How to get djbdns to start early enough to satisfy ntpd at boot?
Hi there, I've been a happy djbdns+tinydns user for many, many years. I want to keep using it, so answers of the form "bletch! Use ISC BIND the way BSD intended" will be ignored :-) Having said that, one annoying consequence of my transition some time ago to using ntpd, rather than just setting the clock once-off with ntpdate as I used to, is that the /etc/rc.d mechanism starts
2002 Sep 10
3
REPOST: (Newbie) Trying to get name resolution functional across the WAN
...n de NetBIOS usa DNS: No Ethernet adaptador E100B1: Descripci?n . . . . . . . . . : Intel(R) PRO PCI Adapter Direcci?n f?sica . . . . . . . : 00-D0-B7-4D-95-0A DHCP activado . . . . . . . . . : S? Direcci?n IP . . . . . . . . . : 10.68.44.238 M?scara de subred . . . . . . . : 255.255.255.0 Pta. enlace o gateway predet. . : 10.68.44.1 Servidor DHCP . . . . . . . . . : 10.68.44.18 Servidor principal WINS . . . . : 10.75.93.21 Servidor secundario WINS . . . : 10.65.44.25 Concesi?n obtenida . . . . . . : viernes 6...
2011 Jul 16
0
[LLVMdev] TableGen and DenseMap Strangeness
...(std::make_pair(TheKey, New)); assert(Inserted && "Did not insert new Init into pool!"); } return Result->second; } If WORKS is defined, everything builds and tests fine. If it is not defined, TableGen aborts with: lib/Target/X86/X86InstrFPStack.td:212:10: error: In SUBR_FpI16m80: Operand $src1 does not appear in the instruction pattern defm SUBR: FPBinary<fsub ,MRM5m, "subr">; ^ Anyone have a clue why the order of hashing might matter? I've made sure no Inits are deleted anywhere so their memory should not be reused. Valgrind reports...
2013 Aug 16
1
running R in batch mode on Ubuntu
So, I'm submitting R 3.0.1 jobs on Ubuntu (13.04) using 'R CMD BATCH --no-save filename.R &' (have an alias set to subr='R CMD BATCH --no-save") and am having a problem of sometimes the process ending without the R commands contained in the batch file actually having finished running. We're running Bayesian models using R2jags jags.parallel and it ends during the jags run, so it might be something f...
2006 Sep 21
3
FreeBSD startup script, can''t set pidfile
...It starts fine, but doesn''t create the pidfile, so I can''t stop it. Here is my script: #!/bin/sh utility_enable=${utility_enable-"NO"} utility_flags=${utility_flags-""} utility_pidfile=${utility_pidfile-"/var/run/puppetmasterd.pid"} . /etc/rc.subr name="puppetmasterd" rcvar=`set_rcvar` command="/usr/local/bin/puppetmasterd" load_rc_config $name pidfile="${utility_pidfile}" start_cmd="echo \"Starting ${name}.\"; /usr/bin/nice -5 ${command} ${utility_flags} ${command_args}" run_rc_command...
2002 Sep 06
0
(Newbie) Trying to get name resolution functional across the WAN
...n de NetBIOS usa DNS: No Ethernet adaptador E100B1: Descripci?n . . . . . . . . . : Intel(R) PRO PCI Adapter Direcci?n f?sica . . . . . . . : 00-D0-B7-4D-95-0A DHCP activado . . . . . . . . . : S? Direcci?n IP . . . . . . . . . : 10.68.44.238 M?scara de subred . . . . . . . : 255.255.255.0 Pta. enlace o gateway predet. . : 10.68.44.1 Servidor DHCP . . . . . . . . . : 10.68.44.18 Servidor principal WINS . . . . : 10.75.93.21 Servidor secundario WINS . . . : 10.65.44.25 Concesi?n obtenida . . . . . . : viernes 6...
2007 Oct 26
3
freebsd service management redux
After reading the rc.subr(8) man page and Newburns''s article on the rc.d subsystem[1], It''s clear that a rc.conf.d per service file structure is already natively supported on FreeBSD. I''ve verified this with my own testing: # echo puppetmasterd_enable=\"YES\" > /etc/rc.conf.d/puppet...
2003 Mar 21
2
x>>32 warning in io.c
...;> 32 Another 32 bit shift (<<32) at line 385 does not cause a warning because of this test at line 379: #ifdef NO_INT64 I verified that NO_INT64 is defined on my system in rsync.h However there is no #ifdef NO_INT64 test protecting line 653. Here are lines 652,653, and 654 from io.c in subr write_longint: SIVAL(b,0,(x&0xFFFFFFFF)); SIVAL(b,4,((x>>32)&0xFFFFFFFF)); writefd(f,b,8); On my system, x>>32 evaluates to the value x, not 0 (since the shift count is invalid). This wil...
2012 Mar 07
4
Subset problem
Good Morning ??? I have a small question regarding the function subset. I am copying data from one table but I just want to collect data from a user. When do I take the view, presents the results I want. The problem arises when can I make the tab. for RES_ID, introduces me to zero results do not envision noVIEW val_user='16' x.sub <-
2003 Jun 15
1
make stops in bind's compilation
...ork/src/lib/dnssafe /var/tmp/usr/ports/net/bind8/work/src/bin /var/tmp/usr/ports/net/bind8/work/src/bin/addr /var/tmp/usr/ports/net/bind8/work/src/bin/nslookup cc -O -pipe -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -W format -o nslookup main.o getinfo.o debug.o send.o skip.o list.o subr.o commands.o ../../lib/libbind.a -ll -lutil ../../lib/libbind.a(res_init.o): In function `__res_randomid': res_init.o(.text+0xf78): undefined reference to `isc__gettimeofday' ../../lib/libbind.a(ev_timers.o): In function `__evNowTime': ev_timers.o(.text+0xc8): undefined reference to `i...
2012 Nov 12
3
nomenclature for conf files
It might sound stupid, but I'd like to know if there's any difference. Are those 3 line the same? WITH_KMS=YES WITH_KMS="YES" WITH_KMS=yes Best regards Zoran
2006 Feb 27
15
Webrick in production?
Would you bother to setup a fastcgi for a "intranet accessible" application that is like to get < 100 hits a day? David
2002 Aug 22
1
RXLisp
...isp("max",1,2) [1] 2 > .XLisp("tan",.25) [1] 0.2553419 > .XLisp("sum",1:10) [1] 55 > .XLisp("gcd",as.integer(4),as.integer(16),as.integer(20)) [1] 4 > .XLisp("list",1,2,3,4,5,6) [1] 1 2 3 4 5 6 > q() RXLisp can of course only do subr's (i.e. functions defined in compiled C code in XLS), and it does not know about XLS objects, graphics, arrays, vectors, etc. I am not sure if my version, which does not use the libxlisp.so shared lib at all, can do all that Duncan's version can. I will put RXLisp as a binary package on htt...
2004 Sep 21
2
4-STABLE and 3Ware 9000 series controllers
Anyone having good results with 4-STABLE and the 3Ware 9000 series controllers? -- albert chin (china@thewrittenword.com)
2006 Mar 30
7
Enterprise rails app with - about 100 tables
I''ve just started creating a web application with approx. 100 tables. Possibly more. Oracle is the DB. There exists a legacy schema I that i will use some of. So far i have created a small bit of the app, approx 10 tables. Im using webrick on my local machine. The Oracle DB is on its own server. My boss has noticed that its not really that zippy, there is a small delay between
2003 Apr 18
1
4.8 buildworld compilation problem: kdump
.../obj/usr/src/i386/usr/include/dev/firewire/@/sys/cdrio.h:88: warning: this is the location of the previous definit ion^M rm -f .depend^M mkdep -f .depend -a -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.. /usr/src/usr.bin/kdump/kdump .c ioctl.c /usr/src/usr.bin/kdump/../ktrace/subr.c^M In file included from ioctl.c:44:^M /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:860: warning: `EATAUSRCMD' redefined^M /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/asr/osd_unix.h:265: warning: this is the location of the previous definition^M /usr/obj/usr/src/i38...
2008 Dec 05
0
resync onnv_105 partial for 6713916
...rc/lib/libsmbfs/smb/nb_net.c usr/src/lib/libsmbfs/smb/nbns_rq.c usr/src/lib/libsmbfs/smb/netshareenum.c usr/src/lib/libsmbfs/smb/print.c usr/src/lib/libsmbfs/smb/private.h usr/src/lib/libsmbfs/smb/rap.c usr/src/lib/libsmbfs/smb/rcfile.c usr/src/lib/libsmbfs/smb/rq.c usr/src/lib/libsmbfs/smb/subr.c usr/src/lib/libsmbfs/smb/utf_str.c usr/src/lib/libstmf/common/stmf.c usr/src/lib/libzfs/common/libzfs_dataset.c usr/src/lib/libzfs/common/libzfs_util.c usr/src/pkgdefs/SUNW0on/prototype_com usr/src/pkgdefs/SUNWarc/prototype_i386 usr/src/pkgdefs/SUNWarcr/prototype_i386 usr/src/pkgdefs/SUNW...
2013 Oct 11
29
[Bug 70390] New: G84: Repeated system crashes under graphics load, E[PFIFO] DMA_PUSHER and lots of E[PGRAPH]
https://bugs.freedesktop.org/show_bug.cgi?id=70390 Priority: medium Bug ID: 70390 Assignee: nouveau at lists.freedesktop.org Summary: G84: Repeated system crashes under graphics load, E[PFIFO] DMA_PUSHER and lots of E[PGRAPH] QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified