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

Go to the source code of this file.
Functions | |
| int | ldbl_ILLutil_array_index (char *list[], int n, const char *name) |
| int | ldbl_ILLutil_index (const char *list[], const char *name) |
| unsigned int | ldbl_ILLutil_nextprime (unsigned int x) |
| double | ldbl_ILLutil_norm_sqr (double *v, int len) |
| double | ldbl_ILLutil_our_ceil (double x) |
| double | ldbl_ILLutil_our_floor (double x) |
| double | ldbl_ILLutil_our_frac (double x) |
| int | ldbl_ILLutil_our_gcd (int a, int b) |
| int | ldbl_ILLutil_our_lcm (int a, int b) |
| int | ldbl_ILLutil_our_log2 (int a) |
| char * | ldbl_ILLutil_str (const char *str) |
| int | ldbl_ILLutil_strcasecmp (const char *s1, const char *s2) |
| const char * | ldbl_ILLutil_strchr (const char *s, int c) |
| int | ldbl_ILLutil_strncasecmp (const char *s1, const char *s2, size_t n) |
| static int | ldbl_isprime (unsigned int x) |
| int ldbl_ILLutil_array_index | ( | char * | list[], | |
| int | n, | |||
| const char * | name | |||
| ) |
| int ldbl_ILLutil_index | ( | const char * | list[], | |
| const char * | name | |||
| ) |
Definition at line 236 of file ldbl_util.c.
References NULL.
Referenced by ldbl_add_bounds(), ldbl_getCmd(), ldbl_ILLlib_readbasis(), and ldbl_read_mps_section().
| unsigned int ldbl_ILLutil_nextprime | ( | unsigned int | x | ) |
Definition at line 101 of file ldbl_util.c.
References ldbl_isprime().
Here is the call graph for this function:

| double ldbl_ILLutil_norm_sqr | ( | double * | v, | |
| int | len | |||
| ) |
Definition at line 183 of file ldbl_util.c.
| double ldbl_ILLutil_our_ceil | ( | double | x | ) |
Definition at line 171 of file ldbl_util.c.
| double ldbl_ILLutil_our_floor | ( | double | x | ) |
| double ldbl_ILLutil_our_frac | ( | double | x | ) |
Definition at line 177 of file ldbl_util.c.
| int ldbl_ILLutil_our_gcd | ( | int | a, | |
| int | b | |||
| ) |
| int ldbl_ILLutil_our_lcm | ( | int | a, | |
| int | b | |||
| ) |
Definition at line 149 of file ldbl_util.c.
References ldbl_ILLutil_our_gcd().
Here is the call graph for this function:

| int ldbl_ILLutil_our_log2 | ( | int | a | ) |
| char* ldbl_ILLutil_str | ( | const char * | str | ) |
| int ldbl_ILLutil_strcasecmp | ( | const char * | s1, | |
| const char * | s2 | |||
| ) |
Definition at line 221 of file ldbl_util.c.
Referenced by ldbl_read_minmax(), and ldbl_read_problem_name().
| const char* ldbl_ILLutil_strchr | ( | const char * | s, | |
| int | c | |||
| ) |
| int ldbl_ILLutil_strncasecmp | ( | const char * | s1, | |
| const char * | s2, | |||
| size_t | n | |||
| ) |
Definition at line 228 of file ldbl_util.c.
| static int ldbl_isprime | ( | unsigned int | x | ) | [static] |
1.4.7