search for: even

Displaying 20 results from an estimated 106702 matches for "even".

Did you mean: event
2003 Jul 22
1
[LLVMdev] this code won't assemble on sparc
...and, gcc v2.95.3 had no problem compiling this code. Any idea what's wrong? Thanks, - Nick -- /opt/SUNWspro/bin/../SC5.0/bin/fbe: "timeLLVMfft.s", line 3579: error: invalid (misaligned) register /opt/SUNWspro/bin/../SC5.0/bin/fbe: "timeLLVMfft.s", line 3580: warning: not even-numbered register /opt/SUNWspro/bin/../SC5.0/bin/fbe: "timeLLVMfft.s", line 3598: warning: not even-numbered register /opt/SUNWspro/bin/../SC5.0/bin/fbe: "timeLLVMfft.s", line 3599: error: invalid (misaligned) register /opt/SUNWspro/bin/../SC5.0/bin/fbe: "timeLLVMfft.s&quot...
2006 May 23
1
question about coding
Hi, I'm trying to encode a raw audio file with speex. No problem if I normally decode it (as done in the samplenc.c, for example). But if I separate odd and even samples and I try to encode separately these two files (one is [odd odd odd odd..], the other [even even even even..], then when I decode and I join the samples in one file [odd even odd even odd even..] I heard a terrible white noise, and the voice in background very weak. Does anyone know the rea...
2010 Mar 31
6
ODD and EVEN numbers
Hi, anyone here who knows how to determine if an integer is "odd" or "even" in R? Thanks. tj -- View this message in context: http://n4.nabble.com/ODD-and-EVEN-numbers-tp1747032p1747032.html Sent from the R help mailing list archive at Nabble.com.
2003 Apr 06
5
Odd and Even
Hi, I'm trying to create a function, jim(p) which varies depending on whether the value of p is odd or even. I was trying to use th eIf function, but i cant work out a formula to work out if p is odd or even. Thanks, Dave __________________________________________________ Yahoo! Plus For a better Internet experience http://www.yahoo.co.uk/btoffer
2012 Apr 04
5
Simple code dosn't work
I think you have a syntactical error on the line thats throwing the error, you state: > j.even?should be true #throws an error on j == 2, j == 4 should this line not read as: j.even?.should be true -- Posted via http://www.ruby-forum.com/.
2004 Sep 24
0
[LLVMdev] Little win32/Signals.cpp patch
...gt; > For std::remove yes... but... d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(179) : error C2065: 'stderr' : undeclared identifier d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(179) : error C3861: 'fprintf': identifier not found, even with argument-dependent lookup d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(182) : error C3861: 'fprintf': identifier not found, even with argument-dependent lookup d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(182) : error C3861: 'stderr...
2015 Jun 16
2
[LLVMdev] How to pick default floating point ABI?
On 06/16/2015 06:21 PM, Daniel Sanders wrote: > > > > the best I can suggest is to target mips2 and O32 > > > > It's not work for all, still get Assembler messages error on some > source files > > > > > Warning: float register should be even, was 7 > > Could you add –save-temps to the compiler command and send me the > command along with the .i and .s file the compiler produces? > > This warning is usually related to something called FPXX. FPXX is an > extension to the O32 ABI that causes the compiler to generate ob...
2007 Mar 15
2
Help! Echo problem even at T1 PRI?
Hello, We have an asterisk setup at our client's site using a TE205P. The line to telco is a 23 channels T1 PRI, however the line has random echo problems (about 5-10% of the calls)! Can anybody tell me if echo cancellation is really needed even at a T1 PRI to the telco? Because people keep saying when they deploy voip solution in Hong Kong using T1 PRI, there is no need of echo cancellation. (even the local Digium distributor) Asterisk is 1.2.13, zaptel is 1.2.10. I choosed the MARK2 canceller in the zaptel. The setting in zaptel is def...
2004 Sep 24
2
[LLVMdev] Little win32/Signals.cpp patch
...System\Signals.obj Signals.cpp d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(127) : error C2039: 'remove' : is not a member of '_STL' d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(127) : error C3861: 'remove': identifier not found, even with argument-dependent lookup d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(179) : error C2065: 'stderr' : undeclared identifier d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(179) : error C3861: 'fprintf': identifier not found, even with...
2004 Sep 24
0
[LLVMdev] Little win32/Signals.cpp patch
But I compiled that under vc7.1 as it was! On Fri, 24 Sep 2004 15:19:22 +0200 Paolo Invernizzi <arathorn at fastwebnet.it> wrote: > Adding an include for std::remove under vc7.1 > > --- > Paolo Invernizzi >
2004 Sep 24
3
[LLVMdev] Little win32/Signals.cpp patch
Adding an include for std::remove under vc7.1 --- Paolo Invernizzi -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: diff.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040924/e1ca1218/attachment.txt>
2020 Jul 07
2
[nbdkit PATCH] RFC tests: Avoid odd test behavior under NDEBUG
...with CFLAGS=-DNDEBUG for the brave user desiring to avoid assertion overhead, this causes the tests to be less powerful. Fortunately, a quick test of './configure CFLAGS=-DNDEBUG' didn't hit any test failures, but it seems better to just ensure that assertions always work in our tests, even if they are turned off for the main binary. Signed-off-by: Eric Blake <eblake@redhat.com> --- I don't know if I like this one. Since 'make check' passed in a build with CFLAGS=-DNDEBUG, I'm not sure we need it. common/include/test-ascii-ctype.c | 1 + common/include/...
2009 Aug 31
5
queue issue
I have a _very_ specific situation where I need queues to work in a very specific manner - I need the queue to only accept one call at a time, even though several phones are attached to it. My memory tells me that queues might have even worked this way in the distant past (pre 1.0)...but I am willing to be mistaken. Is this even remotely possible? PaulH
2010 Sep 15
1
PATCH: virtio_console: Fix poll blocking even though there is data to read
Hi All, I found this while working on a Linux agent for spice, the symptom I was seeing was select blocking on the spice vdagent virtio serial port even though there were messages queued up there. I found this while working on a Linux agent for spice, the symptom I was seeing was select blocking on the spice vdagent virtio serial port even though there were messages queued up there. virtio_console's port_fops_poll checks port->inbuf != NUL...
2010 Sep 15
1
PATCH: virtio_console: Fix poll blocking even though there is data to read
Hi All, I found this while working on a Linux agent for spice, the symptom I was seeing was select blocking on the spice vdagent virtio serial port even though there were messages queued up there. I found this while working on a Linux agent for spice, the symptom I was seeing was select blocking on the spice vdagent virtio serial port even though there were messages queued up there. virtio_console's port_fops_poll checks port->inbuf != NUL...
2003 Nov 11
3
dialing 8 in VM2 causes channel lockup?
Hi guys, I'm running Asterisk-0.5.0 and accidentally stumbled on this problem while in the VoicemailMain2 application: If you login to it, or even if you call it w/ 's<extension>' to skip the login and press an '8' near the beginning (and possibly at any point, I'm not sure), the channel seems to lockup, even if the handset is hungup, the channel remains frozen in that state in the VoicemailMain2 app. The only w...
2004 Feb 22
2
nested loop
Hi all, Does anybody know whether one can nest an 'if' statement in a 'for' loop. According to the results of my code, the for loop is performed first, but I'm not sure I got something else wrong with my code. I'm trying to perform the if statement for each step of the for loop. Thanks in advance. Best regards, Sebastian
2003 Jul 31
4
'System' application exit with error even if it performs the job as expected
Hi, When I try to run the command wmix to mix two WAV files recorded by the Monitor application I get the following warning in the console and the macro exit at that point. Running the command from a standard system console it works. More, even from this macro it works and produce a valid mixed file, but still get that error and the macro cannot continue. Why? I have tried even with a simple wmix without any parameter and I get the same error. ..... -- Executing System("SIP/103-b7c0", "/usr/local/bin/wmix /var/spool/a...
2009 Dec 13
1
Unable to open file...
...ile.c:933 ast_streamfile: Unable to open good (format 0x4 (ulaw)): No such file or directory [Dec 12 22:53:31] WARNING[6300]: pbx.c:8251 pbx_builtin_background: ast_streamfile failed on SIP/100-096ce078 for good -- Executing [80 at outbound:18] BackGround("SIP/100-096ce078", " evening ") in new stack [Dec 12 22:53:31] WARNING[6300]: file.c:650 ast_openstream_full: File evening does not exist in any format [Dec 12 22:53:31] WARNING[6300]: file.c:933 ast_streamfile: Unable to open evening (format 0x4 (ulaw)): No such file or directory [Dec 12 22:53:31] WARNING[6300]: p...
2006 Aug 10
1
[Markaby] Using cycle?
I can''t figure out how to get cycle to work: tr :class=>@helpers.cycle(''odd'', ''even'') do tr :class=>@helpers.cycle(''odd'', ''even'', :name=>''rows'') do tr.@helpers.cycle(''odd'', ''even'') do The first two output only one ''class="odd"'', the last causes...