Octopus
operate.c File Reference

Go to the source code of this file.

Classes

struct  max_align_t
 

Typedefs

typedef long int ptrdiff_t
 
typedef long unsigned int size_t
 
typedef int wchar_t
 
typedef struct __locale_struct * __locale_t
 
typedef __locale_t locale_t
 

Functions

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)
 

Typedef Documentation

◆ ptrdiff_t

typedef long int ptrdiff_t

Definition at line 15 of file operate.c.

◆ size_t

typedef long unsigned int size_t

Definition at line 17 of file operate.c.

◆ wchar_t

typedef int wchar_t

Definition at line 19 of file operate.c.

◆ __locale_t

typedef struct __locale_struct* __locale_t

Definition at line 177 of file operate.c.

◆ locale_t

Definition at line 180 of file operate.c.

Function Documentation

◆ __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))  )

Definition at line 111 of file operate.c.

◆ 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__)  )

Definition at line 185 of file operate.c.

◆ FC_FUNC_() [1/2]

void FC_FUNC_ ( zoperate_ri_vec  ,
ZOPERATE_RI_VEC   
) const

Definition at line 693 of file operate.c.

◆ FC_FUNC_() [2/2]

void FC_FUNC_ ( dgauss_seidel  ,
DGAUSS_SEIDEL   
) const

Definition at line 703 of file operate.c.

◆ get_vectorization_level()

void get_vectorization_level ( char *  level)

Definition at line 733 of file operate.c.