#include <nlibc.h>#include <complex.h>#include <inttypes.h>#include <stdio.h>#include <stdlib.h>#include <fpu_control.h>Include dependency graph for gnu.h:

Go to the source code of this file.
Classes | |
| struct | vector |
Defines | |
| #define | complex double_complex |
| #define | float double |
| #define | int int64_t |
| #define | write_double(y) printf("%1.15e \n",y) |
| #define | write_float(y) printf("%1.15e \n",y) |
| #define | write_complex(y) printf("(%1.15e,%1.15e) \n",real(y),imag(y)) |
| #define | write_vector(y) printf("(%1.15e,%1.15e)\n",y.lo,y.hi) |
| #define | write_string(y) printf("%s",y) |
Functions | |
| void | write_int (int y) |
| void | write_double_array (double *y, int x) |
| void | write_int_array (int *y, int x) |
| void | write_complex_array (complex *y, int x) |
| void | write_vector_array (vector *y, int x) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Definition at line 275 of file stdio_os1.h. |
|
||||||||||||
|
Definition at line 199 of file stdio_os1.h. |
|
|
Definition at line 43 of file gnu.h. References printf. |
|
||||||||||||
|
Definition at line 82 of file stdio_os1.h. |
|
||||||||||||
|
Definition at line 351 of file stdio_os1.h. |
1.3.5