Search the web
Sign In
New User? Sign Up
openpfgw · Co-ordination of the OpenPFGW project
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1647 - 1676 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1647
There is a new OpenPFGW version available (Win32 only). This version uses a windows DLL to place the v24.6 FFT code and make it available. In the 24.6 code,...
jim_fougeron
Offline Send Email
Dec 16, 2004
9:57 pm
1648
... Please advise when there comes to be a Linux executable; I promise that I will give it a _really_ big workout. Best David...
David Broadhurst
djbroadhurst
Offline Send Email
Dec 19, 2004
2:16 am
1649
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File : /linpfgw.pl ...
openpfgw@yahoogroups....
Send Email
Dec 30, 2004
2:04 am
1650
I've just started porting the FFT libraries to x86-64. Ugh. I've run into a problem. Documentation says that x87 FPU instructions are not supported in 64-bit...
woltman9999
Offline Send Email
Dec 31, 2004
9:14 pm
1651
... Brainstorming - 1) Cache pre-computed tables in files. Compute them using a not-64-bit program. 2) Use a double-double library like Ernst does. (Just use...
Phil Carmody
thefatphil
Offline Send Email
Jan 1, 2005
1:31 am
1652
I agree with Phil. I think trying to get gmp built for x64 under Windows simply to do sin/cos initialization is pretty much overkill. Do you only get 53 bits...
jim_fougeron
Offline Send Email
Jan 1, 2005
2:31 am
1653
... Thanks Phil. I had unsuccessfully searched for such a library. I had even tried the Glucas sources to no avail. Ernst's library has all I need except a...
George Woltman
woltman9999
Offline Send Email
Jan 1, 2005
5:16 pm
1654
... Phew! Glad that helped. I was sure that there was another double-double library somewhere in the world if Ernst's didn't do the business. That would have ...
Phil Carmody
thefatphil
Offline Send Email
Jan 1, 2005
7:37 pm
1655
This has log - it looks like an approximate answer plus one newton-raphson gets you home: http://members.lycos.co.uk/keithmbriggs/doubledouble.html Phil ===== ...
Phil Carmody
thefatphil
Offline Send Email
Jan 1, 2005
7:46 pm
1656
I just downloaded this latest version, hoping it would cure a problem I get occasionally with RC1a, but it doesn't. I get this: Unknown error in PFGW...
mikeoakes2@...
mikeoakes2
Offline Send Email
Jan 15, 2005
5:21 pm
1657
Please do a pfgw -i and post what is listed. The number at the size of 5^938+938^5 is still being fully PRP tested using GMP. Might you be using a GMP dll,...
jim_fougeron
Offline Send Email
Jan 16, 2005
1:36 am
1658
In a message dated 16/01/2005 01:37:14 GMT Standard Time, jfoug@... writes: Please do a pfgw -i and post what is listed. The number at the size of...
mikeoakes2@...
mikeoakes2
Offline Send Email
Jan 16, 2005
11:05 am
1659
I am thinking of adding arrays to the script format. I am thinking of doing it this way, but would like comments about this. 1. Add 2 new allocation...
jim_fougeron
Offline Send Email
Jan 17, 2005
9:02 pm
1660
Sorry, I was not even thinking. I left out the variables :) ARDIM intarvar,count (or arvar,low,high) ARDIMS strarvar,count ARSET intarvar,idx,expr ARSETS...
jim_fougeron
Offline Send Email
Jan 17, 2005
9:11 pm
1661
Clearly arrays would be useful. However CRT can be done without arrays. The line structure of a file can store an array of residues and moduli, which can be...
David Broadhurst
djbroadhurst
Offline Send Email
Jan 18, 2005
1:37 am
1662
... Be gone, foul and thinithter iterative beatht! Your lack of lithp ith your thiboleth. Let the purifying power of recurthion cleanthe your iterative thoul! ...
Phil Carmody
thefatphil
Offline Send Email
Jan 18, 2005
2:57 am
1663
But maybe people who live in glathth houtheth thouldnt throw pieth: http://groups.yahoo.com/group/pies_project/messages ... David :-)...
David Broadhurst
djbroadhurst
Offline Send Email
Jan 18, 2005
3:56 am
1664
... Front page works, members list works, hmmm... (I won't say "the distributed project's server works", in case Telia decide to misconfigure a router again...
Phil Carmody
thefatphil
Offline Send Email
Jan 18, 2005
4:42 am
1665
Hi Jim, I can't think of a specific use off the top of my head right now, but of course arrays are always a useful thing to have lying around on the ...
Paul Jobling
paul_joblinguk
Offline Send Email
Jan 18, 2005
10:35 am
1666
... As long as the restricted accessors are not a problem in the pseudo-C, then I can't see a problem with the idea, and should be able to mimic the behaviour....
Phil Carmody
thefatphil
Offline Send Email
Jan 18, 2005
11:34 am
1667
... I thought that you might be able to ignore them anyway - ie if an access is performed to x[XXX], that is always translated into something like ...
Paul Jobling
paul_joblinguk
Offline Send Email
Jan 18, 2005
11:39 am
1668
... Goes titsup with "x[i] = y[j];" Goes very titsup with "x[i] = y[j] + z[k];" Sure, simple special cases can be handled, but where would it end? Phil ===== ...
Phil Carmody
thefatphil
Offline Send Email
Jan 18, 2005
1:03 pm
1669
... an access is ... like ... No, you would simply use: ArSet x,XXX,value for x[XXX]=value; The straight raw utilization of a "valid" expression "XXX" is...
jim_fougeron
Offline Send Email
Jan 18, 2005
1:44 pm
1670
... I don't see it as too much of a restriction to only allow one array access per line, and that array access must be the only thing on the left or rhs of an...
Paul Jobling
paul_joblinguk
Offline Send Email
Jan 18, 2005
1:52 pm
1671
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Send Email
Jan 30, 2005
3:20 pm
1672
Official PFGW version 1.2.0 is ready to be released, but I would like to get someone to build a Linux version of this (making sure everything is OK on the...
jim_fougeron
Offline Send Email
Jan 30, 2005
3:21 pm
1673
Hi Jim, Sorry it took so long to get back to you on this. The problem with decimal.o rears its head again: make[1]: *** No rule to make target `decimal.o',...
gchil0
Offline Send Email
Feb 4, 2005
2:51 am
1674
Yes, decimal.o has been removed. It has not been used since original primeform days. I simply removed it, but must have fergot to rip it out of the pfglue's...
jim_fougeron
Offline Send Email
Feb 4, 2005
12:20 pm
1675
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Send Email
Feb 4, 2005
1:13 pm
1676
ABC2 (137*2^$a-1)/3 a: from 27151 to 28101 step 2 The ABC2 file above gave a 476/476 failure rate, running PFGW Version 20041129.Win_Stable (v1.2 RC1d) [FFT...
David Broadhurst
djbroadhurst
Offline Send Email
Feb 7, 2005
6:57 am
Messages 1647 - 1676 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help