search for: infinte

Displaying 19 results from an estimated 19 matches for "infinte".

Did you mean: infinite
2013 Jun 17
2
SVMREF infinte number of genes
dear all, I am a student in cs college. I would like to know how to plot infinte number of genes after using the svm. the data set i have consists of x which is a matrix of 39 cancer patients [rows] and 2000 gene names [colmns]. each cell is the value of the gene for a particular patient. there are two types of cancer people representedas factor y. here is the code: library...
2008 Nov 22
5
Infinte loop in RtlPrefetchMemoryNonTemporal under Windows
I have been trying to track down a problem that occurs when my GPLPV drivers give Windows a packet with the NdisPacketTcpChecksumSucceeded flag set. The problem is that the machine locks hard. After some tedious work with the debugger, I have found that Windows makes a call to a routine called RtlPrefetchMemoryNonTemporal, which looks like this: 8088e579 mov eax,dword ptr
2004 Aug 06
3
how to modify ices source?
i have the same need, via otto Brendan Cully wrote: [snip] > Ices will reload the playlist file if it changes on disk. So if the > file changes every track, everything will be fine. Alternatively you > could write your MP3 to a FIFO, which ices could pipe to your icecast > server. that looks like an interesting alternative, tho i have no clue how to do that, and particularly in the
2010 Jul 26
1
[LLVMdev] Floating-Point Overflow check
Hello, i know that the result is infinte, but there are sill flags in the FPU which indicate that an overflow, underflow or div by zero occured. So isn't there an easy way to check if one of those flags is set? 2010/7/23 John McCall <rjmccall at apple.com> > On Jul 23, 2010, at 7:20 AM, Steffen Geißinger wrote: > >...
2002 Dec 16
0
re large files with 2.2.7a
...name/share -Tc localdir/file to copy the file ( >2 gbyte) to the unix machine. and i also tried to do a normal smbclient login and then to "get" the file. the smbclient -T starts to trunc the file, it's suddenly much smaller. the get in the smbclient shell let's the file growth infinte, until it fills the whole hdd (80Gbyte :-( ) any idea? (we got around it with having smaller backups, and doing most of the stuff with smbclient -T directly out of the main directorys, not the windows backup. but that's not really, what i want/like. thx patrick Date: Mon, 16 Dec 2002 08:37:48...
2008 May 27
1
error in rsync protocol data stream (Marten Lehmann)
...em? We are using rsync-2.6.3 from > RHEL 4. > > Regards > Marten > > > ------------------------------------------------------------------------ Hi, I?m Alex. I?ve seen that thing with the directories happen. It?s when you screw up with an apache redirect directive, you get an infinte loop redirection. At least that was my case, my guess is you can safely assume it?s a screw-up and don?t worry about the backup. -- Saludos, Alejandro Celery ADVANTEK SRL +5411-4586-2565
2019 Jul 09
2
[LLVM] Infinite loop during LLVM InstructionCombining pass optimization
...%153, !dbg !3967 > > > > [After] <badref> = fmul double %129, fsub (double -0.000000e+00, double bitcast (i64 ptrtoint (i8** getelementptr inbounds ({ [2 x i8*] }, { [2 x i8*] }* @_ZTV5PointILi3EE, i64 0, inrange i32 0, i64 2) to i64) to double)) > > > > After Step 3, infinte loop is started (i.e., Step1 -> step2 -> step3 -> step1 ->step2 -> step3 -> ...). > > > > ==================================================================== > > > > > > I will look forward to your response. > > > > > > Thank you ve...
2010 Jul 23
0
[LLVMdev] Floating-Point Overflow check
On Jul 23, 2010, at 7:20 AM, Steffen Geißinger wrote: > i need to check if an overflow of an floating-point arithmetic operation occured. > Currently I'm doing something like this (for addition): > > (LHS > 0 && RHS > 0 && sum <= 0) || (LHS < 0 && RHS < 0 && sum >= 0) IEEE floating-point doesn't overflow like this; if the
2004 Aug 06
0
how to modify ices source?
...examples? You're right in that it sounds like a great solution/alternative... But the problem is that the playlist would need to modified after each song. And how do we know when the song is finished? ices knows when this happens, thus it would be fairly simple to have ices exit (rather than infintely loop) after it plays. Hence I am asking for advice on how to patch the ices client to exit after playing instead of looping, regardless of whether it is 'advisable' or not. -- ------------------------------------ Robin P. Blanchard IT Program Specialist Georgia Center for Continuing E...
2006 Mar 15
1
DO NOT REPLY [Bug 3609] New: Bad behavior when there are IO errors on reading.
.../Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: jhlj@statsbiblioteket.dk QAContact: rsync-qa@samba.org When reading a file with a bad block, rsync 2.6.7 goes in to a infinte loop, rereading the bad block. rsync 2.6.6 just fil in zeros. Which is worse! Bad data and no indication. The error is also i rsync 2.5.7 from RHEL 3. There are no error message in either case. The minimum requerement is an error message, and an error exit code. The best solution, would be to b...
2010 Jan 18
0
Fix for bug in match()
...ement of the table, the cell where it would have been is set from NIL (-1) to NA_INTEGER. Therefore, subsequent calls to removeEntry() with values that are not element of the table can remove all initial NIL values from the table cells. Another call of removeEntry() or Lookup() then leads to an infinte loop because the condition while (h[i] != NIL) is never false. As a fix, I propose to reset cells to NIL when removing values, which leads to the following definition: static void removeEntry(SEXP table, SEXP x, int indx, HashData *d) { int i, *h; h = INTEGER(d->HashTable); i =...
2001 Feb 18
1
granulepos
Hi, I can't seem to find any docs on the "granulepos" field. What does it represent? I know it's zero for header pages and non-zero for body pages, but that it can also be -1. When is it -1? And while I'm at it, is there any invalid serial number, that is guarenteed never to appear in a page? 0? -1? Thanks, Martin --- >8 ---- List archives:
2010 Mar 13
3
(no subject)
Dear Colleagues, We are attempting to create trees using R with our Ruby on Rails application. However, we are running into a problem involving the creation of the graphic. We would like them to be in either jpg or png format so that users can save, but due to a lack of control over our sever we are unable to start X11 server. Is there a way to create these images without using X11 server?
2014 Feb 02
1
Trouble implementing ov_callbacks, endless loop calling seek_func
Hello list, I've been having a tough time adding windows resource support to my ogg vorbise decoder, although I think I am close. Basically when I call ov_open_callbacks(), it doesn't ever return and repeatedly calls my seek_func. I'm hoping it is something obvious, but I can't see why my seek_func is being called endlessly. If the file is seekable, I should return 0, right? If
2010 Jul 23
4
[LLVMdev] Floating-Point Overflow check
Hi, i need to check if an overflow of an floating-point arithmetic operation occured. Currently I'm doing something like this (for addition): (LHS > 0 && RHS > 0 && sum <= 0) || (LHS < 0 && RHS < 0 && sum >= 0) This is checked for every addition. Is there a more efficient way like the intrisic for int overflow? How is it possible to raise a
2004 Aug 06
4
how to modify ices source?
...e playlist. You don't have to have things synchronised at all, except that you should modify the playlist before the next track starts. Alternatively use the (quite powerful) playlist engine. > ices knows when this happens, thus it would be fairly simple to > have ices exit (rather than infintely loop) after it plays. > > Hence I am asking for advice on how to patch the ices client > to exit after playing instead of looping, regardless of whether > it is 'advisable' or not. If you want something broken and stupid, the original patch you posted will probably work ok....
2023 Jul 09
4
[PATCH v2 0/2] vhost-scsi: Fix IO hangs when using windows
The following patches were made over Linus's tree and fix an issue where windows guests will send iovecs with offset/lengths that result in IOs that are not aligned to 512. The LIO layer will then send them to Linux's FS/block layer but it requires 512 byte alignment, so depending on the FS/block driver being used we will get IO errors or hung IO. The following patches have vhost-scsi
2023 May 24
4
[PATCH 0/3] vhost-scsi: Fix IO hangs when using windows
The following patches were made over Linus's tree and fix an issue where windows guests will send iovecs with offset/lengths that result in IOs that are not aligned to 512. The LIO layer will then send them to Linux's block layer but it requires 512 byte alignment, so depending on the block driver being used we will get IO errors or hung IO. The following patches have vhost-scsi detect
2016 Oct 13
2
Loop Unrolling Fail in Simple Vectorized loop
If count > MAX_UINT-4 your loop loops indefinitely with an increment of 4, I think. On Thu, Oct 13, 2016 at 4:42 PM, Charith Mendis via llvm-dev < llvm-dev at lists.llvm.org> wrote: > So, I tried unrolling the following simple loop. > > int unroll(unsigned * a, unsigned * b, unsigned *c, unsigned count){ > > for(unsigned i=0; i<count; i++){ > > a[i] =