search for: readjusting

Displaying 20 results from an estimated 61 matches for "readjusting".

Did you mean: adjusting
2009 Mar 09
0
[LLVMdev] Reassociating expressions involving GEPs
On Feb 25, 2009, at 12:12 PM, Stefanus Du Toit wrote: >> Although, I'm not completely sure the transformation is safe, at >> least >> the way you're stating it; unlike add, GEP has undefined overflow, so >> this isn't right in cases like %call == %tmp4 == INT_MIN. > > Hmm, you raise a good point. There's a similar issue even without > overflow,
2020 Feb 25
2
Status of the git.llvm.org git repos
I was under the impression that the (non-monorepo) separate LLVM and Clang git repos hosted at git.llvm.org would be maintained for a year after the transition to the mono repo. I don't recall where I got that impression from; probably from some of the many emails on the migration topic. I noticed today that updates to these repos ceased on October 22nd of last year following transition to
2019 Sep 05
2
How to Change UIDs
Rowland, I must be missing something here. Why can't the OP set the UID in ADUC to match that required in the other system? The Samba Domain member can use the ad backend, (rather than the rid), and no doubt file permissions will have to be readjusted accordingly, but at least the UID's will match the other system. The Windows DC doesn't care about the RFC2307 attributes, so that
2008 Oct 02
1
combining bar and line plots with multiple axes
Hey list, I have a barplot with a line plot overlayed (on the 2nd y axis) and it looks fine except that the origin (0) on the 2nd y axis (side=4) is not lining up with the origin on the 1st y-axis (side=2, from the barplot). Is there a way to either shift the 2nd y-axis (line plot) down or readjust the barplot axis? Just as a reference, here is the code: barplot2(temp$precip,
2002 Dec 03
1
2.2.7 nmbd doesn't start under RedHat 7.1 (Kernel 2.4.2-2smp)
hi, i upgraded to samba 2.2.7 and since this nmbd (configured to start from xinetd) doesn't start! i sent SIGHUP to xinetd and can see that configuration is ok (netbios-ns is readjusted) but nmbd doesn't start!! when i start nmbd by hand with "-D" i see many messages from xinetd in /var/log/secure: Dec 3 12:05:39 atpcw6yc xinetd[1724]: START: netbios-ns pid=1973
2004 Sep 11
1
failing to print 'point-n-print'
Samba 3.0.6 I have successfully gotten other printers to work using the 'point-n-click' method for downloadable drivers. However, playing with one printer leads to failed results. I have created the CUPS port/printer, added it to samba and then used the Windows APW to upload the drivers. After upload, the print properties windows readjusts for the new printer options - I have checked
2008 Apr 23
1
Density estimation
Hi, I am analysing a dataset containing genetic distances within and between species. I want to show a overlap of the distributions of the intra- and interspecific values; on a second graph I use a cut-off value to determine these boundaries. As the dataset contains >30 000 values, I would like to do this with a simple line rather than superimposed histograms. Hence, density plots. With
2005 Jun 20
1
Speech detection in preprocessor with echo
Echo cancellation works like a charm, but it seems to confuse the preprocessor a bit. If listening to background music (properly fed through the echo cancellator), the music is removed but the result is still detected as speech even if almost silence remains in the signal. Also, the AGC keeps adjusting to the minute remains in the signal, meaning that sooner or later it will amplify the
2009 Feb 25
4
[LLVMdev] Reassociating expressions involving GEPs
On 30-Jan-09, at 6:14 PM, Eli Friedman wrote: > On Fri, Jan 30, 2009 at 3:03 PM, Stefanus Du Toit > <stefanus.dutoit at rapidmind.com> wrote: >> The computation of %base then becomes loop-invariant and can be >> lifted out. >> >> What's the best way to add this optimization to LLVM? > > Probably the best place is LICM itself... only loop
2010 Feb 10
4
Readjusting the OUTPUT csv file
Dear R helpers   I have some variables say ABC, DEF, PQR, LMN and XYZ. I am choosing any three varaibles at random at a time for my analysis and name these files as input1.csv, input2.csv and input3.csv. So if I choose variables say ABC, DEF and PQR, I am passing the specifications of these variables to input1.csv, input2.csv and input3.csv respectively.   This means in another case even if I
2009 Mar 09
1
[LLVMdev] Reassociating expressions involving GEPs
On 9-Mar-09, at 12:14 AM, Chris Lattner wrote: > GEP overflow is undefined, but this sentence means that *accesses* to > an array must be within its bounds. It is fine to GEP outside the > array as long as you readjust the pointer back before access. Thanks, that was my hope. Maybe this should be spelled out in the langref, especially since it's inconsistent with C, where merely
2005 Jan 12
1
dynamic bandwidth allocation
Hi, Hope someone can help me. I am a student who hass been given a project to develop a dynamic bandwidth service. I currently have a linux router which at the moment gives users static bandwidth and assigns each of them to a bucket. I have not gotten information yet as to whether each bucket is serviced in a round robin fashion or whether certain buckets get preferential treatment (i.e. bucket
2009 Oct 08
1
problem understanding factor levels for use lattice panel order
Hello all, In order to get the desired order of panels within lattice I realized I needed to define my factor levels. I now see how to properly do it (attached code), but: 1. I don't understand why I have to use factor() on a variable that is already a factor, and why levels() alone doesn't work to readjust the level order. 2. I just noticed that if I do use levels(xx$v1), it's
2007 Mar 26
2
Rpm builders: Dovecot spec file
Maybe best asked to Axel... I'm re-building my server from scratch (the old one was MDK 10.1 -> Mandriva 2006.0 with Postfix/Courier) and I want to install the latest versions postfix/mysql/postfixadmin/dovecot/squirrelmail. I've been building Dovecot (and postfix) from tarballs/srpm in the past so I know more or less how it all fits together. But I wonder if 'old' patches
2019 Sep 06
2
How to Change UIDs
On Fri, Sep 6, 2019 at 2:55 AM Rowland penny via samba < samba at lists.samba.org> wrote: > On 05/09/2019 22:45, Roy Eastwood wrote: > > Rowland, > > I must be missing something here. Why can't the OP set the UID in ADUC > to match that required in the other system? The Samba > > Domain member can use the ad backend, (rather than the rid), and no > doubt
2011 Mar 29
0
[LLVMdev] GSoC: PTX Back-End for LLVM
On 03/28/2011 09:12 AM, Justin Holewinski wrote: > Hi All, > > I am going to submit a GSoC proposal for LLVM this year, and I would > like to first post it here to get constructive feedback before I submit > it before the April 8 deadline. This is the first time I have submitted > a GSoC proposal, so please be brutal with the feedback. :) Hi Justin, I think this is a great
2011 Mar 31
1
[LLVMdev] GSoC: PTX Back-End for LLVM
On Mon, Mar 28, 2011 at 10:19 PM, Tobias Grosser <grosser at fim.uni-passau.de>wrote: > On 03/28/2011 09:12 AM, Justin Holewinski wrote: > >> Hi All, >> >> I am going to submit a GSoC proposal for LLVM this year, and I would >> like to first post it here to get constructive feedback before I submit >> it before the April 8 deadline. This is the first
2005 Jun 20
1
Speech detection in preprocessor with echo
I think you'll have to modify Speex to get the functionality you're looking for. I've made a few simple modifications to the AGC to prevent it from 1) exceeding a specified level of amplification and 2) enable and disable adaptation, so I can freeze it at a certain level while speech is not detected. It's mostly just a matter of doing this at the end of speex_compute_agc():
2020 Feb 25
2
Status of the git.llvm.org git repos
My expectation was that they would continue to be fed from the updates to the svn repo. But again, I don't recall where I got that impression from. It may have been a bad assumption on my part. Tom. From: Anton Korobeynikov <anton at korobeynikov.info> Sent: Tuesday, February 25, 2020 12:36 PM To: Tom Honermann <thonerma at synopsys.com> Cc: llvm-dev at lists.llvm.org; Michael
2004 Sep 10
2
Blocking and compression.
Hello. I thought I'd introduce myself. I'm the guy that wrote kexis way back when. For those of you that dont know, kexis was written before flac, and pretty much does what flac does, although its not nearly as nice or robust. I wrote kexis actualy cause I was interested in playing around with lossless compression and shorten was about the only tool that was linux friendly, but had a