repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
[official-gcc.git]
/
libf2c
/
libF77
/
derfc_.c
blob
78e8e889c38c1b2442ca8d9bee91dcafd03e0448
1
#include
"f2c.h"
2
3
extern
double
erfc
(
double
);
4
5
double
6
G77_derfc_0
(
doublereal
*
x
)
7
{
8
return
(
erfc
(*
x
));
9
}