|
Jspice3
|

Go to the source code of this file.
Macros | |
| #define | xx5 realpart(&c1) |
| #define | xx6 imagpart(&c1) |
Functions | |
| static complex * | j_cexp () |
| static complex * | cln () |
| static complex * | ctimes () |
| char * | cx_divide (char *data1, char *data2, short datatype1, short datatype2, length) |
| char * | cx_comma (char *data1, char *data2, short datatype1, short datatype2, length) |
| char * | cx_power (char *data1, char *data2, short datatype1, short datatype2, length) |
| static complex * | j_cexp (complex *c) |
| static complex * | cln (complex *c) |
| static complex * | ctimes (complex *c1, complex *c2) |
| char * | cx_eq (char *data1, char *data2, short datatype1, short datatype2, length) |
| char * | cx_gt (char *data1, char *data2, short datatype1, short datatype2, length) |
| char * | cx_lt (char *data1, char *data2, short datatype1, short datatype2, length) |
| char * | cx_ge (char *data1, char *data2, short datatype1, short datatype2, length) |
| char * | cx_le (char *data1, char *data2, short datatype1, short datatype2, length) |
| char * | cx_ne (char *data1, char *data2, short datatype1, short datatype2, length) |
| #define xx5 realpart(&c1) |
| #define xx6 imagpart(&c1) |
|
static |
Definition at line 211 of file cmath3.c.
|
static |
Definition at line 228 of file cmath3.c.
| char* cx_comma | ( | char * | data1, |
| char * | data2, | ||
| short | datatype1, | ||
| short | datatype2, | ||
| length | |||
| ) |
Definition at line 88 of file cmath3.c.
| char* cx_divide | ( | char * | data1, |
| char * | data2, | ||
| short | datatype1, | ||
| short | datatype2, | ||
| length | |||
| ) |
| char* cx_eq | ( | char * | data1, |
| char * | data2, | ||
| short | datatype1, | ||
| short | datatype2, | ||
| length | |||
| ) |
Definition at line 282 of file cmath3.c.
| char* cx_ge | ( | char * | data1, |
| char * | data2, | ||
| short | datatype1, | ||
| short | datatype2, | ||
| length | |||
| ) |
Definition at line 426 of file cmath3.c.
| char* cx_gt | ( | char * | data1, |
| char * | data2, | ||
| short | datatype1, | ||
| short | datatype2, | ||
| length | |||
| ) |
Definition at line 330 of file cmath3.c.
| char* cx_le | ( | char * | data1, |
| char * | data2, | ||
| short | datatype1, | ||
| short | datatype2, | ||
| length | |||
| ) |
Definition at line 474 of file cmath3.c.
| char* cx_lt | ( | char * | data1, |
| char * | data2, | ||
| short | datatype1, | ||
| short | datatype2, | ||
| length | |||
| ) |
Definition at line 378 of file cmath3.c.
| char* cx_ne | ( | char * | data1, |
| char * | data2, | ||
| short | datatype1, | ||
| short | datatype2, | ||
| length | |||
| ) |
Definition at line 520 of file cmath3.c.
| char* cx_power | ( | char * | data1, |
| char * | data2, | ||
| short | datatype1, | ||
| short | datatype2, | ||
| length | |||
| ) |
Definition at line 127 of file cmath3.c.
|
static |