Go to the source code of this file.
|
void | __assert_fail (const char *__assertion, const char *__file, unsigned int __line, const char *__function) __attribute__((__nothrow__ |
|
void __leaf__ | __attribute__ ((__noreturn__)) |
|
void | __assert_perror_fail (int __errnum, const char *__file, unsigned int __line, const char *__function) __attribute__((__nothrow__ |
|
void | __assert (const char *__assertion, const char *__file, int __line) __attribute__((__nothrow__ |
|
void * | memcpy (void *__restrict __dest, const void *__restrict __src, size_t __n) __attribute__((__nothrow__ |
|
void __leaf__ | __attribute__ ((__nonnull__(1, 2))) |
|
void * | memmove (void *__dest, const void *__src, size_t __n) __attribute__((__nothrow__ |
|
void * | memccpy (void *__restrict __dest, const void *__restrict __src, int __c, size_t __n) __attribute__((__nothrow__ |
|
int | strcoll_l (const char *__s1, const char *__s2, locale_t __l) __attribute__((__nothrow__ |
|
int __leaf__ | __attribute__ ((__pure__)) |
|
void | FC_FUNC_ (zoperate_ri_vec, ZOPERATE_RI_VEC) const |
|
void | FC_FUNC_ (dgauss_seidel, DGAUSS_SEIDEL) const |
|
void | get_vectorization_level (char *level) |
|
◆ ptrdiff_t
◆ size_t
typedef long unsigned int size_t |
◆ wchar_t
◆ __locale_t
◆ locale_t
◆ __assert_fail()
void __assert_fail |
( |
const char * |
__assertion, |
|
|
const char * |
__file, |
|
|
unsigned int |
__line, |
|
|
const char * |
__function |
|
) |
| |
◆ __attribute__() [1/3]
void __leaf__ __attribute__ |
( |
(__noreturn__) |
| ) |
|
◆ __assert_perror_fail()
void __assert_perror_fail |
( |
int |
__errnum, |
|
|
const char * |
__file, |
|
|
unsigned int |
__line, |
|
|
const char * |
__function |
|
) |
| |
◆ __assert()
void __assert |
( |
const char * |
__assertion, |
|
|
const char * |
__file, |
|
|
int |
__line |
|
) |
| |
◆ memcpy()
void * memcpy |
( |
void *__restrict |
__dest, |
|
|
const void *__restrict |
__src, |
|
|
size_t |
__n |
|
) |
| |
◆ __attribute__() [2/3]
void __leaf__ __attribute__ |
( |
(__nonnull__(1, 2)) |
| ) |
|
◆ memmove()
void * memmove |
( |
void * |
__dest, |
|
|
const void * |
__src, |
|
|
size_t |
__n |
|
) |
| |
◆ memccpy()
void * memccpy |
( |
void *__restrict |
__dest, |
|
|
const void *__restrict |
__src, |
|
|
int |
__c, |
|
|
size_t |
__n |
|
) |
| |
◆ strcoll_l()
int strcoll_l |
( |
const char * |
__s1, |
|
|
const char * |
__s2, |
|
|
locale_t |
__l |
|
) |
| |
◆ __attribute__() [3/3]
int __leaf__ __attribute__ |
( |
(__pure__) |
| ) |
|
◆ FC_FUNC_() [1/2]
void FC_FUNC_ |
( |
zoperate_ri_vec |
, |
|
|
ZOPERATE_RI_VEC |
|
|
) |
| const |
◆ FC_FUNC_() [2/2]
void FC_FUNC_ |
( |
dgauss_seidel |
, |
|
|
DGAUSS_SEIDEL |
|
|
) |
| const |
◆ get_vectorization_level()
void get_vectorization_level |
( |
char * |
level | ) |
|