Octopus
dablas.c File Reference

Go to the source code of this file.

Classes

struct  __fsid_t
 
struct  __mbstate_t
 
struct  _G_fpos_t
 
struct  _G_fpos64_t
 
struct  _IO_FILE
 

Typedefs

typedef long unsigned int size_t
 
typedef __builtin_va_list __gnuc_va_list
 
typedef unsigned char __u_char
 
typedef unsigned short int __u_short
 
typedef unsigned int __u_int
 
typedef unsigned long int __u_long
 
typedef signed char __int8_t
 
typedef unsigned char __uint8_t
 
typedef signed short int __int16_t
 
typedef unsigned short int __uint16_t
 
typedef signed int __int32_t
 
typedef unsigned int __uint32_t
 
typedef signed long int __int64_t
 
typedef unsigned long int __uint64_t
 
typedef __int8_t __int_least8_t
 
typedef __uint8_t __uint_least8_t
 
typedef __int16_t __int_least16_t
 
typedef __uint16_t __uint_least16_t
 
typedef __int32_t __int_least32_t
 
typedef __uint32_t __uint_least32_t
 
typedef __int64_t __int_least64_t
 
typedef __uint64_t __uint_least64_t
 
typedef long int __quad_t
 
typedef unsigned long int __u_quad_t
 
typedef long int __intmax_t
 
typedef unsigned long int __uintmax_t
 
typedef unsigned long int __dev_t
 
typedef unsigned int __uid_t
 
typedef unsigned int __gid_t
 
typedef unsigned long int __ino_t
 
typedef unsigned long int __ino64_t
 
typedef unsigned int __mode_t
 
typedef unsigned long int __nlink_t
 
typedef long int __off_t
 
typedef long int __off64_t
 
typedef int __pid_t
 
typedef long int __clock_t
 
typedef unsigned long int __rlim_t
 
typedef unsigned long int __rlim64_t
 
typedef unsigned int __id_t
 
typedef long int __time_t
 
typedef unsigned int __useconds_t
 
typedef long int __suseconds_t
 
typedef long int __suseconds64_t
 
typedef int __daddr_t
 
typedef int __key_t
 
typedef int __clockid_t
 
typedef void * __timer_t
 
typedef long int __blksize_t
 
typedef long int __blkcnt_t
 
typedef long int __blkcnt64_t
 
typedef unsigned long int __fsblkcnt_t
 
typedef unsigned long int __fsblkcnt64_t
 
typedef unsigned long int __fsfilcnt_t
 
typedef unsigned long int __fsfilcnt64_t
 
typedef long int __fsword_t
 
typedef long int __ssize_t
 
typedef long int __syscall_slong_t
 
typedef unsigned long int __syscall_ulong_t
 
typedef __off64_t __loff_t
 
typedef char * __caddr_t
 
typedef long int __intptr_t
 
typedef unsigned int __socklen_t
 
typedef int __sig_atomic_t
 
typedef struct _G_fpos_t __fpos_t
 
typedef struct _G_fpos64_t __fpos64_t
 
typedef struct _IO_FILE __FILE
 
typedef struct _IO_FILE FILE
 
typedef void _IO_lock_t
 
typedef __gnuc_va_list va_list
 
typedef __off_t off_t
 
typedef __ssize_t ssize_t
 
typedef __fpos_t fpos_t
 

Functions

int remove (const char *__filename) __attribute__((__nothrow__
 
int rename (const char *__old, const char *__new) __attribute__((__nothrow__
 
int renameat (int __oldfd, const char *__old, int __newfd, const char *__new) __attribute__((__nothrow__
 
int fclose (FILE *__stream)
 
FILEtmpfile (void)
 
void dazaxpy_ (const fint *n, const double *restrict a, const double *restrict x, double *restrict y)
 
void dgemm_ (const char *transa, const char *transb, const fint *m, const fint *n, const fint *k, const double *alpha, const double *a, const fint *lda, const double *b, const fint *ldb, const double *beta, double *c, const fint *ldc)
 
void zdgemm_ (const char *transa, const char *transb, const fint *m, const fint *n, const fint *k, const double *alpha, const double *restrict a, const fint *lda, const double *restrict b, const fint *ldb, const double *beta, double *restrict c, const fint *ldc)
 

Variables

FILEstdin
 
FILEstdout
 
FILEstderr
 
int __leaf__
 

Typedef Documentation

◆ size_t

typedef long unsigned int size_t

Definition at line 52 of file dablas.c.

◆ __gnuc_va_list

typedef __builtin_va_list __gnuc_va_list

Definition at line 58 of file dablas.c.

◆ __u_char

typedef unsigned char __u_char

Definition at line 72 of file dablas.c.

◆ __u_short

typedef unsigned short int __u_short

Definition at line 73 of file dablas.c.

◆ __u_int

typedef unsigned int __u_int

Definition at line 74 of file dablas.c.

◆ __u_long

typedef unsigned long int __u_long

Definition at line 75 of file dablas.c.

◆ __int8_t

typedef signed char __int8_t

Definition at line 78 of file dablas.c.

◆ __uint8_t

typedef unsigned char __uint8_t

Definition at line 79 of file dablas.c.

◆ __int16_t

typedef signed short int __int16_t

Definition at line 80 of file dablas.c.

◆ __uint16_t

typedef unsigned short int __uint16_t

Definition at line 81 of file dablas.c.

◆ __int32_t

typedef signed int __int32_t

Definition at line 82 of file dablas.c.

◆ __uint32_t

typedef unsigned int __uint32_t

Definition at line 83 of file dablas.c.

◆ __int64_t

typedef signed long int __int64_t

Definition at line 85 of file dablas.c.

◆ __uint64_t

typedef unsigned long int __uint64_t

Definition at line 86 of file dablas.c.

◆ __int_least8_t

Definition at line 93 of file dablas.c.

◆ __uint_least8_t

Definition at line 94 of file dablas.c.

◆ __int_least16_t

Definition at line 95 of file dablas.c.

◆ __uint_least16_t

Definition at line 96 of file dablas.c.

◆ __int_least32_t

Definition at line 97 of file dablas.c.

◆ __uint_least32_t

Definition at line 98 of file dablas.c.

◆ __int_least64_t

Definition at line 99 of file dablas.c.

◆ __uint_least64_t

Definition at line 100 of file dablas.c.

◆ __quad_t

typedef long int __quad_t

Definition at line 104 of file dablas.c.

◆ __u_quad_t

typedef unsigned long int __u_quad_t

Definition at line 105 of file dablas.c.

◆ __intmax_t

typedef long int __intmax_t

Definition at line 113 of file dablas.c.

◆ __uintmax_t

typedef unsigned long int __uintmax_t

Definition at line 114 of file dablas.c.

◆ __dev_t

typedef unsigned long int __dev_t

Definition at line 122 of file dablas.c.

◆ __uid_t

typedef unsigned int __uid_t

Definition at line 123 of file dablas.c.

◆ __gid_t

typedef unsigned int __gid_t

Definition at line 124 of file dablas.c.

◆ __ino_t

typedef unsigned long int __ino_t

Definition at line 125 of file dablas.c.

◆ __ino64_t

typedef unsigned long int __ino64_t

Definition at line 126 of file dablas.c.

◆ __mode_t

typedef unsigned int __mode_t

Definition at line 127 of file dablas.c.

◆ __nlink_t

typedef unsigned long int __nlink_t

Definition at line 128 of file dablas.c.

◆ __off_t

typedef long int __off_t

Definition at line 129 of file dablas.c.

◆ __off64_t

typedef long int __off64_t

Definition at line 130 of file dablas.c.

◆ __pid_t

typedef int __pid_t

Definition at line 131 of file dablas.c.

◆ __clock_t

typedef long int __clock_t

Definition at line 133 of file dablas.c.

◆ __rlim_t

typedef unsigned long int __rlim_t

Definition at line 134 of file dablas.c.

◆ __rlim64_t

typedef unsigned long int __rlim64_t

Definition at line 135 of file dablas.c.

◆ __id_t

typedef unsigned int __id_t

Definition at line 136 of file dablas.c.

◆ __time_t

typedef long int __time_t

Definition at line 137 of file dablas.c.

◆ __useconds_t

typedef unsigned int __useconds_t

Definition at line 138 of file dablas.c.

◆ __suseconds_t

typedef long int __suseconds_t

Definition at line 139 of file dablas.c.

◆ __suseconds64_t

typedef long int __suseconds64_t

Definition at line 140 of file dablas.c.

◆ __daddr_t

typedef int __daddr_t

Definition at line 142 of file dablas.c.

◆ __key_t

typedef int __key_t

Definition at line 143 of file dablas.c.

◆ __clockid_t

typedef int __clockid_t

Definition at line 146 of file dablas.c.

◆ __timer_t

typedef void* __timer_t

Definition at line 149 of file dablas.c.

◆ __blksize_t

typedef long int __blksize_t

Definition at line 152 of file dablas.c.

◆ __blkcnt_t

typedef long int __blkcnt_t

Definition at line 157 of file dablas.c.

◆ __blkcnt64_t

typedef long int __blkcnt64_t

Definition at line 158 of file dablas.c.

◆ __fsblkcnt_t

typedef unsigned long int __fsblkcnt_t

Definition at line 161 of file dablas.c.

◆ __fsblkcnt64_t

typedef unsigned long int __fsblkcnt64_t

Definition at line 162 of file dablas.c.

◆ __fsfilcnt_t

typedef unsigned long int __fsfilcnt_t

Definition at line 165 of file dablas.c.

◆ __fsfilcnt64_t

typedef unsigned long int __fsfilcnt64_t

Definition at line 166 of file dablas.c.

◆ __fsword_t

typedef long int __fsword_t

Definition at line 169 of file dablas.c.

◆ __ssize_t

typedef long int __ssize_t

Definition at line 171 of file dablas.c.

◆ __syscall_slong_t

typedef long int __syscall_slong_t

Definition at line 174 of file dablas.c.

◆ __syscall_ulong_t

typedef unsigned long int __syscall_ulong_t

Definition at line 176 of file dablas.c.

◆ __loff_t

Definition at line 180 of file dablas.c.

◆ __caddr_t

typedef char* __caddr_t

Definition at line 181 of file dablas.c.

◆ __intptr_t

typedef long int __intptr_t

Definition at line 184 of file dablas.c.

◆ __socklen_t

typedef unsigned int __socklen_t

Definition at line 187 of file dablas.c.

◆ __sig_atomic_t

typedef int __sig_atomic_t

Definition at line 192 of file dablas.c.

◆ __fpos_t

typedef struct _G_fpos_t __fpos_t

◆ __fpos64_t

typedef struct _G_fpos64_t __fpos64_t

◆ __FILE

typedef struct _IO_FILE __FILE

Definition at line 234 of file dablas.c.

◆ FILE

typedef struct _IO_FILE FILE

Definition at line 243 of file dablas.c.

◆ _IO_lock_t

typedef void _IO_lock_t

Definition at line 255 of file dablas.c.

◆ va_list

Definition at line 314 of file dablas.c.

◆ off_t

typedef __off_t off_t

Definition at line 316 of file dablas.c.

◆ ssize_t

typedef __ssize_t ssize_t

Definition at line 318 of file dablas.c.

◆ fpos_t

typedef __fpos_t fpos_t

Definition at line 325 of file dablas.c.

Function Documentation

◆ remove()

int remove ( const char *  __filename)

◆ rename()

int rename ( const char *  __old,
const char *  __new 
)

◆ renameat()

int renameat ( int  __oldfd,
const char *  __old,
int  __newfd,
const char *  __new 
)

◆ fclose()

int fclose ( FILE __stream)

◆ tmpfile()

FILE * tmpfile ( void  )

Definition at line 350 of file dablas.c.

◆ dazaxpy_()

void dazaxpy_ ( const fint n,
const double *restrict  a,
const double *restrict  x,
double *restrict  y 
)

Definition at line 777 of file dablas.c.

◆ dgemm_()

void dgemm_ ( const char *  transa,
const char *  transb,
const fint m,
const fint n,
const fint k,
const double *  alpha,
const double *  a,
const fint lda,
const double *  b,
const fint ldb,
const double *  beta,
double *  c,
const fint ldc 
)

◆ zdgemm_()

void zdgemm_ ( const char *  transa,
const char *  transb,
const fint m,
const fint n,
const fint k,
const double *  alpha,
const double *restrict  a,
const fint lda,
const double *restrict  b,
const fint ldb,
const double *  beta,
double *restrict  c,
const fint ldc 
)

Definition at line 797 of file dablas.c.

Variable Documentation

◆ stdin

FILE* stdin
extern

◆ stdout

FILE* stdout
extern

◆ stderr

FILE* stderr
extern

◆ __leaf__

int __leaf__

Definition at line 339 of file dablas.c.