#include "machdefs.h"
#include "except.h"
#include "float128_util.h"
Include dependency graph for float128_util.c:

Go to the source code of this file.
Functions | |
| int | float128_ILLutil_array_index (char *list[], int n, const char *name) |
| int | float128_ILLutil_index (const char *list[], const char *name) |
| unsigned int | float128_ILLutil_nextprime (unsigned int x) |
| double | float128_ILLutil_norm_sqr (double *v, int len) |
| double | float128_ILLutil_our_ceil (double x) |
| double | float128_ILLutil_our_floor (double x) |
| double | float128_ILLutil_our_frac (double x) |
| int | float128_ILLutil_our_gcd (int a, int b) |
| int | float128_ILLutil_our_lcm (int a, int b) |
| int | float128_ILLutil_our_log2 (int a) |
| char * | float128_ILLutil_str (const char *str) |
| int | float128_ILLutil_strcasecmp (const char *s1, const char *s2) |
| const char * | float128_ILLutil_strchr (const char *s, int c) |
| int | float128_ILLutil_strncasecmp (const char *s1, const char *s2, size_t n) |
| static int | float128_isprime (unsigned int x) |
| int float128_ILLutil_array_index | ( | char * | list[], | |
| int | n, | |||
| const char * | name | |||
| ) |
Definition at line 252 of file float128_util.c.
References NULL.
Referenced by float128_del_row_or_col().
| int float128_ILLutil_index | ( | const char * | list[], | |
| const char * | name | |||
| ) |
Definition at line 236 of file float128_util.c.
References NULL.
Referenced by float128_add_bounds(), float128_getCmd(), float128_ILLlib_readbasis(), and float128_read_mps_section().
| unsigned int float128_ILLutil_nextprime | ( | unsigned int | x | ) |
Definition at line 101 of file float128_util.c.
References float128_isprime().
Here is the call graph for this function:

| double float128_ILLutil_norm_sqr | ( | double * | v, | |
| int | len | |||
| ) |
Definition at line 183 of file float128_util.c.
| double float128_ILLutil_our_ceil | ( | double | x | ) |
Definition at line 171 of file float128_util.c.
| double float128_ILLutil_our_floor | ( | double | x | ) |
| double float128_ILLutil_our_frac | ( | double | x | ) |
Definition at line 177 of file float128_util.c.
| int float128_ILLutil_our_gcd | ( | int | a, | |
| int | b | |||
| ) |
| int float128_ILLutil_our_lcm | ( | int | a, | |
| int | b | |||
| ) |
Definition at line 149 of file float128_util.c.
References float128_ILLutil_our_gcd().
Here is the call graph for this function:

| int float128_ILLutil_our_log2 | ( | int | a | ) |
| char* float128_ILLutil_str | ( | const char * | str | ) |
| int float128_ILLutil_strcasecmp | ( | const char * | s1, | |
| const char * | s2 | |||
| ) |
Definition at line 221 of file float128_util.c.
Referenced by float128_read_minmax(), and float128_read_problem_name().
| const char* float128_ILLutil_strchr | ( | const char * | s, | |
| int | c | |||
| ) |
Definition at line 208 of file float128_util.c.
References NULL.
Referenced by float128_is_marker_line().
| int float128_ILLutil_strncasecmp | ( | const char * | s1, | |
| const char * | s2, | |||
| size_t | n | |||
| ) |
Definition at line 228 of file float128_util.c.
| static int float128_isprime | ( | unsigned int | x | ) | [static] |
1.4.7