#include <../../nrnconf.h>
#include "machine.h"
Go to the source code of this file.
|
| double | __ip__ (Real *dp1, Real *dp2, int len) |
| |
| void | __mltadd__ (Real *dp1, Real *dp2, double s, int len) |
| |
| void | __smlt__ (Real *dp, double s, Real *out, int len) |
| |
| void | __add__ (Real *dp1, Real *dp2, Real *out, int len) |
| |
| void | __sub__ (Real *dp1, Real *dp2, Real *out, int len) |
| |
| void | __zero__ (Real *dp, int len) |
| |
|
| static char * | rcsid = "machine.c,v 1.1 1997/12/04 17:55:33 hines Exp" |
| |
◆ __add__()
◆ __ip__()
◆ __mltadd__()
◆ __smlt__()
◆ __sub__()
◆ __zero__()
◆ rcsid
| char* rcsid = "machine.c,v 1.1 1997/12/04 17:55:33 hines Exp" |
|
static |