search for: g29

Displaying 9 results from an estimated 9 matches for "g29".

Did you mean: 29
2005 Jul 22
2
[LLVMdev] Need help on SPEC 95 "standard" commandlines
...ENAME = null.out RUN_OPTIONS = 40 19 else STDIN_FILENAME = 2stone9.in STDOUT_FILENAME = 2stone9.out RUN_OPTIONS = 50 9 endif include ../../Makefile.spec95 Makefile (END) which suggests the compiling command: gcc -DSPEC_CPU95 -O2 -o spec_go g2.c g22.c g23.c g25.c g26.c g27a.c g27b.c g28.c g29.c g2eye.c g2jlib2.c g2jos.c g2list.c g2reas.c g2s2.c g2s3.c g2shp.c and the running commandline: ./spec_go 50 9 2stone9.in < are these correct ? > This must be a shrinked problem size, since 2stone9.in is in the training set, not the ref set. < There are two input files in ref subdirec...
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains alphanumeric data. Specifically,"ID" contains integers all preceeded by the character "g" as in: g1, g6, g3, g19, g100, g2, g39 I am using the following code: DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),] and was hoping it would sort the dataframe by ID in the following manner g1, g2, g3, g6, g19,
2005 Jul 22
0
[LLVMdev] Need help on SPEC 95 "standard" commandlines
On Thu, 21 Jul 2005, Long Fei wrote: > which suggests the compiling command: > gcc -DSPEC_CPU95 -O2 -o spec_go g2.c g22.c g23.c g25.c g26.c g27a.c g27b.c > g28.c g29.c g2eye.c g2jlib2.c g2jos.c g2list.c g2reas.c g2s2.c g2s3.c g2shp.c > and the running commandline: > ./spec_go 50 9 2stone9.in > < are these correct ? > I believe that we only include test/train inputs for some programs. > This must be a shrinked problem size, since 2stone9.in i...
2005 Jun 13
1
Problem with DTMF Relay and Oh323
...g of the Oh323 channel driver? Second question: how can I force the Oh323 to propose only one codec to the outbound H323 endpoint, and do not negotiate? The choice of codec is a business decision: if the gateway is located in my own subnet I don't need compression, but if not I need to use only G29, etc.
2010 Feb 27
1
No RTP from asterisk?
I've got an asterisk installation of 1.4.30-RC2 running, and while I can register lines and get call setup to pass, for some reason no RTP is being generated or received by asterisk. Debug doesn't seem to give me too much of relevance about it, especially rtp debug. I had a few other small issues, like trying to negotiate G729 when it's not capable, but since then, I've changed
2005 Jul 22
0
[LLVMdev] Need help on SPEC 95 "standard" commandlines
On Thu, 21 Jul 2005, Long Fei wrote: > Does anyone know the "standard" commandline to compile and run spec95 > benchmarks ? > > I found some scripts in llvm test suite (External/SPEC/CINT95), but I am not > sure if they are the *default ref* configurations. <Some of them seem to use > smaller problem sizes.> SPEC95 was retired many years ago, so few people
2010 Aug 05
2
[Bug 29403] New: [nvac] attempting to use displayport freezes machine
...empa kernel: <3>10 50 54 a5 4b 00 81 80 a9 40 71 4f 01 01 01 01 .PT.K.... at qO.... Aug 5 16:21:15 tempa kernel: <3>01 01 01 01 01 01 28 3c 80 a0 70 b0 23 40 30 20 ......(<..p.#@0 Aug 5 16:21:15 tempa kernel: <3>36 00 07 44 21 00 00 1a 00 00 00 ff 00 47 32 39 6..D!........G29 Aug 5 16:21:15 tempa kernel: <3>31 48 38 41 4d 31 56 32 53 0a 00 00 00 fc 00 44 1H8AM1V2S......D Aug 5 16:21:15 tempa kernel: <3>45 4c 4c 20 32 34 30 38 57 46 50 0a 00 00 10 ff ELL 2408WFP..... Aug 5 16:21:15 tempa kernel: <3>ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ....
2005 Feb 09
2
Problem with meetMe
...i try call from one ATA186 (using oh323) i hear message that i am alone in this conference and start play music on holdOn when i call from another ATA186 i hear in first telephone signal that somebody conect to conference and after it i don't hear anything i try to change codec G711u,G711a,G29 the situation is the same there is the logs from console -- Executing Answer("OH323/R14186", "") in new stack -- Executing Wait("OH323/R14186", "1") in new stack -- Executing MeetMe("OH323/R14186", "4000|Mp") in new stack == Par...
2005 Jul 22
2
[LLVMdev] Need help on SPEC 95 "standard" commandlines
Does anyone know the "standard" commandline to compile and run spec95 benchmarks ? I found some scripts in llvm test suite (External/SPEC/CINT95), but I am not sure if they are the *default ref* configurations. <Some of them seem to use smaller problem sizes.> SPEC95 was retired many years ago, so few people around me know how to compile and run them. I am building from