| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=45922
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the function naming problem for complex double function i've recently
aksed for in -committers. (The recently committed rev 1.5 of proc.c
was actually also part of this update.)
Should the mailing lists come to an agreement that f2c better belongs
into the ports, this could be done nevertheless. For the time being,
we've at least got a current version now.
Thanks, Steve!
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
Notes:
svn path=/head/; revision=43566
|
|
|
|
|
|
|
| |
during link phase when using fortran subroutines with non-fortran 'main()'.
Notes:
svn path=/head/; revision=41204
|
|
|
|
|
|
|
| |
PR: misc/6433
Notes:
svn path=/head/; revision=35524
|
|
|
|
| |
Notes:
svn path=/head/; revision=24847
|
|
|
|
|
|
|
|
|
|
| |
log10(x) = log10e * log(x). This fixes some small (one or two ULP)
inaccuracies.
Found by: ucbtest
Notes:
svn path=/head/; revision=23080
|
|
|
|
|
|
|
|
|
|
|
|
| |
previous revision. Use log10f() instead of log10(). log10f() is
currently slightly slower than log10() on P5's, but it is potentially
significantly faster.
Fixed declaration of the C function used in the (unused?) KR_headers
case.
Notes:
svn path=/head/; revision=23079
|
|
|
|
|
|
|
|
|
|
|
|
| |
log10(x) = log10e * log(x). The formula would work if the RHS were
evaluated in extended precision with an extended precision log().
This actually happened with the i387 log() because it returns excess
precision.
Found by: ucbtest
Notes:
svn path=/head/; revision=22804
|
|
|
|
|
|
|
| |
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
Notes:
svn path=/head/; revision=17141
|
|
|
|
| |
Notes:
svn path=/cvs2svn/branches/ATT/; revision=13122
|
|
|
|
| |
Notes:
svn path=/head/; revision=11059
|
|
Obtained from: netlib.att.com
Notes:
svn path=/cvs2svn/branches/ATT/; revision=3902
|