#include "fp20_iqsutil.h"
Include dependency graph for fp20_write_lp.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | fp20_ILLwrite_lp_state |
Functions | |
| void | fp20_ILLwrite_lp_state_append (fp20_ILLwrite_lp_state *line, const char *str) |
| void | fp20_ILLwrite_lp_state_append_coef (fp20_ILLwrite_lp_state *line, EGfp20_t v, int cnt) |
| void | fp20_ILLwrite_lp_state_append_number (fp20_ILLwrite_lp_state *line, EGfp20_t v) |
| void | fp20_ILLwrite_lp_state_init (fp20_ILLwrite_lp_state *line, const char *str) |
| void | fp20_ILLwrite_lp_state_save_start (fp20_ILLwrite_lp_state *line) |
| void | fp20_ILLwrite_lp_state_start (fp20_ILLwrite_lp_state *line) |
| void fp20_ILLwrite_lp_state_append | ( | fp20_ILLwrite_lp_state * | line, | |
| const char * | str | |||
| ) |
Definition at line 58 of file fp20_write_lp.c.
References ILL_FAILfalse, fp20_ILLwrite_lp_state::p, and fp20_ILLwrite_lp_state::total.
| void fp20_ILLwrite_lp_state_append_coef | ( | fp20_ILLwrite_lp_state * | line, | |
| EGfp20_t | v, | |||
| int | cnt | |||
| ) |
Definition at line 73 of file fp20_write_lp.c.
References fp20_ILLwrite_lp_state_append_number(), fp20_ILLwrite_lp_state::p, and fp20_ILLwrite_lp_state::total.
Here is the call graph for this function:

| void fp20_ILLwrite_lp_state_append_number | ( | fp20_ILLwrite_lp_state * | line, | |
| EGfp20_t | v | |||
| ) |
Definition at line 118 of file fp20_write_lp.c.
References fp20_append_number(), fp20_ILL_MAXDOUBLE, fp20_ILL_MINDOUBLE, and fp20_ILLwrite_lp_state_append().
Here is the call graph for this function:

| void fp20_ILLwrite_lp_state_init | ( | fp20_ILLwrite_lp_state * | line, | |
| const char * | str | |||
| ) |
Definition at line 45 of file fp20_write_lp.c.
References fp20_ILLwrite_lp_state::buf, fp20_ILLwrite_lp_state_append(), NULL, fp20_ILLwrite_lp_state::p, and fp20_ILLwrite_lp_state::total.
Here is the call graph for this function:

| void fp20_ILLwrite_lp_state_save_start | ( | fp20_ILLwrite_lp_state * | line | ) |
Definition at line 235 of file fp20_write_lp.c.
References fp20_ILLwrite_lp_state::startlen, and fp20_ILLwrite_lp_state::total.
| void fp20_ILLwrite_lp_state_start | ( | fp20_ILLwrite_lp_state * | line | ) |
Definition at line 241 of file fp20_write_lp.c.
References fp20_ILLwrite_lp_state::buf, fp20_ILLwrite_lp_state::p, fp20_ILLwrite_lp_state::startlen, and fp20_ILLwrite_lp_state::total.
1.4.7