index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libf2c
/
libF77
/
d_prod.c
blob: 11fe2c7f68ea3abf56df1212edbd9fea4d9d3ad3 (
plain
)
1
2
3
4
5
6
7
#include "f2c.h" double d_prod (real * x, real * y) { return ((*x) * (*y)); }