libflame revision_anchor
FLA_extern_defs.h
Go to the documentation of this file.
1/*
2
3 Copyright (C) 2014, The University of Texas at Austin
4
5 This file is part of libflame and is available under the 3-Clause
6 BSD license, which can be found in the LICENSE file at the top-level
7 directory, or at http://opensource.org/licenses/BSD-3-Clause
8
9*/
10
11#ifndef FLA_EXTERN_DEFS_H
12#define FLA_EXTERN_DEFS_H
13
14extern FLA_Obj FLA_THREE;
15extern FLA_Obj FLA_TWO;
16extern FLA_Obj FLA_ONE;
18extern FLA_Obj FLA_ZERO;
23
24extern FLA_Obj FLA_EPSILON;
33
34extern const float fzero;
35extern const double dzero;
36extern const scomplex czero;
37extern const dcomplex zzero;
38
39#endif
40
FLA_Obj FLA_MINUS_TWO
Definition FLA_Init.c:23
const scomplex czero
Definition FLA_Init.c:38
FLA_Obj FLA_SAFE_MIN_SQUARE
Definition FLA_Init.c:28
FLA_Obj FLA_TWO
Definition FLA_Init.c:17
FLA_Obj FLA_SAFE_INV_MIN_SQUARE
Definition FLA_Init.c:30
const double dzero
Definition FLA_Init.c:37
const float fzero
Definition FLA_Init.c:36
const dcomplex zzero
Definition FLA_Init.c:39
FLA_Obj FLA_MINUS_ONE_HALF
Definition FLA_Init.c:21
FLA_Obj FLA_MINUS_ONE
Definition FLA_Init.c:22
FLA_Obj FLA_ONE_HALF
Definition FLA_Init.c:19
FLA_Obj FLA_ZERO
Definition FLA_Init.c:20
FLA_Obj FLA_SAFE_INV_MIN
Definition FLA_Init.c:29
FLA_Obj FLA_UNDERFLOW_SQUARE_THRES
Definition FLA_Init.c:33
FLA_Obj FLA_ONE
Definition FLA_Init.c:18
FLA_Obj FLA_EPSILON
Definition FLA_Init.c:26
FLA_Obj FLA_SAFE_MIN
Definition FLA_Init.c:27
FLA_Obj FLA_THREE
Definition FLA_Init.c:16
FLA_Obj FLA_MINUS_THREE
Definition FLA_Init.c:24
FLA_Obj FLA_OVERFLOW_THRES
Definition FLA_Init.c:32
FLA_Obj FLA_OVERFLOW_SQUARE_THRES
Definition FLA_Init.c:34
FLA_Obj FLA_UNDERFLOW_THRES
Definition FLA_Init.c:31
Definition FLA_type_defs.h:159
Definition blis_type_defs.h:138
Definition blis_type_defs.h:133