NEURON
machine.c File Reference
#include <../../nrnconf.h>
#include "machine.h"

Go to the source code of this file.

Functions

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)
 

Variables

static char * rcsid = "machine.c,v 1.1 1997/12/04 17:55:33 hines Exp"
 

Function Documentation

◆ __add__()

void __add__ ( Real dp1,
Real dp2,
Real out,
int  len 
)

Definition at line 113 of file machine.c.

◆ __ip__()

double __ip__ ( Real dp1,
Real dp2,
int  len 
)

Definition at line 40 of file machine.c.

◆ __mltadd__()

void __mltadd__ ( Real dp1,
Real dp2,
double  s,
int  len 
)

Definition at line 76 of file machine.c.

◆ __smlt__()

void __smlt__ ( Real dp,
double  s,
Real out,
int  len 
)

Definition at line 102 of file machine.c.

◆ __sub__()

void __sub__ ( Real dp1,
Real dp2,
Real out,
int  len 
)

Definition at line 123 of file machine.c.

◆ __zero__()

void __zero__ ( Real dp,
int  len 
)

Definition at line 133 of file machine.c.

Variable Documentation

◆ rcsid

char* rcsid = "machine.c,v 1.1 1997/12/04 17:55:33 hines Exp"
static

Definition at line 35 of file machine.c.